body
{
	background-image: url(../images/background.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #400D83;
	margin-top: 30px;
	margin-bottom: 52px;
}

/* ------ Page Layout (DIVs) ------ */

#main_container
{
	width: 674px;
	margin-left: auto;
	margin-right: auto;
	border-left: 15px #000000 solid;
	border-right: 15px #000000 solid;
	border-top: 16px #000000 solid;
	border-bottom: 16px #000000 solid;
	background-color: #000000;
}

#header
{
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	width: 673px;
	height: 261px;
	padding-left: 1px;
}


.left
{
	width: 194px;
	background-color: #82807B;
	border: 1px solid #FFFFFF;
}


.content
{
	width: 474px;
	background-color: #B5B4AC;
	border: 1px solid #FFFFFF;
	line-height: 22px;
}

#bottom
{
	border-top: 2px solid #000000;
	background-color: #555350;
	width: 668px;
	height: 16px;
	font-size: 10px;
	font-family: verdana;
	color: #ABAAA1;
	padding-top: 2px;
	padding-left: 6px;
}