/*----------------------------------------------
Main
----------------------------------------------*/
body {
	margin:5px 0px; padding:0px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	color:#333333;
	background-color:#D4CCC7;
	background-image:url(../images/body_bg.jpg);
}
	
#Content {
	width:1024px;
	margin:0px auto;
	text-align:left;
}

A:link {
	font-weight:bold;
	color:#801618;
}

A:visited {
	color:#801618;
	font-weight:bold;
}

A:active {
	color:#801618;
	font-weight:bold;
}

A:hover {
	color:#801618;
	font-weight:bold;
}

/*----------------------------------------------
Main Boxes
----------------------------------------------*/
.main_box {
	position: absolute; 
	width: 100px; 
	height: 100px; 
	z-index: 1;
}

.body_text_box {
	position: absolute; 
	width: 480px; 
	height: 247px; 
	z-index: 3; 
	left: 499px; 
	top: 239px;
}

.body_header_box {
	position: absolute; 
	width: 514px; 
	height: 100px; 
	z-index: 1; 
	left: 471px; 
	top: 169px;
}

.mini_left_box {
	position: absolute; 
	width: 188px; 
	height: 205px; 
	z-index: 4; 
	left: 306px; 
	top: 297px;
}

.body_text_lower_box {
	position: absolute; 
	width: 402px; 
	height: 224px; 
	z-index: 2; 
	left: 570px; 
	top: 493px;
}

/*----------------------------------------------
Slideshow
----------------------------------------------*/
.slideshow_box {
	position: absolute; 
	width: 228px; 
	height: 194px; 
	z-index: 5; 
	left: 307px; 
	top: 513px;
}