/*
Design Elements
v 1.0 (Green)

*/
body {
	margin-top: 4;
	padding: 0;
	background-color: #A5A694;
	font-family: Georgia, serif;
	color: #e3e3e3;
	font-size: 13px;
}

A:hover .nav {
	border: none;
}

a {
	font-family: Georgia, serif;
	color: #DDB050;
	font-size: 1em;
	text-decoration: none;
}

a:active{
	font-family: Georgia, serif;
	color: #DDB050;
	font-size: 1em;
	text-decoration: none;
}

a:hover{
	font-family: Georgia, serif;
	color: #C23200;
	font-size: 1em;
	text-decoration: underline;
}

h2 {
	font-family: Georgia, serif;
	font-weight: Bold;
	color: #E38916;
	font-size: 1.3em;
	margin-bottom: 0em;
}

blockquote {
	margin: 1em 0em 0em 1em;
	padding: 0em 0em 0em .5em;
	border-left: 2px solid #7AA2A4;
	width: 500px;
}

#wrapper {
	width: 563px;
	margin: 0;
	padding: 0;
	background: #424542;
	border: 5px solid #424542;
	text-align: center;
}

#Box {
	width: 563px;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: center;
}

#Main {
	margin-left: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 5px;
	text-align: left;
	width: 563px;
}

#Footer {
	background: url(../images/bottom.gif) no-repeat;
	height: 17px;
	width: 563px;
	margin-top: 40px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: right;
	padding: 0px 0px 0px 0px;
}
