@charset "utf-8";
/* CSS Document */

body {
	background-color:#405d95;
	margin:0;
	padding:0;
}
#container {
	width:905px;
}
#header {
	background:url(images/header.gif);
	background-repeat:no-repeat;
	height:150px;
}
#maincontent {
	background:url(images/content_bg.gif);
	background-repeat:repeat-y;
	height:auto;
}
#footer {
	background:url(images/footer.gif);
	background-repeat:no-repeat;
	height:93px;
}
h3 {
	font-size: 12px;
	color: #ffffff;
}
p {
	color: #eeeeee;
}