body {
	background: #9acd32 url('/images/back_vert.jpg') repeat-x;
	font-family: Verdana;
}

p { margin: 0; padding: 0; }

img { border: 0px; }

.clear { clear: both; }

#container
{
width: 987px;
margin: 10px auto;
background-color: #fff;
color: #333;
border: 1px solid gray;
line-height: 130%;
}

#top
{
height: 105px;
background-color: #33cd33;
border-bottom: 1px solid gray;
}

#top h1
{
padding: 0;
margin: 0;
}

#header {
background: url('/images/header_bck.jpg') repeat-x;
height: 80px;
width: 987px;
}

#navbar {
height: 25px;
background: #CDBF33;
width: 987px;
}

#leftnav
{
float: left;
width: 310px;
margin: 0;
padding: 0px;
}

#content { margin: 0 0 0 312px; }

.ad120 {
	width: 124px;
	height: 124px;
	float: left;
	background-image: url(/images/120_back.jpg);
	padding: 5px 0 0 5px;
	margin-right: 4px;
}

#footer
{
clear: both;
margin: 0;
padding: .5em;
color: #333;
background-color: #ddd;
border-top: 1px solid gray;
}

#leftnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }

a:link {text-decoration: underline; color: #2D2D2D;}
a:visited {text-decoration: underline; color: #2D2D2D;}
a:active {text-decoration: underline; color: #2D2D2D;}
a:hover {text-decoration: underline; color: #2D2D2D;}

a.menu:link {text-decoration: none; color: #2D2D2D; font-weight: bold; font-size: 10pt;}
a.menu:visited {text-decoration: none; color: #2D2D2D; font-weight: bold; font-size: 10pt;} 
a.menu:active {text-decoration: none; color: #2D2D2D; font-weight: bold; font-size: 10pt;}
a.menu:hover {text-decoration: none; color: #2D2D2D; font-weight: bold; font-size: 10pt;}

.right_box {
	width: 660px;
	float: left;
	border: solid 1px #000;
	margin: 10px 0;
	overflow: hidden;
	padding-top: 5px;
}

.right_position {
	font-size: 14px;
	margin: 5px 0 10px 10px;
}

.right_tab {
	width: 650px;
	float: left;
	font-size: 11px;
	padding: 2px 5px;
	margin-bottom: 5px;
}

.post {
	width: 650px;
	float: left;
	padding: 5px;
}

.post_thumb {
	width: 125px;
	height: 90px;
	float: left;
	margin-right: 10px;
}

.post_pic_thumb {
	float: left;
	margin-right: 10px;
}

.post_content {
	width: 500px;
	float: left;
	padding: 0px;
}

.post_title {
	color: #2d2d2d;
	font-size: 10pt;
	font-weight: bold;
}

.post_detail {
	font-size: 8pt;
	font-weight: normal;
	padding: 0px;
}

.post_description {
	height: 28px;
	font-size: 8pt;
	overflow: hidden;
}

.dark {
	color: #2d2d2d;
}

.bold {
	font-weight: bold;
}

.box_grey {
	background-color: #f5f5f5;
	border-color: #b3b3b3;
	color: #2D2D2D;
}

.orange_post_back {
background: #CDBF33;
}

.left_box {
margin: 10px 5px 0 5px; 
width:290px; 
font-size: 11px;
border: 1px #b3b3b3 solid;
padding: 0 2px;
}

.linkdivide { 
width: 145px; 
float: left;  
}

.pagenumber {
border: 1px solid #c0c0c0;
display: inline;
background: #CDBF33;
width: 25px;
font-size: 10px;
margin-bottom: 1px;
margin-left: 1px;
float: left;
text-align: center;
}

.multisectionbox { width: 100%; margin: 0px; }

