BODY {
	margin: 40px 0;
	padding: 0;
	min-width: 850px;
		background : #E7E7E7 url(../images/pbody.jpg);
	}

#maincol {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	border: 2px solid #dddddd;
	-moz-box-shadow: 0px 0px 20px #000000;
	-webkit-box-shadow: 0px 0px 20px #000000;
	box-shadow: 0px 0px 20px #000000;
		background : #F3F3F3;
	}

#logo {
	position: relative;
	width: 960px;
	height: 260px;
	background : #F3F3F3 url(../images/s2dlogo.jpg) no-repeat;
}

#plaintext {
	position: absolute;
	top: 5px;
	left: 5px;
	display: block;
	color: #444444;
	font-size: 11px;
	text-decoration: none;
}

#logo h1 {
	position: absolute;
	top: 202px;
	left: 140px;
	padding: 0px;
	margin: 0px;
	text-transform: normal;
	color: #266459;
	letter-spacing : 1px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
}

#content {
	width: 650px;
	padding: 0;
	margin: 0;
	float: left;
	padding: 20px;
}

#sidebar {
	width: 230px;
	padding: 0;
	margin: 0;
	float: right;
	padding: 20px;
	min-height: 300px;
		background-color: #C8C8C8;
}

#footer {
	height: 269px;
		margin: 0;
	background: #ccffcc url(../images/pfooterbg.jpg);
	background-color: #CCFFCC;
	text-align: center;
	color: #000000;
	
}

#footer a {
	color: #666666;
	text-transform: uppercase;
	text-decoration: none;
	
}

#footer a:hover {
	color: #000000;
}

#searchbox {
	position: absolute;
	width: 160px;
	height: 40px;
	top: 200px;
	left: 780px;
	background: url(../images/psearchback.gif) no-repeat;
}

#searchcriteria {
	position: absolute;
	top: 12px;
	left: 12px;
	width: 110px;
	border: 0;
	outline: 0;
	background-color: #eeeeee;
}

#searchsubmit {
	position: absolute;
	top: 10px;
	left: 132px;
}

#sidebar hr  {
	padding: 0;
	margin: 0 0 10px 0;
	border: 0;
	background-color: #bbbbbb;
	height: 1px;
}