#content {
	position: absolute;
	top: 250px;
	left: 200px;
	width: 800px;
	padding: 10px;
	margin: 0px;
	background-color:#F9F3B1;
	border: 0px solid #ededed;
}

#sidebar {
	position: absolute;
	top: 250px;
	left: 20px;
	width: 160px;
	border: 0px solid #870019;
	text-align:center;
}

#frame {
	position: absolute;
	top: 0px;
	left: 710px;
	width: 200px;
	height: 220px;
	background: url(../images/pfra.gif) no-repeat;
	padding: 0px 20px 0px 20px;
}

#header {
	position: absolute;
	top: 60px;
	left: 0px;
	width: 100%;
	height: 150px;
	background-color:#0A410F;
}


#maintopic {
	padding: 0px;
	margin: 0px 0px 0px 15px;
	height: 60px;
}

#maintopic a {
	display: block;
	float: left;
	border-right: 1px solid #ededed;
	height: 20px;
	padding: 20px 15px;
	margin: 0px;
	text-decoration: none;
	color: #870019;
	font-size: 12px;
}

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

#maintopic .sel {
	color: #870019;
	background-color: #ededed;
}

.topic {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	color: #870019 !important;
	font-size : 18px;
	font-weight: normal !important;
	margin: 10px 0px 15px 0px !important;
}

.topic:hover {
	text-decoration: none !important;
	color: #ffffff !important;
}

.subtopic {
	display: block;
	text-decoration: none;
	color: #ffffff !important;
	font-weight: normal !important;
	border-bottom: 1px solid #870019;
	margin-bottom: 5px !important;
}

.subtopic:hover {
	text-decoration: none !important;
	color: #870019 !important;
}

form.search {
	margin: 20px 0px 20px 0px;
}

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

input.search {
	width: 130px;
	border: 1px solid #870019;
}