body {
	background-color: #e8e7ba;
	font-size: 13px;
	font-family: 'Comic Sans MS';
	color: #000000;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	border:0;
	width: 780px;
	min-height: 700px;
	border: 1px solid #885729;
}

#header {
	background-image:url('images/logo.jpg');
	height: 135px;
	width: 780px;
	max-height: 135px;
}

#navigation {
	text-align: center;
	height: 20px;
	padding-top: 115px;
}

a:link.navtab, a:visited.navtab, a:active.navtab {
	color:#faffb9;
	text-decoration: none;
	font-weight: bold;
	padding-right:15px;
	padding-left:15px;
}

a:hover.navtab {
	color:#ffffff;
	text-decoration: underline;
}

a:link.navactive, a:visited.navactive, a:active.navactive {
	background-color: #faffb9;
	padding-bottom:1px;
	padding-right:15px;
	padding-left:15px;
	color: #5c3109;
}

#middle { 
	margin: 0;
	padding: 10px;
	float: left;
	width: 760px;
	min-height: 630px;
	background: #faffb9;
}

#footer {
	clear: both;
	background: #faffb9;
	text-align: center;
}

/* 
	Typography
*/

a:link, a:visited, a:active {
	color:#FF7900;
	text-decoration: none;
	font-weight: bold;
}

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