﻿body {
	margin: 0;
	padding: 0;
	font-family:Georgia,Georgia,serif;
	font-size:10pt;
	background-color:#4C1C02;
}

#main_container{
    margin-left:auto;
    margin-right:auto;
    width:900px;
    background-image:url('../images/middle.jpg')
}

#masthead {
	height:100px;
	width:900px;
}

#top_nav {
	height:61px;
	width:850px;
}


#menu_cont{
    float:left;
    width:570px;
}

#banner_area
{
    float:left;
    width:577px;
    height:59px;
    background-color:#ffffff;
}

.page_header
{
    margin-top: 14px;
}

#container {
	width:800px;
	margin-left:50px;
	background-image:url('../images/test.jpg')
}

#left_col
{
    width:160px;
	float:left;
}

.events {
	margin: 10px 20px 0px 10px;
	color:#FFFEF1;
}

#page_content {
	margin-left: 200px;
	background-color:#FFFFFF;
	padding: 0px 20px 10px 20px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.left_parch1{
	float:left;
	width:273px;
}

.left_parch2{
	float:left;
	width:270px;
}

.right_menu
{
    float:left;
    width:7px;
}

#footer {
	font-size:10px;
	vertical-align:middle;
	width:800px;
	background-color:#723D09;
	height:25px;
	margin-left:50px;
	clear:both;
}

#footer a {
	text-decoration:none;
	color:#FFFEF1;
}

#footer .footer_menu{
	float:right;
	margin-right:30px;
	line-height:25px;
}

#footer .spacer{
	padding:0px 15px 0px 15px;
}