@charset "utf-8";
/* CSS Document */

body{
	margin:37px 0;
	padding:0;
	background:url(../images/background-tile.gif) 0 0 repeat-x #013b68;
	font-size:62.5%;
	font-family: Tahoma, sans-serif;
}
a {
	text-decoration: none;
}
img{
	border:none;
}
#container{
	background:url(../images/container-top.jpg) 0 top no-repeat #003a68;
	margin: 0 auto 0 auto;
	width:786px;
	padding: 34px 0;
}
#home-pic{
	float:left;
	width:510px;
	text-align:right;
}
#nav{
	width:213px;
	float:right;
	padding: 0 29px 0 0;
}
#content{
	background: url(../images/secondary-bottom.gif) 0 bottom no-repeat #dbd9d4;
	color: #003a68;
	font-size:1.1em;
	width:448px;
	margin: 0 0 0 21px;
	padding: 10px 30px 40px 30px;
}
#content h1{
	font-size:1.6em;
	font-weight:bold;
}
#footer{
	text-align:center;
	color:#fff;
	font-size:1.2em;
}
#footer a{
	color:#fff;
	text-decoration: underline;
}
.clear{
	clear:both;
	overflor:hidden;
}