* {
	padding:0;
	margin: 0;
	font-size: 1em;
}
body {
	color: #fb5;
	background-color:#334;
	position: relative;
	margin: 1em 10%;
	background-position: top left;
	background-repeat: repeat-x;
	max-width 80em;
	font-size: 76%;
	font-family: "helvetica", "Arial", sans-serif;
}
a:link {
	color:#455;
	background-color:#eb6;
}
a:visited {
	color:#345;
	background-color: #eb6;
}
a:hover {
	color: #667;
	background-color: #0066cc;
}
a:active {
	color: #778;
	background-color: #ec8;
}
#header {
	color: #000000;
	background-color: #FFFFFF;
	border-color: #667;
	background-repeat: no-repeat;
	background-position: bottom right;
	border-width: .1em;
	border-style: solid;
	border-bottom-width: 0;
	
	
}
#navigation {
	
	background-position: center;
	background-repeat: repeat-x;
	border-width: .1em;
	
	padding-left: 5%;
	padding-right: 0%;	
	border-style: solid;
	border-bottom-width: 0;
	border-top-width: 0;
	color: #455;
	background-color: #000099;
	border-color: #667;
	font-family: "Lucida Grande", "Helevtica", "Arial", sans-serif;
}
ul#nav_features {
	border-color: #99a;
	width: 100%;
	min-width: 0px;
	overflow: hidden;
	border-left-width: .1em;
	border-left-style: solid;
	top: 35px;
	left: 325px;
}
li#nav_home {

	display: inline;
	}
li#nav_about {
	
	display: inline;
}
li#nav_location {
	
	
	display: inline;
}
li#nav_info {
	
	display: inline;
}
li#nav_links {
	
	display: inline;
}

li#nav_home a, li#nav_about a, li#nav_location a, li#nav_info a, li#nav_links a {
	display: block;
	float: left;
	padding: .5em 2em;
	border-right: .1em solid;
}
#content {
	border-width: .1em;
	border-style: solid;
	border-top-width: 0;
	padding: 2em 10%;
	line-height: 1.8em;
	color: #000000;
	background-color: #6666cc;
	border-color: #667;
	
	
}
#content p {
	margin: 1em 0;
}

#content a {
	color: #FFFFFF;
	background-color: transparent;
	
}
#content a:hover {
	color:#66D9CC;

}
#content a:visited {
	color:#E5BB65;

}
#content a:link {
	color: #000000;
}


h1 {
	font-family: "Georgia", "Times New Roman", serif;
	font: 2.4em normal;
}
h2 {
	font-family: "Georgia", "Times New Roman", serif;
	font: 1.8em normal;
	margin-top: 1em;
}
h3 {
	font-family: "Georgia", "Times New Roman", serif;
	font: 1.4em normal;
	margin-top: 1em;
}
	
#navigation a:link,#navigation a:visited {
	color: #eef;
	background-color: transparent;
	border-color: #99a;
}
#navigation a:hover {
	color:#FFFFFF;
	background-color: #0066cc;
}

navigation a:active {
	color:#667;
	background-color: #ec8;
}
#navigation a {
	text-docration: none;
	font-weight: bold;
	float: center;
	padding: 4px 8px;

}
#navigation a.here:link,
#navigation a.here:visited,
#navigation a.here:hover,
#navigation a.here:active {
	color: #eef;
	background-color: #0033FF;
}

a {
	font-weight: bold;
	text-decoration: none;
}
