/* CSS Document */

body{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background:url(../images/bg.jpg) left top repeat-x;
	}
h1,h2,h3,h4,h5,h6,p{
	margin:0px;
	padding:0px;
}
h1{
	font-size:20px;
	color:#012c72;
	width:auto;
	line-height:35px;
	background: url(../images/line.jpg) bottom left no-repeat;
	}
h2{
	font-size:18px;
	color:#012c72;
	width:auto;
	line-height:35px;
	margin:-5px 5px 0px 10px;
	text-indent:15px;
	background: url(../images/arrow.jpg) left center no-repeat;
	border-bottom:solid 1px #003366;
	}
p{
	margin:15px;
	line-height:17px;
}
.wrapper{
	margin:0px auto;
	padding:0px;
	width:945px;
	height:auto;
	}
.header{
		margin:0px;
	padding:0px;
	width:945px;
	height:94px;
	}
.banner{
	margin:0px;
	padding:0px;
	width:945px;
	height:240px;
	margin-top:8px;
	}
.contentblock{
	margin:0px;
	padding:0px;
	width:945px;
	height:auto;

	}
.logo{
	height:94px;
	width:180px;
	float:left;
	background: url(../images/logo.jpg) top left no-repeat;
	}
.menu{
	float:right;
	height:49px;
	width:639px;
	margin:29px 0px 0px;
	background:url(../images/menu_bg.jpg) top left no-repeat;
	}
.menu ul{
	margin:0px 0px 0px 15px;
	padding:0px;
	}
.menu li{
	float:left;
	list-style:none;
	display:block;
	padding:0px 6px;
	font-size:13px;
	line-height:49px;
	background:url(../images/menu_line.jpg) right center no-repeat;
	}
.menu li a{
	color:#fff;
	text-decoration:none;
	}
.left_panal{
	width:680px;
	height:auto;
	float:left;
	margin-top:20px;
	}
.right_panal{
	width:260px;
	height:300px;
	float:left;
	padding-top:20px;
	margin-top:10px;
	background: url(../images/panal_bg.jpg) top left repeat-x;
	}
.right_img{
	float:right;
	margin:10px;
	}
.left_img{
	float:left;
	margin:10px;
	}
.footer{
	margin:0px auto;
	width:100%;
	height:57px;
	background:url(../images/footer_bg.jpg) top left;
	}
.footer_block{
	margin:0px auto;
	width:950px;
	height:57px;
	line-height:55px;
	text-align:right;
	color:#FFFFFF;
	}
.gall{
	float:left;
	margin:10px 10px 10px 20px;

	}
