body {
	background: #5B0101;
	text-align: center;
	margin: 0px;
}

#center {

	width: 895px;
	margin: 0 auto;
	text-align: left;
	background: url(../../images/bg-main-content.jpg) -1px -3px repeat-y;
}

#spacerDiv {height: 23px; margin: 0; padding: 0;}

#left {text-align: right;}
#right {text-align: left;}

#main-body {
	background: url(../../images/mainbg.jpg) -1px -3px no-repeat;
	min-height: 460px;
	height: auto !important; /*this line and next min-height IE6 hack*/
	height: 460px;
	border-left: 1px solid #CECFD4;
	border-right: 2px solid #CECFD4;
	/*
overflow: hidden;
*/
}

#header {height: 205px; overflow: hidden;}

#mainContentDiv {background: #41619E; border: 2px ridge #D0D0D0; padding: 15px; color: white; width: 580px; margin-left: 23px;}
#mainContentDiv a {color: white;}

.footer {display: block; text-align: center; color: white; font-family: Arial,Helvetica,sans-serif; font-size: 10px; padding: 10px; background: #5B0101;}
