/* STRUCTURE AND DIVS */

#mainBodyDiv
{
	position: absolute;
	top: 10px;
	left: 50%;
	width: 760px;
	border-top: solid 1px #ffccff;
	border-bottom: solid 1px #000000;
	border-left: solid 1px #ffccff;
	border-right: solid 1px #000000;
	margin-left: -380px;
}

#contentDiv
{
	position: absolute;
	top: 30px;
	left: 50%;
	background-color: #f5f1f5;
	width: 740px;
	height: 440px;
	border: 0px;
	margin-left: -370px;
}

#pageContent
{
	position: absolute;
	top: 150px;
	left: 50%;
	background-color: #ffffff;
	width: 414px;
	height: 305px;
	border: 0px;
	margin-left: -370px;
}

#footer
{
	z-index: 3;
	position: absolute;
	top: 525px;
	left: 50%;
	background-color: #9f779f;
	width: 740px;
	border: 0px;
	padding: 0px;
	font-family: Arial, Sans Serif, Verdana;
	font-size: 10px;
	color: #b4b4b4;
	font-weight: normal;
	font-style: normal;
	margin-left: -370px;
}

#paddedDiv
{
	padding: 10px;
}