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

body, html{
	margin:0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #008aa3;
}
hr{
color:#462200;
height:2px;
width:auto;
}
#wrap{
height:100%;
width:700px;
margin-left:auto;
margin-right:auto;
}
#header{
height:80px;
width:910px;
}
#navigation{
height:30px;
width:910px;
}
#content{
height:100%;
width:910px;
}
#contentleft{
height:100%;
width:660px;
float:left;
}
#contentright{
height:100%;
width:250px;
float:right;
text-align:center;
}
#footer{
	height:20px;
	width:700px;
	background-color:#462200;
	text-align:center;
	font-size:10px;;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-top:3px;
	clear:both;
}
h2{
font-size:1.3em;
}

/* New Code for Links page by James Morrison */

ul {
	width: 180px;
	margin: 20px 15px 20px 0;
	float: left;
}

li {
	color: #462200;
	font-size: 1.75em;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

li a {
	color: #462200;
}

.last {
	margin-right: 0 !important;	
}