body  {
	font-family: Arial,Helvetica,Verdana,Tahoma,sans-serif;
	background-color: #000;
	text-align: center;
	margin: 5px;
}

a { text-decoration: none; }

a.nav:link { color: #0c2426; }
a.nav:visited { color: #0c2426; }
a.nav:hover { color: #59510C; }

a.navon:link { color: #3931cc; }
a.navon:visited { color: #3931cc; }
a.navon:hover { color: #0c2426; }

img.banner {
	border: 1px solid black;
}

#title {
	margin: auto;
	width: 780px;
	height: 131px;
	background: #FFD600;
	text-align: left;
}

#title #titletext {
	float: left;
}

#title #titleboxes {
	font-size: x-small;
	background: #DBAE00;
	float: left;
}

#title #titlerightline {
	float: right;
	width: 130px;
	height: 100%;
	border-left: 7px solid 0c2426;
}

#body {
	margin: auto;
	width: 780px;
	background: #FFD600;
	text-align: left;
	height: 430px;
}

#body #bodyleft {
	float: left;
	width: 123px;
	height: 100%;
	border-right: #8E8312 solid 1px;
	font-size: small;
}

#bodyleft #nav {
	font-weight: bold;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#body #bodyline  { 
	background-color: #0c2426;
	float: left;
	width: 8px;
	height: 100%;
}
#body #bodytext {
	float: left;
	width: 470px;
	padding: 20px;
	font-size: smaller;
}

#body #bodyrightline {
	float: right;
	width: 130px;
	height: 100%;
	border-left: 7px solid 0c2426;
}

#body #bodytitle {
	font-weight: bold;
	font-size: large;
}
#body #bodysubtitle {
	font-weight: bold;
	font-size: larger;
	font-style: italic;
}
#contactform {
	float: left; 
}
#contactform #formleft {
	float: left;
	width: 90px;
	height: 24px;
	text-align: right;
}
#contactform #formright {
	float: left;
	height: 24px;
}
#contactdetails {
	float: left;
	width: 150px;
	padding-left: 4px;
}

#footer {
	margin: auto;
	width: 780px;
	background: #DBAE00;
	height: 80px;
}

#footer #footerleft {
	float: left;
	width: 123px;
	height: 80px;
	border-right: #8E8312 solid 1px;
	font-size: small;
}

#footer #footerline  { 
	background-color: #0c2426;
	float: left;
	width: 8px;
	height: 80px;
}
#footer #footertext {
	color: #0c2426;
	float: left;
	width: 470px;
	padding: 20px;
	font-size: smaller;
	font-weight: bold;
	text-align: left;
}

#footer #footerrightline {
	float: right;
	width: 130px;
	height: 80px;
	border-left: 7px solid 0c2426;
}