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

#header {
	background-image:url(../images/headimg.png);
	width:1100px;
	height:155px;
	margin-right:auto;
	margin-left:auto;
}
#menu {
background-image:url(../images/menu.png);	
width:1100px;
	height: 35px;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	color:#006;
	padding-top:10px;
}
#content {
	width:1100px;
	height:100%;
	margin-right:auto;
	margin-left:auto;
	color:#333;
	
}
* {
	margin: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
}
html, body {
	height: 100%;
}
.bluebox {
	background-color:#CCC;
	width:600px;
	color:#006;
	padding-top:40px;
	padding-left:40px;
	padding-bottom:40px;
	padding-right:40px;		
	margin-top:20px;
	float:left;
}
.quickbox {
		margin-top:20px;
	width:310px;
	height:400px;
	background-color:#999;
	margin-left:50px;
	float:right;
	padding-top:20px;
	padding-left:20px;
	padding-bottom:40px;
	padding-right:40px;
}
.vline {
	float:right;
	background-image:url(../images/vline.png);
	background-repeat:repeat-y;
	width:4px;
	height:100%;
}
a {
	color:#006;
	text-decoration:none;
}
a:hover {
	color:#006;
	text-decoration:underline;
}
A:visited {
	color:#006;
	text-decoration:none;
}
	
A:active {
	color:#006;
	text-decoration:none;
}
