@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;

}


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

}

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


}






#left_container{
	background-color:#FFFFFF;
	width:157px;
	height:1400px;
	float:left;

}
.content_box{
background:url("images/contents.jpg");
background-color:#FFFFFF;
width:156px;
height:159px;
float:left;
}



#content{
	background-color:#FFFFFF;
	width: 595px;
	height:1400px;
	float:left;
}

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

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



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




}

.bottom_buttons a, a:hover, a:link, a:visited{
	background-color:#ffffff;
	color:#0066FF;



}



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

}
