body
{	
	font-size: 13px;
	margin-top: 10px;
	padding-top: 0px;
	background: #000 url(images/bgGradient.jpg) repeat-x;

}
 
h1
{
	font-size: 17px;
}

h2
{
	font-size: 15px;
	display: inline;
}

a:link 
{
	color: #313d31;
}

a:visited
{
	color: #313d31;
}

a:hover
{
	color: #313d31;
	text-decoration: underline;
}

a:active
{
	color: #313d31;

}

#outerDiv
{
	margin-left: auto;
	margin-right: auto;
}

#mainDiv
{
	background-color: white;
	border-color: white;
	border-width: 0px;
	border-style: solid;
	width: 798px;
	font-family: arial;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

#topDiv
{
	font-size: 14px;
	color: white;
	font-weight: bold;
	background-color: #f8f0e2;
	
}

#headerDiv
{
	height: 120px;
}

#logoDiv
{	
	float: left;
	width: 225px;
}

#headerRightDiv
{
	background-color: #f8f0e2;
	float: left;
	font-size: 20px;
	color: #313d31;
	height: 110px;
	margin-bottom: 10px;
	padding-left: 20px;
	padding-right: 5px;
	width: 545px;
	text-align: right;
	background: transparent url(images/logoBig.jpg) no-repeat scroll right center;
	
}

#menuDiv
{	
	text-align: center;
	clear: both;
}

#menuLeftSpacer
{
	float:left; 
	background:#f8f0e2;
	margin:0px 3px 0 0;
	border:1px solid #f8f0e2F;
	width:70px;
	height:25px;
}

#menuRightSpacer
{
	float:left; 
	background:#FFFFFF;
	margin:-px 3px 0 0;
	border:1px solid #FFFFFF;
	width:139px;
	height:25px;

}

#bottomDiv
{
	min-height:600px;
  	height:auto !important;
	height:600px;
	width: 798px;
	margin-right: 15px;
	clear: both;
	
	
}

#bottomLeftDiv
{
	width: 210px;
	float: left;
	min-height:603px;
	height: 603px;
	margin:0px 0px 0px 0px;
	background: url(images/leftGradientImages3.jpg) no-repeat top left; 
}

#bottomRightDiv
{
	width: 535px;
	float: left;
	padding-left: 0px;
	padding-right: 20px;
	min-height:600px;
  	height:auto !important;
	height:600px;
	line-height: 17px;	
	padding-top: 10px;
	background: url(images/main body bg2.jpg) no-repeat top left; 
		
}


#footerDiv
{
	border: solid #313d31 0px;
	background-color: #c8c2b6;
	color: #313d31;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	clear: both;
}



