/* LAYOUT "ID" STYLES */

#bodyDiv
{
	text-align: center;
	margin: 0 auto;
	background-color: #ffffff;
}

#mainDiv
{
	width: 770px;
	text-align: center;
	margin: 0 auto;
	background-image: url('../Images/backgrd_slice.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;
}

* html #contentDiv
{
	height: 285px;
}

#footerDiv
{
	clear: both;
	padding-top: 20px;
	text-align: center;
	margin: 0 auto;
	width: 770px;
}

#mainColumnLeft
{
	clear: both;
	float: left;
	width: 195px;
}

#mainColumnRight
{
	float: left;
	width: 575px;
	overflow: hidden;
}

#mainColumnRightInner
{
	width: 530px;
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 30px;
}

/** html #mainColumnRightInner
{
	width: 575px;
}*/
