#wrap {
	background: url(../images/pwrap.gif) repeat-y;
	margin: 0 auto;
	width: 990px;
}

#logosearch {
	background-color: #E4E4E4;
	width: 990px;
	height: 60px;
	color: #fd4918;
	padding: 10px 0px 10px 0px;
}

#logo {
	float: left;
	font-size: 40px;
	color: #B00000;
}

#plain {
	background-color: #E4E4E4;
	width: 990px;
	height: 20px;
	text-align: right;
}

#commonpages {
	float: right;
	height: 20px;
	text-align: right;
}

#commonpages a {
	margin: 0px;
	padding: 0px 5px 0px 10px;
	text-decoration: none;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

#commonpages a:hover {
	color: #B00000;
}

#commonpages a.sel {
	color: #FF00FF;
}


#eyecatcher {
	background: url(../images/s2dlogo.jpg) no-repeat;
	width: 990px;
	height: 257px;
	padding: 0px;
	border-top: 1px solid #B00000;
	border-bottom: 1px solid #B00000;
}

#trans {
	position: absolute;
	float: left;
	background: url(../images/trans.jpg) no-repeat;
	top: 100px;
	width: 160px;
	height: 257px;
	padding: 0px;
	margin: 1px 0px 0px 0px;
	filter: alpha(opacity=40); 
    -moz-opacity: 0.40; 
    opacity: 0.40;
}

#maintopic {
	position: absolute;
	float: left;
	top: 100px;
	width: 160px;
	padding: 0px;
	margin: 1px 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	height: 257px;
	color: #000000;
	border-top: 1px dotted #B00000;
}

a.maintopic {
	display: block;
	padding: 6px 5px 4px 5px;
	height: 21px;
	color: #000000;
	border-bottom: 1px dotted #B00000;
	border-left: 1px dotted #B00000;
	border-right: 1px dotted #B00000;
	text-decoration: none;
}

a.maintopic:hover {
	background: url(../images/trans.jpg) no-repeat;
	color: #000000;
	filter: alpha(opacity=40); 
    -moz-opacity: 0.40; 
    opacity: 0.40;
}

#clearer {
	clear: both;
}

#topic {
	float: left;
	width: 160px;
	top: 360px;
	border-top: 5px solid #B00000;
	padding: 0px 0px 30px 0px;
}

#topic h2 {
	padding: 5px 10px 5px 10px;
	margin: 0;
	color: #ffffff;
	background-color: #666666;
	font-size: 100%;
	font-weight: bold;
}

a.topic {
	display: block;
	padding: 5px 10px 5px 10px;
	margin: 0px 1px 0px 1px;
	border-bottom: 1px #666666 solid;
	color: #666666;
	text-decoration: none;
}

a.topic:hover {
	margin: 0px 1px 0px 1px;
	background-color: #dedede;
	font-weight: bold;
	color: #B00000;	
}

a.subtopic {
	display: block;
	padding: 5px 0px 5px 20px;
	margin: 0px 1px 0px 1px;
	border-bottom: 1px #666666 solid;
	color: #666666;
	background-color: #dedede;
	text-decoration: none;
}

a.subtopic:hover {
	margin: 0px 1px 0px 1px;
	background-color: #c6c6c6;
	font-weight: bold;
	color: #B00000;	
}

#content {
	float: left;
	width: 660px;
	padding: 20px 5px 20px 5px;
}

#side {
	float: right;
	width: 160px;
}

#sidenav {
	width: 160px;
	border-top: 5px solid #B00000;
}

#sidenav h2 {
	padding: 5px 10px 5px 10px;
	margin: 0;
	color: #ffffff;
	background-color: #666666;
	font-size: 100%;
	font-weight: bold;
}

#sidenav a, #sidenav p {
	display: block;
	padding: 5px 10px 5px 10px;
	margin: 0px 1px 0px 1px;
	border-bottom: 1px #666666 solid;
	color: #666666;
	text-decoration: none;
}

#sidenav a.sel {
	font-weight: bold;
}

#sidenav a:hover {
	background-color: #dedede;
}

#sidebar {
	width: 140px;
	padding: 20px 10px 20px 10px;
}

#footer {
	clear: both;
	width: 990px;
	background-color: #E4E4E4;
	text-align: center;
	color: #000000;
	border-top: 1px #666666 solid;
}

#footer a {
	text-decoration: none;
	color: #000000;
}

#footer a:hover {
	color: #B00000;
}

#plaintext a {
	float: left;
	color: #000000;
}

#search {
	float: right;
	text-align: center;
	color: #B00000;
}

form.search {
	margin: 0px;
	padding: 0px;
	text-align: right;
}

form.search input {
	vertical-align : middle;
}

input.search {
	width: 140px;
	border: 1px solid #dedede;
}