/* CSS Document */

body {
	width: 720px;
	margin: 20px;
	background-color: #eaeefe;
}

#masthead {
	position: absolute;
	width: 720px;
	height: 108px;
}

#topnavcontent {
	position: absolute;
	width: 720px;
	background-color: #eaeefe;
	top: 128px;
}

#mainnav {
	top: 138px;
	background-color: #0A0502;
	height: 20px;
	width: 700px;
	padding: 10px;
	font-size: .8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #C2743E;
}

#mainnav a:link {
	color: #C2743E;
	text-decoration: none;
}

#mainnav a:visited {
	color: #C2743E;
	text-decoration: none;
}

#mainnav a:hover {
	color: #963;
	text-decoration: none;
}

#mainnav a:active {
	color: #833D1B;
	text-decoration: none;
}

#maintext {
	width: 700px;
	padding: 10px;
	top: 158px;
}

#footer {
	position: relative;
	width: 700px;
	padding: 10px;
}

#footer p {
	font-size: 0.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #833D1B;
	text-align: center;
}

a:link img {
	border: none;
	text-decoration: none;
}

a:visited img {
	border: none;
	text-decoration: none;
}

a:hover img {
	border: none;
	text-decoration: none;
}

a:active img {
	border: none;
	text-decoration: none;
}