﻿body
{
	margin: 0 0 0 0;
	background-color: #604F24;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:small;
}
#container
{
	width: 780px;
	margin: auto;
	background-color: #000000;
}

#headerRow
{
	height:150px;
}
#siteTitle
{
	font-size: 30px;
	font-weight: bold;
	color: #f8f2f2;
	text-align:center;
	padding-top: 30px;
}
#subheading
{
	font-size: 18px;
	color: #999b8d;
	text-align:center;
	height:80px;
}
#subheading span
{
	color: White;
	font-weight: bold;
}
#headerImage1, #headerImage2
{
	width: 200px;
}

#menuRow
{
	background-color: #2f2f2e;
	width: 100%;
}
#menuRow a
{
	color:#ffffff;
}
.menuLevel1
{
    color: White;
    font-variant: small-caps;
    font-size: large;
    font-weight: bold;
    margin-left:20px;
}

#bodyRow
{
	height:400px;
}

#footerRow
{
	background-color: #2d2c2c;
	text-align: center;
	font-size: x-large;
}
.footerLinks
{
	color: #eff0ef;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	height: 20px;
	padding-top: 10px;
}
.footerLinks a
{
	font-size: 10px;
	font-weight: bold;
	color: #fbfcfc;
	text-decoration: underline;
}
.footerLinks a:hover
{
	color: #8f7d6e;
	text-decoration: none;
}
#copyright
{
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	height: 14px;
}