﻿body 
{
	background-color: #E2E7A7;
	font-family: Georgia;
}

#PageArea
{
	width: 900px;
}


#BannerSection
{
	width: 100%;
	height: 100px;
	background: URL('images/banner_back.png') no-repeat center;
}

#BannerHeading
{
	float: right;
	font-size: 1.7em;
	margin-top: 72px;
}

#Menu
{
	height: 42px;
	overflow: hidden;
}

#Menu ul
{
	font-size: 1.2em;
	margin-top: 12px;
	margin-left: 5px;
	line-height: 20px;
}

#Menu li
{
	color: #353922;
	float: left;
	margin-right: 45px;
}

#Menu li:hover
{
	border-bottom: solid 3px #839C42;
	padding-bottom: 6px;
}

#Menu a:link, #Menu a:visited
{
	color: White;
	text-decoration: none;
	
}

#Menu a:hover
{
	color: #E2E7A7;
}


#Footer
{
	width: 100%;
	background: #26281c URL('images/footer_back.jpg') repeat-x top;
	height: 150px;
	overflow: hidden;
	line-height: 20px;
}


#Footer ul
{
	color: #26281B;
	font-size: .8em;
	margin-top: 14px;
	margin-left: 5px;
	width: 900px;
}

#Footer li
{
	float: left;
	margin-right: 45px;
	border-top: solid 3px #26281c;
	padding-top: 5px;
	
	
	
}

#Footer li:hover
{
	border-top: solid 3px #c6e76e;
}

#Footer a:link, #Footer a:visited
{
	color: White;
	text-decoration: none;
	
}

#Footer a:hover
{
	color: #c6e76e;
}

#Footer #Copyright
{
	color: #E2E7A7;
	clear: both;
	padding-top: 30px;
}

#quote
{
	width: 100%;
	text-align: left;
	position: relative;
	top: 35px;
	margin-bottom: 35px;
	
}


#Tweet
{
float: right;
margin-top: -196px;


}