﻿body
{
	font-family: Palatino Linotype, Book Antiqua3, Palatino6, serif;
	height: 100%;
	margin: auto;
	padding: 0px;
	text-align: center;
}

#mainWrapper
{
	background-color: #CDC5A7;
	border: solid 1px #3A3B3B;
	margin: auto;
	text-align: center;
	width: 800px;
}

#innerWrapper
{
	text-align: left;
}

#banner
{
	background: url(images/banner.jpg);
	height: 249px;
	width: 800px;
}

#content
{
	margin: 20px;
	min-height: 450px;
	height: 100%;
}

#links
{
	background-color: #3F5E47;
	height: 30px;
	margin: auto;	
	text-align: center;
	width: 600px;
}


#links a,
#link a:visited
{
	color: White;
	margin: 5px 8px 0 8px;
	padding-top: 4px;
}

#footer
{
	color: #315039;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
}