
* { padding: 0; margin: 0; }

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;
	font-style: italic;
	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: 1000px;
 position: absolute; 
}

#header {
 color: #333;
 width: 975px;
 padding: 0px;
 border: 1px solid #3b4744;
 height: 208px;
 margin: 0px 0px 0px 150px;
 background: #aec4e2;
 background-image: url("britt-index.jpg");
 background-repeat: no-repeat;
 position: absolute; 
}

#leftcolumn { 
 color: #333;
 border: 1px solid #3b4744;
 background: #aec4e2;
 margin: 209px 0px 0px 150px;
 padding: 10px;
 height: 400px;
 width: 200px;
 position: absolute; 
}

#content { 
 color: #333;
 border: 1px solid #3b4744;
 background: #aec4e2;
 margin: 209px 0px 0px 400px;
 padding: 10px;
 height: 400px;
 width: 456px;
 display: inline;
 position: absolute; 
}

#rightcolumn { 
 color: #333;
 border: 1px solid #3b4744;
 background: #aec4e2;
 margin: 209px 0px 0px 905px;
 padding: 10px;
 height: 400px;
 width: 200px;
 position: absolute;
}