@charset "iso-8859-1";
body {
	margin-top: 0px;
	background-color: #000000;
	text-align:center;
	background-image: url('images/marlowebkgd.jpg');
	background-repeat: no-repeat;
	background-position:50% 0%;
}

#container
	{
	width:800px;
	margin:0 auto;
	text-align:left;
		}
		
#main {
	font-family: "Trebuchet MS", verdana, arial, "sans serif";
	font-size: 14px;
	line-height: 22px;
	text-decoration: none;
	width: 215px;
	margin-top: 95px;
	text-align: left;
	float:left;
	margin-left: 50px;
		
}

a:link {
	color: #003333;
	text-decoration: none;
	font-size: 14px;
}
a:visited {
	text-decoration: none;
	color: #336633;
	font-size: 14px;
}
a:hover {
	text-decoration: underline;
	color: #006600;
}
a:active {
	text-decoration: none;
	font-size: 14px;
}
h1 {
	font-size: 16px;
	color: #003300;
	font-family: "Trebuchet MS", verdana, arial, "sans serif";
}
h2 {
	font-size: 14px;
	color: #006633;
}

.text {
	font-family: "Trebuchet MS", verdana, arial, "sans serif";
	font-size: 14px;
	line-height: 22px;
	text-decoration: none;
}
.texttight {
	font-family: "Trebuchet MS", verdana, arial, "sans serif";
	font-size: 14px;
	line-height: 19px;
	text-decoration: none;
}
#navcontainer ul
{
	list-style-type: none;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 14px;
	line-height: 20px;
	float:right;
	margin-right: 20px;
	margin-top: 80px;
	width: 150px;
}

#navcontainer a
{
	padding: 1px 1px 1px 15px;
	width: 150px;
	background-color: #2b4c3f;
	border-bottom: 1px solid #eee;
	margin-left: -2px;
	display: block;
}

#navcontainer a:link, #navlist a:visited
{
color: #fff;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #669966;
color: #fff;
}
