#nav {
	position: absolute;
	top: 141px;
	left: 61px;
	width: 880px;
	height: 40px;
	background : url(../images/pnback.gif);
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

#plaintext {
	position: absolute;
	top: 10px;
	left: 302px; /*61*/
}

#plaintext a {
	color: #A0A0A0;
	text-decoration: none;
}

#logo {
	position: absolute;
	top: 40px;
	left: 61px;
	width: 880px;
	height: 100px; /*200*/
	background : url(../images/s2dlogo.jpg);
}

#nav a {
	display: block;
	width: 110px; /*110*/
	height: 40px; /*40*/
	float: left;
	text-align: center;
	text-decoration : none;
	text-transform : uppercase;
	line-height : 36px;
	padding: 0px;
	margin: 0px;
	color: #ffffff;
	background : url(../images/pnbutton.gif);
	font-weight : bold; /*bold*/
	font-size : 10px;
}

#nav a.active {
	background : url(../images/pnbuttona.gif) !important;
}

#nav a:hover {
	color: #6F9DF9;
	background : url(../images/pnbuttonh.gif);
}

#content {
	position: absolute;
	top: 191px; /*241*/
	left: 200px; /*61*/
	width: 480px;
	background : url(../images/pcback.gif);
	background-repeat : no-repeat;
	padding: 10px 40px 10px 20px;
}

#subnav {
	position: absolute;
	top: 191px; /*241*/
	left: 61px; /*601*/
	width: 130px; /*150*/
	height: 300px;
	background : url(../images/psback.gif) no-repeat; /*no-*/
	padding: 10px 40px 10px 0px;
}

#subnav a {
	display: block;
	text-decoration : none;
	text-transform : uppercase;
	margin: 0px;
	color: #535353;
	font-size : 90%;
	background : url(../images/pbull.gif) no-repeat;
	padding: 2px 0px 4px 15px;
}

#subnav a.active {
	font-weight: bold;	
	color: #3F73E0;
}

#subnav a:hover {
	font-weight: bold;
	color: #9C9C9C;	
}


#sidebar {
	position: absolute;
	top: 191px; /*241*/
	left: 750px; /*791*/
	width: 180px; /*180*/
	padding-top: 10px;
	border : 1px solid #000000;
	padding: 4px 4px 4px 4px;
}

form.search {
	padding: 0px;
	margin: 20px 0px 20px 0px;
}

form.search input {
	margin: 0px;
	vertical-align : middle;
}

input.search {
	border : 1px solid #C0C0C0;
	width: 118px;
	padding: 2px;
	color: #3F73E0;
	font-size: 10px;
}
