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

/* General */
body {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;	
}
#container {
	width: 912px;
	margin: 0 auto; 
	position: relative;
}

/* header */
#header {
	width: 912px;
	height: 106px;
	padding-top: 17px;
}
/* content */
#contLef {
	float: left;
	width: 300px;
	height: 340px;
	background-color: #d0e5f5;
}
#contMid {
	float: left;
	width: 300px;
	height: 340px;
	margin-left: 6px;
	margin-right: 6px;
	background-color: #7ca1d0;
}
#contRig {
	float: left;
	width: 300px;
	height: 340px;
	background-color: #dbdbdc;
}
.contTop {
	width: 228px;
	height: 180px;
	padding-left: 36px;
	padding-right: 36px;
	padding-top: 3px;
	background-image: url(../images/background_arrow.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.contTop h1 {
	padding: 0px;
	margin: 0px;
	font-size: 22px;
	font-weight: bold;
	color: #0171b9;
}
.contTop p {
	padding: 0px;
	margin: 0px;
	line-height: 25px;
}
.contBot {
	width: 300px;
	height: 157px;
}
/* Footer */
#footer {
	width: 912px;
	height: 40px;
	padding-top: 10px;
}
/* Misc */
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	
}
