@charset "utf-8";
/* CSS Document */


body{
color:#000000;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
background:#000000;
margin:0px;
padding:0px;


}


#wrapper{
	width:800px;
	margin:0px auto;
	padding:0px;
	height: inherit;
}


#header{
background:url("images/header.jpg");
width:800px;
height:66px;
float:left;

}

#left_background{
	background:url("images/left_background.jpg");
	height:23500px;
	width:24px;
	float:left;
}






#left_container{
	background-color:#000000;
	width:157px;
	height:23500px;
	float:left;
}
.content_box{

background-color:#FFFFFF;
width:156px;
height:159px;
float:left;
}



#content{
	background-color:#000000;
	width: 600px;
	height:auto;
	float:left;
}

#right_background{
	background:url("images/right_background.jpg");
	height:23500px;
	width:15px;
	float:left;
}

#footer{
	background:url("images/copyright_area.jpg");
	width:800px;
	float:left;
	height: 34px;
}



#footer_menu{
	background-color:#ffffff;
	height:35px;
	width:800px;




}


.bottom_buttons a, a:hover, a:link, a:visited{
	background-color:#000000;
	color: #FFFF00;



}



.menu{
	background-color:#FFFFFF;
	width:157px;
	height:600px;
	float:left;

}
