.sidetitle {
	display: block;
	text-align: left;
	padding: 5px 0 5px 10px;
	font-weight: bold;
}

.side {
	display: block;
	text-align: left;
	padding: 5px 0 5px 10px;
}

.side a {
	color: #6698E7;
}

.blogbody {
	padding: 10px 0;
}

.comments-head {
	font-weight: bold;
	display: block;
}

.comments-post {
	border-bottom: 1px solid #8A8A8A;
	display: block;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#adsArea {
	margin-right: 5px;
}

#areaHeader {
	width: 975px;
	_width: 1000px;
	height: 155px;
	padding: 10px 0 0 25px;
	margin: 0;
	background-color: #83931E;
	background-repeat: no-repeat;
	background-position: bottom center;
}

#areaFooter {
	clear: both;
	background-color: #848484;
	width: 950px;
	_width: 1000px;
	font-family: "Verdana", "Arial"; 
	font-size: 10px;
	color: #333;
	text-align: right;
	padding: 5px 25px;
	margin: 0;
}

.searchArea {
	background-color: #8A8A8A; 
	width: 210px;
	_width: 230px;
	height: 24px;
	_height: 34px;
	padding: 5px 10px;
	margin: 0;
	float: left;
}

input.searchField {
	color: #666;
	font-size: 10px;
	padding: 3px 5px 4px 5px;
	margin: 0 0 1px 0;
	_padding: 2px 5px 3px 5px;
	_margin: 0;
	#padding: 2px 5px 3px 5px;
	#margin: 0;
	width: 154px;
	_width: 164px;
}

input.searchButton {
	background-color: #000;
	border: none;
	width: 42px;
	height: 21px;
	font-weight: bold;
	color: #FFF;
	font-size: 10px;
	padding: 0;
	margin: 0;
}

.mainNav {
	float: left;
	background-image: url('/_images/bg_mainnav.gif');
	background-color: #333;
	background-repeat: repeat-x;
	background-position: left center;
	text-align: center;
	width: 770px;
	padding: 0;
	margin: 0;
}

.mainNav a.last {
	float: left;
	width: 154px;
	height: 25px;
	_height: 34px;
	display: block;
	padding: 9px 0 0 0;
	margin: 0;
	font-size: 12px;
	color: #999;
	text-transform: uppercase;
	border: none;
}

.mainNav a.last:hover {
	display: block;
	background-image: url('/_images/bg_mainnav_on.gif');
	background-repeat: repeat-x;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	border: none;
}

.mainNav a:hover div {
	display: block;
	background-image: url('/_images/bg_mainnav_arrow.gif');
	background-position: 15px;
	background-repeat: no-repeat;
}

.mainNav a.active div{
	display: block;
	background-image: url('/_images/bg_mainnav_arrow.gif');
	background-position: 15px;
	background-repeat: no-repeat;
}

.mainNav a {
	float: left;
	width: 153px;
	height: 25px;
	_height: 34px;
	display: block;
	padding: 9px 0 0 0;
	margin: 0;
	font-size: 12px;
	color: #999;
	text-transform: uppercase;
	border-right: 1px solid #666;
}

.mainNav a:hover {
	display: block;
	background-image: url('/_images/bg_mainnav_on.gif');
	background-repeat: repeat-x;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	border-right: 1px solid #666;
}

 .mainNav a.active {
	display: block;
	background-image: url('/_images/bg_mainnav_on.gif');
	background-repeat: repeat-x;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	border-right: 1px solid #666;
}



