@charset "utf-8";
body{
	background:#003b67 url("images/bg_pattern.gif") repeat;
	
}
#bg_shadow{
	height:159px;
	width:100%;
	background:url("images/bg_top_pattern.gif") repeat-x;
	position:absolute;
	top:0px;
	clear:none;
	z-index:-1;
}
#container{
	width:800px;
	margin: 0px auto;
}
#contact, #header, #mainContent, #footer{
	width:778px;
	padding:10px;
	border:#fff solid 1px;
	overflow:hidden;
	
}
#contact{
	background:#cad1d8;
	height:48px;
	margin:20px 0px 0px 0px;
}
#header{
	height:96px;
	background:#FFF url("images/header_bg.png") no-repeat;
}
#navigation{
	width:800px;
	height:40px;
}
#mainContent{
	background:#fff;
}
#footer{
	background:#fff url("images/footer_bg.png") repeat-y;
	height:15px;
	margin:0px 0px 50px 0px;
}


#header a{
	display:block;
	width:250px;
	height:80px;
	background: url("images/logo.gif") no-repeat;
	margin:5px 0 0 0;
	overflow:hidden;
	line-height:99em;
	float:left;
}

#quotes{
	text-align:right;
	clear:none;
	width:480px;
	height:75px;
	padding:10px;
}