@charset "UTF-8";
/* CSS Document - by Laura Sammons as inspired by C. Wyke-Smith */
	
body {
	margin:0px;
	padding:0px;
	text-align:center; 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	margin:1em;
	background-color:#000;
	}
#main_wrapper {
	width:957px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	position:relative;
	height:100%;
	background-color:#000;
	}
#header {
	height:200px;
	/*full width by default*/
	background:transparent;
	}
#content {
	position:absolute;
	left:543px;
		padding:0;
	height:504px;
	width:400px;
	z-index:2;
	}
#nav {
	position:absolute;
	left:0px;
	width:543px;
	background:transparent;
	margin-bottom:508px;
	}
#header_inner, #nav_inner, #content_inner, #promo_inner {
	overflow:hidden;
	}
#content_inner {
	margin:0em 2.5em 0em 2em;
	padding:0;
	}
div.background_image {
	position:absolute; 
	width:100%;
	}
img {
	border:none;
	 background-repeat:no-repeat; 
	}
h1 {
	font-size:12pt; 
	color:rgb(138,30,4);
	}
.url {
	color:rgb(154,129,73);
	}
.map_it {
	background:transparent;
	}
a:hover {text-decoration: underline;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;
color:#000000}
a:link {color:#000000}
	
