@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: left;
	font: 12px Arial, Helvetica, sans-serif;
	color: #061C37;
	background: #8CBDE1;
	background-image:url(images/background.png);
	background-repeat:repeat-x;
}

*
{
margin:0px;
padding:0px;
}

#header
{
width:900px;
height:237px;
padding:7px 7px 7px 7px;
background-color:#FFFFFF;
margin-bottom:7px;
margin-top:20px;
}

#picture
{
	width:900px;
	height:237px;
	background-image:url(images/picture.jpg);
	background-repeat:no-repeat;	
}


h1, h2, h3
{
	padding:0px;
	margin:0px;
}

#header h1
{
position:relative;
left:12px;	
top:10px;
color:#EEF5FD;
font-size:40px;
}

#header h2
{
position:relative;
display:block;
float:right;
top:158px;
margin-right:11px;
font-size:20px;
color:#2661CE;
}

#container
{
width:914px;
margin:0px auto 0px auto;
}

.maincol h2
{
color:#498DD8;
margin-bottom:3px;
}
.maincol p
{
margin-bottom:6px;
}
.maincol
{
clear:both;	
padding-left:15px;
padding-right:15px;	
padding-bottom:12px;	
padding-top:12px;
display:block;
background-image:url(images/maincol_top.png);
background-repeat:no-repeat;
background-color:#EEF5FB;
width:884px;
}
	
}
