html{
    
    background: #C3AD86 url('/modules/site/themes/cbps/images/back_shaddow.jpg') repeat-y center;
}
body{
    margin-top: 0;
}
.left{
    float: left;
    width: 490px;
    padding-right: 10px;
    border-right: 1px dotted #007646;
}
.right{
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 370px;
}
.right_de
{
	float: left;
	width: 370px;
}
.page_left{
    float: left;
    width: 200px;
}
.page_right{

    float: left;
    width: 700px;
    border-left: 1px dotted #007646;
    min-height: 568px;
}
.clear{
    clear: both;
}
.white_body{
    padding-left: 10px;
    padding-right : 10px;
    padding-bottom: 10px;
    width: 930px;
    margin: 0 auto;
    margin-top: 0px;
}
.main_content{
    padding: 15px;
    text-align: left;
}
.menu_section{
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	height: 28px;
	text-transform:uppercase;
	font-weight:bold;
	width: 100%;
    position:relative;
    top: 20px;
	background-color: #007646;
	margin-bottom: 20px;
}

.menu_section ul{
	margin: 0;
	padding: 0;
	padding-left:4px;
}

.menu_section ul li
{
    display: inline;
}

.menu_section ul li a
{
	margin-top:3px;
    margin-right:2px;
        
	padding-top: 5px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 2px;
        
    float: left;
    width: auto;

    color: #fff;
    text-align: center;
    text-decoration: none;
    border:0;
}


.menu_section ul li a.current
{
    background-color: #fff;
    color:black;
    height:20px;
}


.menu_section ul li:hover a.current 
{
    background-color: #fff;
    color:black;
}


.menu_section ul li a:hover
{              
    text-decoration: underline;
}
.footer{
    font-size: 10px;
    color: #FFF;
}
.footer a{
    color: #FFF;
}
.side_title{
    font-family: Georgia;
    color: #007646;
    font-size: 20px;
    text-transform: capitalize;
}
.blog_title{
    font-family: Georgia;
    color: #007646;
    font-size: 20px;
    text-transform: capitalize;
   
}
.blog_title a{
    text-decoration: none;
    color: #007646;
}
.blog_details{
    font-size: 12px;
    color: #999;
}
.blog_demo{
   
}
.footer_img{
    padding-top: 193px;
    background: transparent url('/modules/site/themes/cbps/images/cbps_footer.jpg');
    width: 930px;
    height: 22px;
    margin: 0 auto;
}
.line{
    border-top: 1px dotted #007646;
}