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

body{
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.wrapper{
	width:980px;
	background:url(../images/bg_shadow.png) repeat-y center;
}

.logo_menu{
	width:948px;
	height:260px;
	background:url(../images/top_bg.jpg) no-repeat;
}

.logo{
	width:900px;
	text-align:left;
	padding-top:15px;
}

.menu{
	width:900px;
	margin-top:40px;
	text-align:left;
}

.menu a{
	width:310px;
	height:23px;
	background:url(../images/menu_nor.gif) no-repeat;
	display:block;
	font-weight:bold;
	font-size:12px;
	line-height:22px;
	text-align:left;
	padding-left:23px;
	margin-top:3px;
	text-decoration:none;
	color:#000;
}

.menu a:hover{
	color:#FFF;
}

.menu a:hover{
	background:url(../images/menu_hov.gif) no-repeat;
}

.col{
	width:340px;
	display:inline-block;
	zoom:1;
	*display:inline;
}

.layer2{
	width:900px;
	text-align:justify;
}

.layer3{
	width:950px;
	background-color:#CCC;
	line-height:30px;
	text-align:right;
}

p{
	text-indent:20px;
}