html, body {
	height: 100%;
	margin: 0;
}
#content
{
	position: relative;
	min-height: 100%;
	background-color: #dda840;
	font-family: arial, sans-serif;
}
#center_col
{
	min-height: 100%;
	width: 60%;
	max-width: 800px;
	min-width: 550px;
	margin: 0 auto;
	padding: 0 2em;
	background-color: #cc9730;
}
.header
{
	padding: 3em 0;
	text-align: center;
	font-size: 0.75em;
	font-weight: bold;
}
.header div
{
	margin: inherit;
	margin: 3em 0;
}
.header .menu a
{
	font-size: 11pt;
	padding: 0 4em;
	text-decoration: none;
}
.menu_mid
{
	border: solid 2px #a22;
	border-top: none;
	border-bottom: none;
}
.main_para
{

	margin: 0 auto;
	max-width: 800px;
	min-width: 550px;
	font-size: 10pt;
	padding-bottom:5em;
}
.main_para li
{
	margin-top: 1em;
}
.contact
{
	text-align: center;
}
.footer
{
	position: absolute;
	bottom: 0;
	text-align: center;
	font-size: 0.60em;
	width: 100%;
	height: 5em;
}
a {text-decoration: none;}
a:link {color:#a22; text-shadow: 1px 1px 2px #000;}
a:visited {color:#a22; text-shadow: 1px 1px 2px #000;}
a:hover {color:#a22; text-shadow: 1px 1px 2px #000;}
a:active {color:#b33; text-shadow: 1px 1px 2px #000;}
