body {
	font-family: Verdana, sans-serif;
	font-size: 10pt;

	margin: 0px;
	padding: 0px;

	color: #000000;

	letter-spacing: 1px;
	line-height: 18px;
	background-image: url(images/gradient_blue_200px.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #005b7f;
}

h1 {
	margin-top: 0px;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}

h2 {
	margin-top: 0px;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}

img {
	border: 0px;
}

a {
	font-size: 10pt;
	color: #ccccff;
}

#mainwrapper {
	width: 960px;
	margin: 0 auto;
	/*border: 1px solid white;*/
	min-height: 500px;
}

#header {
	height: 200px;
	background-image: url(images/house_1.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.content_block_1_wrap {
	padding: 10px;
	background-color: #003d61;
	border-radius: 10px;
	float: left;
	margin: 5px;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.5);
}

.content_block_1 {
	width: 290px;
	height: 300px;
	/*border: 1px solid blue;*/
	color: white;
}

.content_block_1 h1 {
	color: #6dcff6;
	font-weight: normal;
}

.content_block_1 h2 {
	color: #6dcff6;
	font-weight: normal;
	font-size: 10pt;
}

