html {

	background: url(./images/bg.png) repeat-x;
	background-color: #e3e5e6;
}

body {
	margin:14px 0px 0px 0px;
}


#container {
width: 1000px;
margin-bottom: 10px;
margin: 0 auto;
padding: 0;
background-color: #d0d3d4;

}


#content { 
background-color: #ffffff;
padding: 5px 30px 0 30px;
margin: 0px 170px 0 170px;
}

div#content { 
min-height:900px;
height:expression(this.scrollHeight > 900 ? "auto":"900px"); 
}


#topic {
float: left;
width: 170px;
margin: 0px 0 0 0;
padding: 0;

min-height:900px;

}


#sidebar {

float: right;
width: 170px;
margin: 0px 0 0 0;
padding: 0;
min-height:900px;

}

#footer { 

background: #86041E;
color: #ffffff;	
min-height: 10px;
	margin:0px;
	text-align: center;
}

#logo {
	width: 1000px;
	height: 70px;
	float:center;
	background : url(../images/s2dlogo.jpg);
}

####plaintext {
	top: 40px;
	text-align: right;
	width: 100px;
}

####plaintext a {
	color: #ffffcc;
	text-decoration: none;
}

#maintopic {
	width: 1000px;
	margin: 0px;
	padding: 1px 0px 2px 0px;
	background: #e3e5e6 url(../images/pmtp.gif) repeat-x;
	height: 50px;
}

#maintopic ul {
	list-style-type: none;
	margin:0px;
	padding:0px;
}

#maintopic li {
	display: inline;
}

#maintopic a {

	display: inline;
	float:left;
	margin: 0px;
	padding: 8px 12px 0px 14px;
	text-decoration: none;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #444655;
	border-right: 1px solid #dedede;
	border-left: 1px solid #fdfdfd;
	text-transform : uppercase;
	height: 21px;
}

#maintopic a:hover {
	background-color: #FCF8D5;
}

#maintopic a.sel {
	background-color: #9fbbc9;
	color: #710D0D;
}

#topic h3 {
	border-top: 1px solid #9fbbc9;
	border-bottom: 1px solid #9fbbc9;
	background-color: #FCF2F2;
	color: #710D0D;
	padding: 4px 10px 4px 10px;
	font-size: 100%;
	font-weight: bold;
	text-transform : uppercase;
	margin: 0px 0px 0px 0px;
}

#topic p {
	padding: 4px 10px 4px 10px;
	border-bottom: 1px solid #9fbbc9;
	margin: 0px;	
}

#topic p a {
	text-decoration: none;
	color: #444655;	
}

#topic p a:hover {
	text-decoration: underline;
	color: #710D0D;	
}

form.search {
	padding: 0px;
	margin: 40px 0px 40px 0px;
}

form.search input {
	margin: 0px;
	vertical-align : middle;
}

input.search {
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #eeeeee 1px solid;
	border-right: #eeeeee 1px solid;
	background-color: #fcfcfc;
	width: 165px;
	padding: 2px;
	color: #710D0D}
