
body
{
	margin: 0px;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #473e26;
}

a:link { text-decoration: none; color: #8a6f4c; }
a:visited { text-decoration: none; color: #8a6f4c; }
a:hover { text-decoration: none; color: #000; }
a:active { text-decoration: none; color: #8a6f4c; }

H1
{
	color: #8a6f4c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
}

H2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #473e26;
	font-weight: bold;
}

H3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #473e26;
	font-weight: normal;
}
/*
#PageContainer
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 780px;
	height: auto;
	background-image: url('../Content/BackgroundMid.gif');
	background-repeat: repeat-y
}
*/
#TopLogo
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 675px;
}

#PageTop
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 675px;
	height: 21px;
	background-image: url('../Content/BackgroundTop.gif');
	
}

#Mamma
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 675px;
	height: auto;
	background-image: url('../Content/BackgroundMid.gif');
	background-repeat: repeat-y;
}

#PageBottom
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 675px;
	height: 23px;
	background-image: url('../Content/BackgroundBottom.gif');
}

#WhiteMamma
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 675px;
	font-size: 20px;
	text-align: center;
}

#clear
{
	clear: both
}

#LeftBox
{
	float: left;
	width: 250px;
	margin-top: 50px;
}

#RightBox
{
	float: right;
	margin-right: 15px;
	width: 400px;
}

#Footer
{
	float: right;
	width: 140px;
	margin-top: 40px;
}

.MenuImgs
{
	display: block;
	margin-bottom: 16px;
	border-width: 0px;
	margin-left: 30px;
}

.MenuSpacer
{
	margin: 0px;
	padding: 0px;
	height: 16px;
}

.PageLinks:active, .PageLinks:visited, .PageLinks:link, .PageLinks:hover
{
	color: #02ad4e;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.Powered, .Powered a:link, .Powered a:visited, .Powered a:hover, .Powered a:active
{
	color: #000;
	font-size: 7pt;
	text-align: right;
	text-decoration: none;
	margin-left: 20px;
}
