html,body
{	height:100%;
	margin:0;
	padding:0;
}
BODY {
	color: #666666;
}
#as_xx_wrap {
	width:1100px;
	margin:0 auto;
}
#as_wrap {	
	width:1100px;
	float:left;
	background : url(../images/pback.gif) repeat-y top left;
	min-height:100%;
}
*html #as_wrap
{	heigth:100%
}
#as_sidebar_right {
	width: 130px;
	padding: 20px 0px 30px 10px;
	float:left;
}

#as_sidebar_left{
	margin:20px;
}

#middle #as_sidebar_left a{
	background:none;
	padding:0;
	margin:0;
	display:inline;
}

#as_sidebar_html {
	background:#ffffff;
}

#nav {
	width: 200px;
	float:left;
}

#nav a.maintopic:hover, #nav a.topic:hover, #nav a.subtopic:hover, #middle a:hover {
	text-decoration: underline;
}

#nav a.maintopic {
	display: block;
	color: #ffffff;
	font-weight: normal;
	font-family : Georgia, Palatino, "Times New Roman", serif;
	font-size : 14px;
	font-style: italic;
	text-decoration: none;
	margin: 20px 20px 10px 20px;
	border-bottom: 1px solid #ECD1BA;
	padding: 0px 0px 3px 0px;
}

#nav a.topic {
	display: block;
	color: #ffffff;
	font-weight: normal;
	font-size: 100%;
	text-decoration: none;
	margin: 5px 20px 10px 20px;
	padding: 0px 0px 0px 10px;
	background : url(../images/plink.gif) no-repeat 0px 0px;
}

#nav a.subtopic {
	display: block;
	color: #ffffff;
	font-weight: normal;
	font-size: 100%;
	text-decoration: none;
	margin: 5px 20px 10px 40px;
	padding: 0px 0px 0px 10px;
	background : url(../images/plink.gif) no-repeat 0px 0px;
}

#middle {
	width: 200px;
	float:left;
}

#logo {
	width: 200px;
	height: 300px;
	background : url(../images/s2dlogo.jpg) repeat-y top left;	
}

#ts {
	text-align: center;
}

#ts a {
	padding: 0px 20px 20px 20px !important;
	margin: 0px !important;
	background-image : none !important;
}

#middle h1 {
	color: #ffffff;
	text-align: center;
	font-weight: normal;
	font-family : Georgia, Palatino, "Times New Roman", serif;
	font-size : 16px;
	font-style: italic;
	padding: 20px 10px 20px 10px;
	margin: 0px 0px 20px 0px;
	border-top: #FFBDBD 1px solid;
	border-bottom: #FFBDBD 1px solid;
	background-color: #960000;
}

#middle h2 {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 100%;
	margin: 10px 20px 10px 20px;
	border-bottom: #FFBDBD 1px solid;
	padding: 0px 0px 5px 0px;
}

#middle a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
	margin: 10px 20px 10px 20px;
	background : url(../images/plink.gif) no-repeat 0px 0px;
}

#middle p {
	color: #ffffff;
	padding: 0px ;
	margin: 20px 20px 40px 20px;
}

#content {
	width: 370px;
	padding: 20px 20px 30px 30px;
	float:left;
}

#sidebar {
	width: 130px;
	padding: 20px 0px 30px 10px;
	float:left;
}

form.search {
	margin: 0px 1px 0px 0px;
	padding: 0px;
	display: block;
	background-color: #73461F;
	padding: 20px 10px 20px 20px;
	border-bottom: 1px solid #ECD1BA;
}

form.search input {
	vertical-align : middle;
}

input.search {
	padding: 2px;
	margin: 0px;
	border: #ECD1BA 1px solid;
	width: 130px;
	font-size:12px;
}
