body { }


#site_body {
	background-color:#f4f4f4;	
	width:900px;
	margin:0px auto;
	height:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0px 80px 0px 80px;
}

#right_content {  
	width:320px;	
	height:auto;
	background-color:#f4f4f4;	
	float:right;
	background-image:url(images/sidebar.jpg);
        background-repeat:no-repeat;
	min-height:1250px;
	margin-left:10px;
        position: relative;
 }

#left_content {  
	width:auto;	
	clip:auto;
	height:auto;
	background-color:#f4f4f4;	
 }


.sub_menu { float:right; width:180px; }


#footer{
 background-color:#f4f4f4;
 font-size:12px;
 color:#999999;
 font-weight:bold;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 height:38px;

}

div.footer_line{
 background-color:#CCCCCC;
 height:5px;
}


#footer a{
 font-family:Arial, Helvetica, sans-serif;	
 font-size:12px;
 color:#7e7e7e;
 font-weight:bold;
} 

p.right_footer_content{
 float:right;
 margin:5px 0px;
 width:500px;
 text-align:right;
}

p.left_footer_content{
 float:left;
 margin:5px 0px;
 width:370px;
 text-align:left;
}

p.left_footer_content a{
 text-decoration:none;
}

p.right_footer_content a{
 text-decoration:none;
}
