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

html, body {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #dde3ea url(../images/bg_index.png) top repeat-x;
}

img{
	border:none;
}

a:link {
	text-decoration: none;
	color:#024894;
}
a:visited {
	text-decoration: none;
			color:#024894;
}
a:hover {
	text-decoration:none;
			color:#024894;
}
a:active {
	text-decoration: none;
			color:#024894;
}

h1{
	font:normal 20px Georgia, "Times New Roman", Times, serif;
	background:url(../images/bg_head.png) no-repeat bottom;
	color:#024894;
	padding:0;
	margin:0;
	border:0px solid red;
}

#wrapper {
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	padding: 0;
	width:730px;
}

#logo{
	position:absolute;
	padding:0;
	margin:0;
	top:15px;
	left:0;
	width:190px;
	height:38px;
}

#header {
	padding:0;
	margin: 0;
	width: 100%;
	height:227px;
}


#forside{
	position:absolute;
	padding:5px 0 0 0;
	margin:0;
	top:0;
	right:0;
	color:#024894;
}

#forside a{
	color:#024894;
	text-decoration:none;
}

#scan{
	position:absolute;
	bottom:35px;
	right:20px;
	z-index:1;
}

#main{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	width:100%;
	padding:110px 0 150px 0;
	margin:0;
	background:url(../images/bg_content_index.png) no-repeat top left;
}

#bg_baner{
	padding:0;
	margin:0;
	position:absolute;
	width:77px;
	height:351px;
	top:0;
	left:-77px;
	background:url(../images/bg_baner.png) no-repeat top;
}

#content{
	width:538px;
	border:0px solid red;
	margin:0;
	padding:60px 92px 150px 100px;
}

#content p{
	padding:10px 0 0 0;
	margin:0;
	line-height:1.5em;
}

	.right_content{
		position:relative;
		width:220px;
		margin:0;
		padding:0;
		float:left;
		height:220px;
	}
	
	.right_content_center{
		padding:0 0 0 33px;
	}

.menu_right_content{
	position:absolute;
	right:0;
	bottom:0;
	text-align:right;
	padding:6px 5px 0 0;
	height:15px;
	width:220px;
	background:url(../images/bg_menu.png) top;
}	

#footer {
	position: absolute;
	width: 100%;
	height: 130px;
	bottom: 0;
	margin: 0;
	padding: 0;
	text-align:center;
	border:0px solid red;
	color:#024894;
	z-index:0;
}

#footer img{
	margin:0;
	padding:0 0 10px 0;
}

#footer_address{
	margin:10px 0 0 0;
	border-top:1px solid #ccc;
	padding:10px 0 0 0;
	color:#666;
}

#footer_address p{
	padding:0;
	margin:0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .clearfix { height: 1%; }