body {
	background-color: #ffffff;
	margin: 20px;
	padding: 0px;
}

#container {
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
}

img {
	border:0px;
}

form {
	margin:0px;
	padding:0px;
}

#header {
	position: relative;
	clear: both;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
/*	background-color: #000000; */
	background-color: #000000;
}

#header h1 {
	font-family: sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #000000;
	padding: 0px;
	margin: 0px;
	margin-left: 15px;
}

#header h2 {
	font-family: Arial Narrow, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	color: #000000;
	padding: 0px;
	margin: 0px;
	margin-left: 15px;
}

#header p.addresstext {
	position: absolute;
	top: 5px;
	right: 5px;
	font-family: sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #0000000;
	text-align: right;
}

#header p.addresstext a:link, #header p.addresstext a:visited {
	color: #000000;
	text-decoration: none;
}

#header p.addresstext a:hover, #header p.addresstext a:active {
	color: #0000000;
	text-decoration: underline;
}

#content {
	font-family: sans-serif;
	color: #000000;
	margin: 0px;
	margin-right: 20px;
	padding: 0px;
	padding-left: 20px;
	padding-bottom: 1px;
	border-left: 11em solid #ffffff;
}

#content p {
	font-size: 0.9em;
}

#content a:link, #content a:visited {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}

#content a:hover, #content a:active {
	color: #000000;
}

#content h1, #content h2 {
	font-family: Arial Narrow, sans-serif;
	font-weight: bold;
	margin: 0px;
}

#content h1 {
	font-size: 1.4em;
	color: #000000;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#content h2 {
	font-size: 1.2em;
	color: #000000;
	margin: 0px;
	margin-top: 15px;
	padding: 0px;
}

#footer {
	margin: 0px;
	padding: 0px;
	padding-top: 4px;
	border: 0px;
	background-color: #000000;
	height: 2.5em;
}

#footer p {
	font-family: sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #663333;
	padding: 0px;
	margin: 0px;
}

#footer p.footerleft {
	float: left;
	margin-left: 15px;
	text-align: left;
}

#footer p.footerright {
	float: right;
	clear: right;
	margin-right: 10px;
	text-align: right;
}

#footer a:link, #footer a:visited {
	color: #663333;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #663333;
	text-decoration: underline;
}

#navmain {
	position: relative;
	clear: both;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	border: 0px;
	border-bottom: 9px solid #663333;
	height: 1.5em;
}

#navmain ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-left: 5px;
}

#navmain li {
	list-style: none;
	float: left;
	margin: 0px;
	padding: 0px;
}

#navmain a:link, #navmain a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	color: #000000;
	display: block;
}

#navmain a:hover, #navmain a:active {
	color: #663333;
}

/* It's necessary to float the A's to the left to make IE5 on Mac work properly */
#navmain a {
	float: left;
}

/* But all other browsers don't want this, so use the Commented Backslash Hack (which IE5 on Mac will ignore) to float none \*/
#navmain a {
	float: none;
}
/* End of Commented Backslash Hack - see http://www.webcredible.co.uk/user-friendly-resources/css/css-navigation-menu.shtml */

body#navhome #navmain li.navhome a:link, body#navhome #navmain li.navhome a:visited, body#navhome #navmain li.navhome a:hover, body#navhome #navmain li.navhome a:active {
	text-decoration: none;
	color: #663333;
	background-color: #000000;
	cursor: default;
}

body#navabout #navmain li.navabout a:link, body#navabout #navmain li.navabout a:visited, body#navabout #navmain li.navabout a:hover, body#navabout #navmain li.navabout a:active {
	text-decoration: none;
	color: #663333;
	background-color: #000000;
	cursor: default;
}

body#navservices #navmain li.navservices a:link, body#navservices #navmain li.navservices a:visited, body#navservices #navmain li.navservices a:hover, body#navservices #navmain li.navservices a:active {
	text-decoration: none;
	color: #663333;
	background-color: #000000;
	cursor: default;
}

body#navstaff #navmain li.navstaff a:link, body#navstaff #navmain li.navstaff a:visited, body#navstaff #navmain li.navstaff a:hover, body#navstaff #navmain li.navstaff a:active {
	text-decoration: none;
	color: #663333;
	background-color: #000000;
	cursor: default;
}

body#navcontact #navmain li.navcontact a:link, body#navcontact #navmain li.navcontact a:visited, body#navcontact #navmain li.navcontact a:hover, body#navcontact #navmain li.navcontact a:active {
	text-decoration: none;
	color: #663333;
	background-color: #000000;
	cursor: default;
}

body#navsite #navmain li.navsite a:link, body#navsite #navmain li.navsite a:visited, body#navsite #navmain li.navsite a:hover, body#navsite #navmain li.navsite a:active {
	text-decoration: none;
	color: #663333;
	background-color: #000000;
	cursor: default;
}

#navsub {
	font-family: sans-serif;
	width: 11em;
	float: left;
	padding: 0px;
	margin: 0px;
	clear: both;
}

#navsub ul {
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	list-style-type: none;
}

#navsub li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navsub a:link, #navsub a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	margin-bottom: 12px;
	margin-left: 15px;
}

#navsub a:hover, #navsub a:active {
	color: #ffffff;
}