body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-color: #2d65af;
 margin: 0px 0px 0px 0px;
 float: center;
 position: absolute;
}

a:link {
	color: #193c69;
	font-style: bold;
	text-decoration:none;
	font-size: 12px;
}

a:visited {
	color: #193c69;
	text-decoration:none;
}

a:active {
	background-color: none;
	text-decoration:none;
}

a:hover {
	color: #ffffff;
	text-decoration:none;
}

h1 {	font-size: 14px;
	font-family: "Garamond", serif;
	font-variant: normal;
	font-weight: none;
	letter-spacing: 0px;
	color: #2d65af;
	text-align: center;
}


h2 {
	font-size: 25px;
	font-family: "Garamond", serif;
	font-variant: normal;
	font-weight: bold;
	letter-spacing: -2px;
	color: #2d65af;
}

span.blue {
	color:#2d65af;
	font-size: 15px;
	font-family: "Garamond", serif;
	font-variant: normal;
	font-weight: bold;
	letter-spacing: 0px;
}

#wrapper { 
 margin: 0px 0px 0px 0px;
 width: 922px;
 position: absolute; 
}
#header {
 width: 910px;
 color: #193c69;
 padding: 0px;
 border: 1px solid #193c69;
 height: 200px;
 margin: 0px 175px 0px 175px;
 background-color: #aec4e2;
 background-image: url("britt-main.jpg");
 background-repeat: no-repeat;
 position: absolute; 
}
#navigation {
 width: 910px;
 height: 20px; 
 color: #193c69;
 padding: 0px;
 border-top: 1px solid #193c69;
 border-left: 1px solid #193c69;
 border-right: 1px solid #193c69;
 margin: 200px 175px 0px 175px;
 background: #aec4e2;
 position: absolute; 
}
#content { 
 width: 890px;
 color: #193c69;
 border-bottom: 1px solid #193c69;
 border-left: 1px solid #193c69;
 border-right: 1px solid #193c69;
 background: #aec4e2;
 margin: 220px 175px 10px 175px;
 padding: 10px;
 position: absolute;
}

#navlist
{
margin: 0px 0px 0px 0px;
padding: 0px 0px 20px 0px;
border-top: 0px solid #193c69;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
float: left;
line-height: 14px;
font-weight: bold;
margin: 0 10px 4px 10px;
text-decoration: none;
color: #fff;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
border-top: 4px solid #193c69;
padding-top: 2px;
background: transparent;
color: #193c69;
}

#navlist a:hover { color: #193c69; }
