body {
	background: #266626 none;
	color: #000;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
}

p 
{
	margin: 10px;
}

a:link,
a:visited,
a:hover,
a:active 
{
	color: #0505ff;
	font-weight: bolder;
	text-decoration: none;
}

/*
	Template Styles
*/
#header 
{
	background: #FFF none;
	height: 170px;
	margin: 0 auto;
	width: 900px;
}

#headerNavigation 
{
	background: #0a0c3a none;
	color: #fff;
	height: 35px;
	width: 900px;
	margin: 0 auto;
}

#headerLinks 
{
	padding: 7px;
	margin: 0 auto;
	width: 900px;
}

#headerLinks a:link,
#headerLinks a:visited,
#headerLinks a:hover,
#headerLinks a:active 
{
	color: #fff;
	font-size: 15px;
	margin: 0 15px;
	vertical-align: middle;
}

#mainContent 
{
	background: #fff none;
	margin: 0 auto;
	overflow: hidden;
	vertical-align: top;
	width: 900px;
}

#main-content-img
{
	float: left;
	height: 300px;
	margin: 10px;
	width: 300px;
}

#pageContent 
{
	background: #fff none;
	float: left;
	vertical-align: top;
	width: 900px;
}

#pageContentLeft { width: 325px; }

#pageContentLeft h2, p 
{ 
    margin-right: 20px;
}

#footer 
{
	background: #fff none;
	margin: 0 auto;
	padding: 10px 0;
	vertical-align: top;
	width: 900px;
}

#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active 
{
	color: #690000;
	font-weight: bolder;
	text-decoration: none;
}

/*
	Homepage Styles
*/
#homepageBlock
{
	background: #fff none;
	margin: 0 auto;
	overflow: hidden;
	vertical-align: top;
	width: 900px;
}


/*
    Contact Us page
*/
#contactForm 
{
    padding: 10px;
}
