#main {
	width:99%;
	margin:0 auto;
	border: 0 dashed #ff0000;
	background-color: #deefff;
}
#nest {
	padding-top:5px;
}
  


#content { 
	width: 580px;
	padding: 30px 10px 0 10px; 
	margin: 0; 	
	float: left;
	border: 0 solid #ff0000;
}
	
#topic { 
	width: 200px; 	
	padding: 30px 0 0 0;	
	float: left; 
	position: relative; 
	margin-left: 5px; 
	margin-right: 5px;
	background-color: #deefff;
}

#sidebar { 
	width: 175px; 
	padding: 30px 0 10px 0;
	margin: 16px 0 10px 0px;
	float: right; 
	position: relative; 
	margin-left: 1px; 
	margin-right: 0px; 
	clear: right;
	border: 2px solid #800000;
	border-color: #6ca6cd;
} 

#logo {	
	width: 100%;	
	height: 140px;	
	background : #fffffe  url(../images/s2dlogo.jpg) no-repeat;
}

#plaintext {	
	position: absolute;	
	top: 10px;	
	left: 880px; 
	text-align: right;	
	width: 100px;
}

#plaintext a {	
	color: #e00000;	
	text-decoration: none;
}

#maintopic {
	width: 99%;	
	margin: 0;	
	padding: 10px 0 10px 0;
	background: #deefff;
	height: 50px;
	border: 2px solid #6ca6cd;
}	


#maintopic ul {	
	list-style-type: none;	
	margin: 0;	
	padding: 0;
}

#maintopic li {
	display: inline;
}

#maintopic a {
	display: block;	
	float: left;	
	margin: 0;	
	padding: 8px 16px 0 16px;	
	text-decoration: none;	
	font-family : Arial, Helvetica, sans-serif;	
	font-size: 11px;	
	font-weight: bold;	
	color: #800000;	
	border-right: 1px solid #dedede;	
	border-left: 1px solid #dedede;	
	text-transform : uppercase;	
	height: 21px;
}

#maintopic a:hover {	
	background-color: #ff9933;	
	color: #6ca6cd;
}

#maintopic a.sel {
	background-color: #ff9933;	
	color: #800000;
}

#topic h3 {	
	border-top: 1px solid #deefff ;	
	border-bottom: 1px solid #deefff;	
	background-color: #6ca6cd;	
	color: #800000;	
	padding: 1px 10px 4px 10px;	
	font-size: 100%;	
	font-weight: bold;	
	margin: 0 0 0 0;
}

#topic p {	
	padding: 4px 10px 4px 10px;	
	border-bottom: 1px solid #6ca6cd;	
	margin: 0;
}

#topic p a {	
	text-decoration: none;	
	color: #800000;	
}

#topic p a:hover {	
	text-decoration: underline;	
	color: #6ca6cd;
}

form.search {	
	padding: 0;	
	margin: 15px 0 0 0;
}

form.search input {	
	margin: 0;	
	vertical-align : middle;
}

input.search {	
	border-top: 1px solid #cccccc;	
	border-left: 1px solid #cccccc;	
	border-bottom: 1px solid #eeeeee;	
	border-right: 1px solid #eeeeee;	
	background-color: #fcfcfc;	
	width: 150px;	
	padding: 2px;	
	color: #800000;
}
#footer {
	width:99%;
	padding: 5px 0 1px 0;
 	margin: 10px  0 0 0; 
	text-align:center;
	border: 1px solid #800000;
	border-color: #6ca6cd;
	background-color: #deefff;
}
  
#footer p {
	text-align:center;
	font-size:90%;
	color: #696969;
}
  
#footer a {
	text-decoration: none;
	font-weight : bold;
	color: #696969; 
}

#footer a:hover {
	text-decoration: underline;
	color: #6ca6cd;
}





