html, body  {
   padding: 0px;
   margin: 0px;
   background-color: black;
}

#outerContainer
{
	position: relative;
	width: 1000px;
	height: auto;
	margin: 0 auto;
}

#mainContainer  {
   background-image:url(../images/template/homebg.jpg);
   background-repeat: no-repeat;
   visibility: visible;
   position: relative;   
   z-index: 1;
   width: 1000px;
   height: 858px;
   margin: 0;
}

#homePageContentArea
{
	position: relative;
	width: 866px;
	height: 559px;
	
	padding-top: 0px;
	padding-left: 87px;
	
}

#footer {
	position: relative;
	top: 110px;
   background: url(../images/template/homePageFooterBG.jpg) no-repeat;
   background-position: 0px -5px;
   visibility: visible;
   position: relative;
   z-index: 2;
   width: 1000px;
   height: 169px;
}

#bottomMenu  {
   visibility: visible;
   position: absolute;
   left: 230px;
   top: 43px;
   z-index: 3;
}

#bottomMenu p  {
   margin: 0px;
   text-align: left;
   /* font: bold 12px/20px "Adobe Garamond Pro", Georgia, "Times New Roman", serif; */
   font-family: "Adobe Garamond Pro", Georgia, "Times New Roman", serif;
   font-size: 14px;
}

#bottomMenu a:link, #bottomMenu a:visited, #bottomMenu a:hover, #bottomMenu a:active
{
   color: #FBD828;
   text-decoration: none;
}

#addresstext  {
   visibility: visible;
   position: absolute;
   left: 738px;
   top: 78px;
   z-index: 3;
   width: 159px;
}

#addresstext p  {
   font: 16px/19px Garamond;
   margin: 0px;
   text-align: right;
   color: #FFFFFF;
}

#copyrighttext  {
   visibility: visible;
   position: absolute;
   left: 166px;
   top: 82px;
   z-index: 3;
   width: 556px;
}

#copyrighttext p  {
   font: 9px/11px Verdana;
   margin: 0px;
   color: #D29E30;
   text-align: center;
}

#sponsorArea
{
	position: relative;
	width: 100%;
}

#sponsorArea .sponsorImage
{
	width: 140px;
	padding: 15px;
}
