/*key structure*/
body {
	background-color: #a9aed0;
	text-align:center;
	width: 100%;
	margin: 0px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
}
#header {
	margin: 0px auto;
	text-align:center;
	background-image: url(../images/img_pg/header.jpg);
	background-repeat: no-repeat;
	width: 770px;
	height: 150px;
}
#nav {
	margin: 0px auto;
	width:770px;
	height: 50px;
	background-image: url(../images/img_pg/content_top.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #e9e9f5;
}
#content {
	margin: 0px auto;
	text-align:center;
	width:770px;
	height:auto;
	background-image: url(../images/img_pg/content_bk.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#contentbot {
	margin: 0px auto;
	margin-bottom: 10px;
	width: 770px;
	height: 20px;
	background-image: url(../images/img_pg/content_bot.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#footer {
	margin: 0px auto;
	font-size: 10px;
	width: 770px;
	height: 67px;
	background-image: url(../images/img_pg/footer_bk.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align:left;
}
#content .col1, #content .col2, #content .col3 {
	float: left;
	margin-left: 20px;
	text-align: left;
}
/*all pages*/
#nav a {
	line-height: 30px;
	text-decoration: none;
	color: #3d4687;
	font-weight: bold;
}
#nav a:hover {
	text-decoration: underline;
	color: #e9e9f5;
}
#footer p {
	color: #a9aed0;
	margin: 0px auto;
	padding-top: 18px;
	width: 500px;
	text-align:left;
	display:block;
}
#footer a {
	color: #a9aed0;
	text-decoration: none;
}
a {
	color: #020d60;
}
a:hover {
	text-decoration: none;
}
/*special*/
#content p.tes {
	border: dotted 1px #3d4687;
	padding: 10px;
	background-color: #FFFFFF;
	font-weight: bold;
	color: #3d4687;
}
.hmblock {
	border: dotted 1px #3d4687;
	padding: 10px;
	background-color: #FFFFFF;
	font-weight: bold;
	color: #3d4687;
	width: 500px;
	margin-top: 20px;
	clear:left;
	margin-bottom:0px;
}