#wrap {
	width: 992px;
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}

#header {
	background: #ffffff url(../images/header.gif) repeat-x 0px 100%;
	margin: 0px;
	padding: 0px 0px 8px 0px;
	height: 77px;
}

#sitename {
	float: left;
	font-size: 200%;
	margin: 0px 0px 0px 40px;
	padding: 10px 0px 10px 0px;
	color: #C43543;
	border: none;
}

#logo {
	float: right;
	background: url(../images/s2dlogo.jpg) no-repeat;
	width: 368px;
	height: 77px;
	padding: 0px;
	margin-bottom: -27px;
	border-left: 0px dotted #808080;
}

#maintopic {
	clear: both;
	font-weight: bold;
	height: 2.09em;
	margin: 0px 160px 0px 40px;
	padding: 0px;
}

#maintopic a {
	text-decoration: none;
	cursor: pointer;
	color: #FFFFFF;
	padding: 4px 10px 3px 10px;
	position: relative;
	background: #999999;
	float: left;
	width: auto;
	border-bottom: 3px solid #666666;
	border-right: 3px solid #252525;
	outline: none;
}

#maintopic a:hover {
	background: #C43543;
	color: #2F2E2E;
	border-bottom: 3px solid #C43543;
}

#maintopic a.sel {
	background: #C43543;
	border-bottom: 3px solid #C43543;
	color: #000000;
}

#plainsearch {
	clear: both;
	background-color: #FFFFFF;
	width: 992px;
	height: 25px;
	text-align: right;
}

#contentwrap {
	background: transparent url(../images/content_wrap_bg.gif) repeat-y 0px 0px;
	width: 992px;
}

#content, #contentmax {
	position: relative;
	float: left;
	width: 607px;
	padding: 10px 30px 0px 30px;
	margin: 0px;
}

#contentmax {
	width: 750px;
}

div.floatleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
} 

div.floatright {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}

#utility {
	position: relative;
	float: left;
	width: 165px;
	border-top: 7px solid #C43543;
	padding-bottom: 20px;
}

#topic {
	margin: 1px 0px 0px 0px;
	padding: 0px;
	background: #FFFFFF;
	border-bottom: 1px dotted #C43543;
}

a.topic  {
	padding: 5px 0px 5px 23px;
	background: url(../images/topic.gif) no-repeat 10px 100%;
	text-decoration: none;
	color: #C43543;
	font-weight: bold;
	display: block;
	border-top: 1px dotted #C43543;
	outline: none;
}

a.topic:hover {
	color: #C43543;
	background: url(../images/topic.gif) no-repeat 10px 100%;
	background-color: #2F2E2E} 

a.subtopic {
	background: url(../images/subtopic.gif) no-repeat 24px 7px;
	padding: 5px 0px 5px 34px;
	margin: 0px;
	text-decoration: none;
	display: block;
	outline: none;
}

a.subtopic:hover {
	background: url(../images/subtopic.gif) no-repeat 24px 7px;
	color: #DEDEDE;
	padding: 5px 0px 5px 38px;
}

a.subtopic:active {
	border: none;
}

#common {
	padding: 0px;
	margin: 20px 10px 20px 10px;
	font-size: 90%;
	color: #000000;
	border-top: 1px dotted #CCCCCC;
	border-left: 1px dotted #CCCCCC;
	border-right: 1px dotted #CCCCCC;
}

#utility #common a {
	font-weight : normal;
	display: block;
	padding: 4px 10px 4px 10px;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #CCCCCC;
	outline: none;
}

#utility #common a:hover {
	color: #C43543;
}

#side {
	position: relative;
	float: right;
	width: 160px;
	border-top: 7px solid #C43543;
	padding-bottom: 20px;
}

#line {
	border-top: 1px dotted #C43543;
	margin-top: 1px;
}

#sidenav {
	width: 160px;
	margin-top: 1px;
}

#sidenav a, #sidenav p {
	display: block;
	padding: 5px 20px 5px 16px;
	margin: 0;
	border-bottom: 1px #DEDEDE solid;
	color: #666666;
	text-decoration: none;
	outline: none;
}

#sidenav a.sel {
	font-weight: bold;
}

#sidenav a:hover {
	background-color: #DEDEDE;
}

#sidebar {
	width: 160px;
	margin: 0px;
	padding: 10px 0px 20px 0px;
}

#teasersidebar {
	margin-bottom: 10px;
	border-left: 1px solid #7C7C7C;
	border-right: 1px solid #7C7C7C;
	border-bottom: 1px solid #7C7C7C;
}

#footer {
	clear: both;
	width: 992px;
	background: url(../images/footer_bg.gif) repeat-x 0 100%;
	border-top: 1px solid #2F2E2E;
	padding: 10px 0px 30px 0px;
	margin: 0px;
	font-size: 90%;
	color: #000000;
	text-align: center;
}

#footer a {
	padding: 0px 10px 10px 10px;
	color: #000000;
	text-decoration: none;
	outline: none;
}

#footer a:hover {
	color: #999999;
}

#plaintext a {
	float: left;
	margin: 5px 0px 0px 5px;
	color: #000000;
}

#search {
	float: right;
	text-align: center;
	color: #000000;
}
	
form.search {
	margin: 0px;
	padding: 0px;
	text-align: right;
}

form.search input {
	vertical-align : middle;
}

input.search {
	width: 130px;
	border: 1px solid #CCCCCC;
}
