/* LAYOUT "ID" STYLES */

#bodyDiv
{
	text-align: center;
	margin: 0 auto;
	background-color: #FFFFFF;
	background-image: url('graphics/background.jpg');
	background-repeat: repeat-x;
}

#mainDiv
{
	width: 770px;
	text-align: center;
	margin: 0 auto;
	background-image: url('graphics/pageback.gif');
	background-repeat: repeat-y;
}

#headerDiv
{
	clear: both;
	text-align: center;
	margin: 0 auto;
	width: 770px;
}

#contentDiv
{
	clear: both;
	width: 770px;
	margin: 0 auto;
	text-align: left;
	min-height: 293px;
	background-image: url('graphics/page_slice.jpg');
	background-repeat: repeat-y;
}

* html #contentDiv
{
	height: 285px;
}

#footerDiv
{
	clear: both;
	text-align: left;
	margin: 0 auto;
	width: 701px;
}

#mainColumnLeft
{
	clear: both;
	float: left;
	text-align: left;
	width: 430px;
	min-height: 162px;
}

* html #mainColumnLeft
{
	height: 162px;
}

#mainColumnRight
{
	float: left;
	text-align: left;
	width: 334px;
	min-height: 162px;
}




#footer2Div
{

	clear:both;
	text-align:left;
	width:701px;
	height: 70px;
	float: left;
	padding-left:200px;
	background-image: url('graphics/footerback.jpg');
	background-repeat: no-repeat;
}

