#container {
	
	
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 auto;
	width:900px;
	text-align:left;

}

.theBody {
	margin: 0 auto;
	width:700px;
}

#leftBody {
	background-image:url(../img/leftBody.jpg);
	background-repeat:no-repeat;
	height:460px;
	width:110px;
	float:left;
}

#rightBody {
	background-image:url(../img/rightBody.jpg);
	background-repeat:no-repeat;
	height:460px;
	width:110px;
	float:right;
}


#content {
	background-color:#FFF;
	width:680px;
	height:460px;
	float:left;
}

#bottom {
	background-image:url(../img/bottomBody.jpg);
	background-repeat:no-repeat;
	height:43px;
	width:900px;
	clear:both;
}

#bigContent {
	width:470px;
	height:460px;
	float:left;
}

#rightContent {
	width:210px;
	height:460px;
	float:left;
	background-image:url(../img/rightCol.jpg);
	background-repeat:no-repeat;
}

