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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
html { overflow: -moz-scrollbars-vertical; }
html { overflow-x: auto; }
img {border: 0;}
@font-face {
 font-family: "EotDemonstration";
 src: url("site_fonts/fec.eot"); /* EOT for IE */
}
@font-face {
 font-family: "EotDemonstration";
 src: url("site_fonts/fec.ttf") format("truetype"); /* TTF for CSS3 */
}
body,p,h1,h2,h3,h4,h5,th,td,label { font-family: "EotDemonstration",Arial; font-weight:normal;}
#wrap {
	width: 960px;
	padding: 10px;
	min-height:920px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/st.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#wrap #header {
	height: 87px;
	width: 960px;
	background-image: url(images/agv6.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#wrap #header .menu {
	width: 600px;
	float: right;
	height: 87px;
}
#wrap #header .menu a{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #f1f1f1;
	width: 100px;
	display: block;
	float: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-left: 10px;
	text-align: center;
	font-size: 18px;
	color: #656565;
	text-decoration: none;
}
#wrap #header .menu a:hover{background-color:#5594bc;color:#FFF;}
#wrap #content {
	clear: both;
	width: 960px;
	min-height: 400px;
	padding-top: 60px;
}
#wrap #content h2 {
	font-size: 48px;
	color: #347aa4;
	margin: 0px;
	line-height: 40px;
}
#wrap #content h3 {
	font-size: 32px;
	color: #347aa4;
	margin: 0px;
	line-height: 32px;
}
#wrap #content .inner {
	width: 960px;
}
#wrap #content .inner .left {
	width: 360px;
	float: left;
}
#wrap #content .inner .left p {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
#wrap #content .inner .right {
	float: right;
	width: 560px;
	padding: 10px;
	background-color: #F5F5F5;
	margin-top: 15px;
	font-size: 12px;
	color: #333;
}
#wrap #content .inner .right p,#wrap #content .inner .right p label{font-family: Arial, Helvetica, sans-serif;margin-top:0px;margin-bottom:10px;}
#wrap #footer {
	clear: both;
	width: 960px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F3F3F3;
}
#wrap #footer p {
	font-size: 18px;
}
#wrap #footer p a {
	color: #666;
	text-decoration: none;
}