#content {
	width: 540px;
	padding: 0px;
	position: absolute;
	top: 130px;
	left: 250px;
	color:#EFEFEF
}

#topic {
	width: 200px;
	padding: 0px;
	position: absolute;
	top: 110px;
	left: 20px;

}

#sidebar {
	width: 150px;
	padding: 0px;
	position: absolute;
	top: 130px;
	left: 820px;
	color:#00FFFF
}

#logo {
	width: 100%;
	height: 70px;
	background : #710D0D url(../images/plogo.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: #FF0001 url(../images/pmtp.gif) repeat-x;
	height: 32px;
	background-color: #000000;
}

#maintopic ul {
	list-style-type: none;
	margin:0px;
	padding:0px;
}

#maintopic li {
	display: inline;
}

#maintopic a {
	display: block;
	float: left;
	margin: 0px;
	padding: 8px 16px 0px 16px;
	text-decoration: none;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	border-right: 1px solid #FF0001;
	border-left: 1px solid #000000;
	text-transform : uppercase;
	height: 21px;
	background-color: #FF0000;
}

#maintopic a:hover {
	background-color: #FF9900;
}

#maintopic a.sel {
	background-color: #660000;
	color: #ffffff;
}

#topic h3 {
	border-top: 1px solid #8F8F8F;
	border-bottom: 1px solid #8F8F8F;
	background-color: #FF0001;
	color: #DFDFDF;
	padding: 4px 10px 4px 10px;
	font-size: 100%;
	font-weight: bold;
	text-transform : uppercase;
	margin: 20px 0px 0px 0px;
}

#topic p {
	padding: 4px 10px 4px 10px;
	border-bottom: 1px solid #8F8F8F;
	margin: 0px;	
}

#topic p a {
	text-decoration: none;
	color: #FF0001;	
}

#topic p a:hover {
	text-decoration: underline;
	color: #DFDFDF;	
}

form.search {
	padding: 0px;
	margin: 40px 0px 40px 0px;
}

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

input.search {
	border-top:  #FF0001 1px solid;
	border-left:  #FF0001 1px solid;
	border-bottom:  #FF0001 1px solid;
	border-right:  #FF0001 1px solid;
	background-color: #808080;
	width: 165px;
	padding: 2px;
	color: #ffffff}
