#class {

	position: absolute;
	left: 50%;
	margin: 0 -495px;
	top: 0px;
	width: 990px;
	height: 100px;
}  

#content {
	width: 540px;
	padding: 0px;
	position: absolute;
	top: 110px;
	left: 250px;
}

#topic {
	width: 200px;
	padding: 0px;
	position: absolute;
	top: 100px;
	left: 20px;

}

#sidebar {
	width: 150px;
	padding: 0px;
	position: absolute;
	top: 110px;
	left: 820px;
}

#logo {
	width: 100%;
	height: 70px;
	cursor: hand;
	background : #fffffe url(../images/s2dlogo.jpg) no-repeat;
}

#plaintext {
	position: absolute;
	top: 10px;
	left: 880px;
	text-align: right;
	width: 100px;
}

#plaintext a {
	color: #ffffff;
	text-decoration: none;
}

#maintopic {
	width: 100%;
	margin: 0px;
	padding: 1px 0px 2px 0px;
	background: #222222 url(../images/pmtp.gif) repeat-x;
	height: 29px;
}

#maintopic ul {
	list-style-type: none;
	margin:0px;
	padding:0px;
}

#maintopic li {
	display: inline;
}

#maintopic a {
	display: block;
	float: left;
	margin: 0px;
	padding: 5px 16px 4px 16px;
	text-decoration: none;
	font: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	border-right: 1px solid #dedede;
	border-left: 1px solid #fdfdfd;
	height: 21px;
}

#maintopic a:hover {
	background-color: #DDDCDC;
}

#maintopic a.sel {
	background-color: #828282;
	color: #BD0000;
}

#topic h3 {
	border-top: 1px solid #828282;
	border-bottom: 1px solid #828282;
	background-color: #fffffe;
	color: #BD0000;
	padding: 4px 10px 4px 10px;
	font-size: 105%;
	font-weight: bold;
	margin: 20px 0px 0px 0px;
}

#topic p {
	padding: 4px 10px 4px 10px;
	border-bottom: 1px solid #828282;
	margin: 0px;	
}

#topic p a {
	text-decoration: none;
	color: #333333;	
}

#topic p a:hover {
	text-decoration: underline;
	color: #BD0000;	
}

form.search {
	padding: 0px;
	margin: 40px 0px 40px 0px;
}

form.search input {
	margin: 0px;
	vertical-align : middle;
}

input.search {
	border-top: #343434 1px solid;
	border-left: #343434 1px solid;
	border-bottom: #343434 1px solid;
	border-right: #343434 1px solid;
	background-color: #fEfEfE;
	width: 165px;
	padding: 2px;
	color: #544F49;
}

#ts {
	text-align: center;
}

#ts a {
	text-decoration: none;
	color: #333333;	
}
