/*

Colours

blue1: 3a525c
blue2: 6a96a8
blue3: a8c1cb
gray : 999999
red  : 8a3335

Header

Dark : 1e343d
Light: 2e505e

*/

body {
	background: #ffffff url('images/bg_small.png') repeat-x top left;
}
#header {
	background: transparent url('images/bg_grad_small.png') no-repeat top center;
	height: 90px;
	padding-top: 20px;
}
h1, h2, h3, h4, h5, h6 {
	color: #3a525c;
	font-weight: bold;
	font-size: 16px;
}
a, a:visited {
	color: #6a96a8;
}
a:active, a:hover {
	color: #8a3335;
}

#col_left {
	width: 620px;
	float: left;
}
#col_right {
	width: 300px;
	float: right;
}

.content_box {
	margin: 10px 0px;
}
#col_left .title {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}