/* CSS Document */
body {
	background-color:#426B94;
}

#container {
	position: absolute;
	width:555px;
	background-color:#426B94;
	padding:1px 0 0 0;
	left: 50%;
	margin-left:-277px;
}

#banner {
	width:555px;
	height:79px;
	background-image:  url(../images/banner.jpg);
}

#copy {
	width:495px;
	background-image:  url(../images/body.jpg);
	padding:20px 30px 10px 30px;
	font:500 9pt "Arial", sans-serif;
}

#footer {
	width:555px;
	height:41px;
	background-image:  url(../images/footer.jpg);
}

h1 {
	color:#9A0000;
	font:500 10pt "Arial", sans-serif;
	margin-top:0;
	font-weight:bold;
}
