@charset "utf-8";
/* CSS Document */

body{
	background-color:#000000;
	font-family:verdana;
}

.up_container{
	background:url(../images/up_container.jpg) no-repeat;
	width:831px; height:31px;
}

#container{
	width:800px; clear:both; height:650px;
}

.center_container{
	background:url(../images/center_container.jpg) repeat-y;
	width:831px;
}

.down_container{
	background:url(../images/down_container.jpg) no-reapeat;
	width:831px; height:31px; clear:both;
}

#header{
	background:url(../images/header.jpg) no-repeat;
	width:800px; height:222px;
}

.bar{
	background:url(../images/bar_menu.jpg) no-repeat;
	width:800px; height:35px;
}

.menu{
	font-size:11px;
	text-decoration:none;
}	
.menu a{
	background:url(../images/menu_off.jpg) no-repeat;
	width:160px;
	height:35px;
	display:block;
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	padding-top:5px;
}
.menu a:hover{
	background:url(../images/menu_on.jpg) no-repeat;
	width:160px; height:35px; color:#FFCC00;
	padding-top:5px;
}
.cont_left{
	float:left; padding-top:10px; width:200px;
}

.cont_center{
	float:left;
	padding-top:10px;
	width:450px;
	padding-left:10px;
	padding-right:10px;
	font-size:11px;
	text-align:left;
	height:600px;
	overflow:auto;
	color:#FFFFFF;
}
.cont_center a{
	color:#FFFF00; text-decoration:none;
}
.cont_center a:hover{
	color:#BF7700;
}
.cont_center h1, h2, h3{
	text-align:center;
}
.cont_right{
	float:left;padding-top:10px; width:120px;
}

.up_cont_small{
	background:url(../images/up_cont_small.jpg) no-repeat;
	width:200px; height:24px;
	margin-top:15px;
}

.center_cont_small{
	background:url(../images/center_cont_small.jpg) repeat-y;
	width:192px;
	color:#FFFFFF;
	font-size:11px;
	height:auto;
	padding-left:8px;
}
.center_cont_small a{
	color:#FFFFFF;
	font-size:11px;
	text-decoration:none;
	display:block;
	padding-bottom:5px;
	padding-top:5px;
	text-align:left;
	padding-right:5px;
}
.center_cont_small a:hover{
	color:#BF7700;
}
.down_cont_small{
	background:url(../images/down_cont_small.jpg) no-repeat;
	width:200px;
	height:24px;
	padding-bottom:5px;
	padding-top:5px;
}

.footer{
	background-image:url(../images/down_container.jpg);
	background-repeat:no-repeat;
	width:831px;
	height:31px;
	padding-top:5px;
}
.footer a {
	color:#FFFFFF;
	font-size:10px;
}