/*map element*/
body {
	background-color: #cba634;
}

#navbar{height:0px;visibility:hidden;display:none}
/*links*/
	a:link{color:green; text-decoration:none; font-family: Courier New,Courier,monospace;
        font-weight:bold;;}
	a:visited{color:green; text-decoration:none;}
	a:hover{color:red;}

/*early anderson's of virginia*/
h1 {

	font-size: 230%;
	font-weight:bold;
	text-indent: 10%;

}
p {
	font-family: Courier New,Courier,monospace;
	color:black;
	font-size: 90%;
	font-weight:bold;
}

#text {
	margin: 0% 15% 0% 15%;
}

#background {
	background: url("virginia_1796.jpg") no-repeat  scroll;
	height: 700px;
	width: 80%;
	Margin: 0 10% 0 10%;
}
#content {
	font-family: Courier New,Courier,monospace;
	padding: 10% 10%  0%  10%;
}
#gogglemap {
	width:400px;
	height:400px;
	border-style:groove;
	left: 25%; top: 15%;
}

#footer  {
	clear:both;
	text-align:center; 
	font-size: 80%; 
	font-weight: bold; 
	padding-bottom: 5em;
}
 
