/* CSS Document */

body {
	margin-top: 50px;
	padding: 0;
	font-family: Georgia, Times New Roman, Times, serif;
	background-image: url(http://visitfoxburg.com/images/webpattern3.jpg);
}

#wrapper {
	position: relative;
	text-align: left;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-color: #a3b9a4;
    border: 1px solid #809882;
	}
	
	#header {
	margin: 6px;
	border: 1px solid #455c47;
	}
	
	#content {
	background-color: #fff;
	padding: 10px;
	border: 1px solid #455c47;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
	font-size: .85em;
}

#content h3 {
color: #993300;
}

#content a {
font-style: italic;
color: #455c47;
text-decoration: underline;
}

#content a:hover {
font-style: italic;
color: #a3b9a4;
text-decoration: underline;
}

#footer {
background-color: #993300;
padding: 8px;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
		border: 1px solid #455c47;
color: #fff;
font-size: .75em;
text-align: center;
}

#footer a {
color: #003300;
text-decoration: underline;
}

#footer a:hover {
color: #fff;
text-decoration: underline;
}