/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	text-align: center;
	}
	
#container {
	height:800px;
	width:800px;
	background:#FFFFFF;
	text-align: left;
	}
	
#star {
	position: absolute;
	top: 3%;
	margin-left: 80%;	
	}

#map {
position:absolute;
margin-left: 925px;
margin-top: 75px;
}

a:link img {
	border-style:none;
}

a:visited img {
	border-style:none;
	}

#header {
	text-align: center;
	}


#content {
	position: absolute;
	float:inherit;
	top: 450px;
	line-height: 1.2;
	width: 800px;

	}
	
#copy {

	font-size:xx-small;
	float: inherit;

}

#nav {
	position: absolute;
	list-style-type: none;
	font-size: 14px;
	color:#4A6815;
	width: 418px;
	margin-left: 180px;
	padding-left: 0;
	top: 390px;
	}
#nav li {
	display:inline;
	}
	
#nav a {
	display: block;
	float: left;
	text-decoration: none;
	background:#4A6815;
	color:#FFFFFF;
	padding: .3em .8em;
	border-right: 2px solid #FFFFFF;
	}
	
#nav a:hover {
	color:#000000;
	background:#99CC99;
	}
	
#image {
margin:auto;
width: 320px;
float:right;
}
