#nav {
	position: absolute;
	top: 125px;
	left: 31px;
	width: 950px;
	height: 15px;
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
}

#plaintext {
	position: absolute;
	top: 10px;
	left: 31px;
}

#plaintext a {
	color: #3F3F3F;
	text-decoration: none;
}

#logo {
	position: absolute;
	top: 5px;
	left: 31px;
	width: 970px;
	height: 120px;
	background : url(../images/s2dlogo.jpg);
	background-repeat : no-repeat;
}

#nav a {
	display: block;
	width: 135px;
	height: 20px;
	float: left;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 30px;
	padding: 0px;
	margin: 0px;
	color: #0000df;
	font-weight : bold;
	font-size : 12px;
}

#nav a.active {
color: #ff0000;
}

#nav a:hover {
	color: #00B00F;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}

#content {
	position: absolute;
	top: 220px;
	left: 31px;
	width: 580px;
	background : url(../images/pcback.gif);
	background-repeat : no-repeat;
	padding: 10px 40px 10px 20px;
}

#subnav {
	position: absolute;
	top: 220px;
	left: 663px;
	width: 150px;
	height: 300px;
	text-transform: uppercase;
	background : url(../images/psback.gif) no-repeat;
	padding: 10px 30px 0px 0px;
}

#subnav a {
	display: block;
	text-decoration: none;
	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: #0000A0;
}

#subnav a:hover {
	font-weight: bold;	
}


#sidebar {
	position: absolute;
	top: 220px;
	left: 840px;
	width: 155px;
	padding-top: 5px;
}

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: #0000A0;
	font-size: 10px;
}
