body
{
	font-family: arial;
	text-align: center;
	padding: 0px;
	margin: 0px;
	background: #c3976a url(../images/mainBg.jpg) top left no-repeat;
}

a
{
	color: #cccccc;
	font-weight: bold;
}

a:hover
{
	color: #ffffff;
}

#headerDiv
{
	height: 62px;
}

#menuDiv
{
	float: right;
	text-align: right;
	margin: 35px 10px 0px 0px;
}

#menuDiv ul
{	
	padding: 0px;
	list-style: none;
}

#menuDiv li
{
	margin: 0px 20px;
	padding: 0px;
	float: left;
}

#menuDiv a
{
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
}

#menuDiv a:hover
{
	color: #808080;
}

#logo
{
	float: left;
}

#contentDiv
{
	background: url(../images/blackBg.png) top left repeat;		
	width: 80%;
	min-height: 400px;
	border: 2px solid #ffffff;
	margin: auto;
	margin-top: 50px;
	padding: 20px;
	text-align: left;
	color: #ffffff;
	font-size: 12px;
	line-height: 18px;
}

*html #contentDiv
{
	height: 400px;
}

#footerDiv
{
	background: url(../images/blackBg.png) top left repeat;	
	border-top: 2px solid #ffffff;
	padding: 10px;
	font-size: 11px;
	color: #ffffff;
	margin-top: 50px;
	min-height: 300px;
}

*html #footerDiv
{
	height: 300px;
}

#footerDiv a
{
	color: #ffffff;
	font-weight: bold;
}

#footerLeft
{
	float: left;
	text-align: left;
}

#footerRight
{
	float: right;
	text-align: right;
}

.smText
{
	font-size: 10px;
}

.spacer
{
	clear: both;
}

#footerMiddle
{
	margin: auto;
	text-align: center;
	width: 500px;
	vertical-align: center;
}

.footerPic
{
	margin: 0px 6px;
}

#homepageImg
{
	width: 526px; 
	height: 66px; 
	background: url(../images/homepageWelcome.png) top left no-repeat;
	margin-left: 330px;
}

*html #homepageImg
{
	background: url(../images/homepageWelcome.gif) top left no-repeat;
}