
body { 
	background: #000000; 
	margin: 0 0 0 0; 
	padding: 0 0 0;
	font-family: Century Gothic, Helvetica, Verdana, Geneva, Arial, sans-serif;
	
	}

.hidden { 
	display: none; 
	}

.unhidden { 
	display: block; 
	}

a:link { 
	text-decoration: none; 
	color: #ffffff;
	}
a:visited { 
	text-decoration: none; 
	color: #ffffff;
	}
a:hover, a:active { 
	text-decoration: none; 
	color: #ffffff;
	}

#container {
	position: absolute;
	width: 900px;
	height: 490px;
	top: 0px;
	left: 50%;
	text-align: left;
	margin-left: -450px;
	margin-top: 75px;
	z-index: 2;
	border: none;
	
	}

#heading {
	position: absolute;
	width: 425px;
	height: 52px;
	left: 0px;
	top: 0px;
	margin-left: 238px;
	margin-top: 20px;
	z-index: 50;
	}

#headinglink {
	width: 425px;
	height: 52px;
	display: block;
	background-image: url(../images/headertext.jpg);
	background-repeat: no-repeat;
	}

#mapcontainer {
	position: absolute;
	width: 500px;
	height: 300px;
	left: 0px;
	top: 0px;
	margin-left: 300px;
	margin-top: 140px;
	z-index: 100;
	border: 2px white solid;
	}



h1 {
	font-size: 14px;
	color: white;
	text-align: left;
	}

.sizedown {
	font-size: 13px;
	}

#sidebar {
	position: absolute;
	width: 200px;
	height: 425px;
	color: #dadada;
	margin-top: 140px;
	margin-left: 50px;
	padding: 0 25px 0 25px;
	font-family: Century Gothic, Helvetica, Verdana, Geneva, Arial, sans-serif;
	font-size: 13px;
	line-height: 16px;
	border: none;
	z-index: 100;
	background-color: black;
	background-image: none;
	background-repeat: repeat-y;

	}




.greentext {
	color: #66ccff;
	}





h2 {
	text-align: left;
	font-size: 14px
	}

#bottomnav {
	position: absolute;
	width: 900px;
	height: 40px;
	margin-left: 40px;
	margin-top: 500px;
	border: none;
	font-size: 12px;
	color: #6d6d6d;
	border: none;
	z-index:100;
	}

.navborder {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px white solid;
	}

#noborder {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	padding-left: 10px;
	border-right: none;
	}

#sig {
	display: inline;
	list-style-type: none;
	border: none;
	font-size: 10px;
	color: #6d6d6d;
	text-align: right;
	}

.bluehouse {
	color: #6d6d6d;
	}

