@charset "utf-8";
/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
	line-height:130%;
}
.body{
	background-image:url(../images/main/bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#1f1f1f;
	padding:0px;
	margin:0px;
}
#container{
	width:980px;
	margin:auto;
}
#logo{
	z-index:100;
	position:absolute;
}
#menu{
	float:right;
	margin-top:18px;
	position:absolute;
	left:600px;
	z-index:200;
}
.menu_item{
	float:left;
	margin-right:4px;
	height:20px;
	font-size:13px;
	color:#9d9b9b;
	padding:15px;
	padding-left:16px;
	padding-right:16px;
}
.menu_item a{
	color:#9d9b9b;
	text-decoration:none;
}
.menu_item:hover{
	background-color:#121212;
}
.menu_item:hover a{
	color:#FFFFFF;
	text-decoration:none;
}
#header{
	height:160px;
}
#main_img{
	background-image:url(../images/main/img_bg.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
	height:295px;
	text-align:center;
	margin-bottom:20px;
}
#main_img img{
	border:4px solid #FFFFFF;
}
#left_content{
	float:left;
	width:600px;
	margin-right:20px;
	margin-left:20px;
	color:#b3b3b3;
	font-size:14px;
	overflow:auto;
	padding-bottom:20px;
}
h1{
	font-size:40px;
	font-weight:normal;
	color:#FFFFFF;
}
h2{
	font-size:30px;
	font-weight:normal;
	color:#FFFFFF;
}
h3{
	font-size:20px;
	font-weight:normal;
	color:#FFFFFF;
}
#right_content{
	width:325px;
	margin-right:10px;
	float:right;
	color:#b3b3b3;
	font-size:14px;
	overflow:auto;
	padding-bottom:20px;
}
.right_box{
	width:285px;
	padding:20px;
	padding-top:5px;
	background:url(../images/main/box_bg.gif) bottom center no-repeat;
	margin-bottom:10px;
}
.blue{
	color:#9ea6ff;
}
