BODY {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width:100%;
	height:100%;
	text-align: center;
	background-image: url('../img/siteback.gif');
	background-repeat: repeat-x;
}


#SiteWrapper
{
	position:relative;
	width:100%;
	text-align:center;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-image: url('../img/siteback.gif');
	background-repeat: repeat-x;
    height: 1000px;
    position: absolute;

}

#ContentWrapper 
{
	margin: 0 auto;
	width:975px;
	/*padding: 20px 27px 20px 27px;*/
	background-color: white;
   height: 100%;
	text-align:left;
	vertical-align: top;
	
}



#BodyWrapper 
{
	position:relative;
	width:920px;
	height: 100%;
	padding: 0px 0px 0px 0px;
	margin: 20px 27px 20px 27px;
}

#CTWrapper
{
	margin-bottom:12px;
}

.SiteHeader 
{
	width:100%;
	height: 35px;
	text-align: left;
	margin-bottom: 10px;
}

.SiteFooter 
{
	clear:both;
	margin-top: 20px;
	padding-top:14px;
	border-top: 1px solid #bebebe;
}

.SiteFooterLt
{
	width:460px;
}

.SiteFooterRt
{
	width:460px;
	float:right;
}



