
body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #b9b8b8;
	background: #343434;
}

a:link, a:visited { color: #99bf28; text-decoration: underline; } 
a:active, a:hover { color: #99bf28; text-decoration:none; }


.cleaner {
	clear: both;
	height: 1px;
	width: 100%;
	font-size: 1px;	
}

.cleaner_with_height {
	clear: both;
	height: 30px;
	width: 100%;
	font-size: 1px;	
}

/* top panel */

#top_panel{
	width: 100%;
	height: 295px;	
	margin-bottom: 30px;
	background:url(top_section_bg.jpg) top repeat-x;
}

#top_panel #top_section{
	width: 930px; /* + 30 for padding right */
	height: 195px; /* + 100 for padding */
	margin: 0 auto;
	padding-top: 150px;
	padding-right: 30px;
	background:url(header.jpg) no-repeat;
}





/*  menu */

#top_section #menu{
	clear: both;
	margin-top: 63px;
	height: 25px;	
	text-align: right;
}

#menu ul {
	text-align: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul li{
	display: inline;
}

#menu ul li a{
	padding: 13px 20px;
	margin-right: 3px;
	margin-top:0px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #000;
	border-right: 1px solid #000;	
}

#menu li a:hover, #menu li .current{
	color: #ffffff;
}

#menu li .last {
	border-right: none;
	padding-right: 0;
}
/* end of menu */

/* end of top panel */

/* content panel */

#content_panel{
	clear: both;
	width:100%;;
}

#content_panel #content_section{
	clear: both;
	overflow: hidden;
	height: 100%;
	width: 960px;
	padding: 0;
	margin: 0 auto;
}

#content_section #content_left {
	float: left;
	display: inline;
	width: 240px;
	margin-left: 20px;
	border:0px dotted #999999;
}

#content_section #content_right {
	float: right;
	width: 650px;
	margin-right: 30px;
	
}

* html #content_section #content_right {
	margin-right: 15px;
}
/* end of content panel */

/* content left */

#content_left #login_section {
	clear: both;
	margin-bottom: 20px;
}



#content_left #left_column_section {
	clear: both;
	background-color: #000;
}

#left_column_section #left_column_section_top {
	width: 240px;
	height: 10px;
	background:url(left_column_section_top.jpg) no-repeat;
}

* html #left_column_section #left_column_section_top {
	margin-bottom: -5px;
}

#left_column_section #left_column_section_title {
	font-size: 18px;
	font-weight: bold;
	color:#fff;
	padding: 7px 0 0 70px;
	height: 33px; /* padding top 7px + */
	background:url(left_column_section_title.jpg) top center no-repeat;
}

#left_column_section #left_column_section_middle {

	padding: 10px 15px 10px 15px;
	background:url(left_column_section_bottom.jpg) center bottom no-repeat;
}

#left_column_section_middle ul {
	margin-bottom:0px;
	padding-bottom:0px;
	border: 1px dotted #525252;
}


#left_column_section_middle li{
	clear: both;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #525252;
	list-style-type:none;
}

#left_column_section_middle li a{
	margin: 10px 0 5px 0;
	padding: 0px;
	font-size: 12px;
	color: #8f8f8e;
	text-decoration:none;
}

#left_column_section_middle li a:hover{
			
			text-decoration:none;
			color: #fff;
	
}



/* end of content left */

/* content right */

#content_right .right_column_section {
	
	
}

.right_column_section .right_column_section_title {
	height: 17px;
	background:url(right_section_bg1.jpg) no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 19px;
	font-weight:normal;
	padding: 15px 0 25px 20px;
}

.right_column_section .right_column_section_body {
	clear: both;
	padding: 0 30px 0 30px;	
}

.right_column_section_body  .image_box {
	float: left;
	width: 5px;	
}

.right_column_section_body  .post_body {
	width: 600px;
	float: right;
	font-size: 12px;
	padding-top:5px;
	
}

.post_body h2{color: #fff;
	font-size: 16px;
	font-weight:normal;
	padding: 5px 0 0px 10px;
	}

.post_body h3{color: #fff;
	font-size: 13px;
	font-weight:normal;
	padding: 0px 0 0px 0px;
	}

.read_more{
			float:right;
			}
.read_more a {text-decoration:none;
				color:#90f816;
				text-align:center;
				width:105px;
				height: 19px;
				display: block;
				padding:0px;
			}


.read_more a:hover {text-decoration:underline;
					color:#FFFFFF;
				
			}
.right_column_section_body p{
	padding: 0 0 10px 0;
	margin: 0px;
}

.right_column_section_body li{
	padding: 0 0 10px 0;
	margin: 0px;
}



.post_body  .posted_by {
	
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 15px 0;
	padding: 0px;
	
	
}

.posted_by a, a:hover, a:visited {
	color: #7eff00;
}

.right_column_section_body .post_info {
	height: 30px;
	margin-top: 15px;
	
	
}

.post_info .comment {
	padding: 0 0 0 20px;
	margin-right: 30px;
	background: url(images/comment_icon.jpg) top left no-repeat;
}

/* end of content right */



/* footer */

#footer_panel{
	width: 100%;
	background-color: #000;
	border-top:#6a6969 solid 5px;
	
}

#footer_panel #footer_section{
	text-align: center;
	color:#FFFFFF;
	width: 960px;
	margin: 0 auto;
	padding: 10px 0;
	font-size:11px;
}

#footer_section a{text-decoration:underline;
					color:#FFFFFF;
					
					}
#footer_section a:hover{text-decoration:none;
					
					}

/* end of footer */


form{ margin:33px 0 0 0}

input, select { margin:5px 0 5px 42px;
width:250px;
height:20px;
font-family:Tahoma, Geneva, sans-serif; font-size:1em;
}

textarea { width:339px;
height:200px;
margin:5px 0 5px 42px;
overflow:auto;

}
 label{ width:100px}

img {border:0;
vertical-align:top;
text-align:left;
padding:2px ;
border:1px #CCCCCC solid;}
