@charset "utf-8";
/* CSS Document */

body {
	background:none repeat scroll 0 0 #E9F1F7;
	color:#333333;
	font-family:Verdana,Geneva,sans-serif;
	font-size:0.85em;
	margin:0;
}

#wrapper{
	width: 953px;
	margin: auto;
}

#banner{
	height: 30px;
	background-color:#003399;
	padding: 3px 0 0 5px;
	border-bottom: 1px solid #fff;
	width: 948px;
}
#header{
	height: 210px;
	width:953px;
	background:url(../images/header-image.jpg) top left no-repeat;
}
#content{
	background-color:#FFF;
	width: 853px;
	padding: 20px 50px 20px 50px;
}
#footer{
	height: 33px;
	width: 953px;
	background-color:#003399;
	border-top: 1px solid #fff;
}
.align-right { float:right; margin: 0 0 15px 15px; }
.frame { padding: 5px; }
.clear {
	clear: both;
}

