@charset "utf-8";
/* CSS Document */

body{
margin:0;
background:url(../images/back_index.png);
font:12px Arial, Helvetica, sans-serif;
color:#7d7d7d;
}
div{
margin:0 auto;
}
.clear{
clear:both;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFF00;
}
a:active {
	text-decoration: none;
	color: #FFFF00;
}
/*=================================*/
#main_bg{
width:989px;
background:url(../images/bg_1.gif) repeat-y;
}
#head{
padding:0 40px;
width:830px;
background:url(../images/head_bg.jpg) right no-repeat;
_background:url(../images/head_bg_2.jpg) right no-repeat;
}
#top_menu{
background:url(../images/top_menu_bg.gif) no-repeat;
width:591px;
height:20px;
margin:0 0px 0 250px;
color:#FFFFFF;
font-weight:bold;
text-align:right;
padding-right:10px;
padding-top:2px;
}
#logo{
margin-top:10px;
}
#main_menu,#content{
width:918px;
margin-bottom:10px;
}
.float_left{
float:left;
margin-right:2px;
}
#foot{
width:898px;
height:18px;
background:#387AA7;
color:#FFFFFF;
padding:3px 0 0 20px;
margin:10px auto 0 auto;
}
