/* CSS Document */
body {
	background-color: #c8ccd1;
}
#content a {
	color: #607283;
}
#content a:hover {
	color: #75889a;
}
#header {
	background: transparent url(../images/bg-group/header_bg-group.jpg) no-repeat scroll top;
	height:152px;
}
#container {
	border: 1px solid #aaafb3;
	background-color: White;
	background-image: none;
	margin-top: 20px;
}
#col1 {
	float:left;
	width:86px;
}
#footer {
	background: #75889a none;
	color: white;
	font-size: 9px;
	height: 40px;
	margin: 0px;
	padding-top: 0px;
	text-align: center;
	width: 780px;
}
.intro {
	color: #445260;
	font-weight: bold;
}
h1 {
	color: #445260;
}
#col2 {
	float:left;
	width:750px;
	padding-left: 20px;
}