body {
	margin:0;
	padding:0;
	text-align:center;
    background:#000 url(slices/background.jpg);
	background-repeat:no-repeat;
	background-position:top;
	font-family:Arial;
	font-size:13px;
	color:#FFF;
}

#wrap {
	position:relative;
	text-align:left;
	margin:0 auto;
	width:786px;
	}
	
h1 {
	font-size:15px;
	color:#E0DB98;
	margin:0;
	display:none;
}
	
h2 {
	font-size:15px;
	color:#E0DB98;
	margin:0;
}
	
h3 {
	font-size:15px;
	color:#E0DB98;
	margin:0;
}

#content {
	position:relative;
	top:0;
	left:0;
	text-align:left;
	width:786px;
	height:auto;
}

#content_container {
	position:relative;
	top:0;
	left:0;
	text-align:left;
	width:786px;
	height:auto;
	background:url(slices/middle.jpg);
	background-repeat:repeat-y;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:786px;
	height:365px;
	background:url(slices/header.jpg);
	background-repeat:no-repeat;
}

#left {
	float:left;
	width:488px;
	height:auto;
	padding-top:15px;
	padding-left:8px;
}

#left a {
	color:#E0DB98;
	text-decoration:underline;
}

#left p {
	line-height:20px;
}

#right {
	float:right;
	width:280px;
	height:auto;
	margin-top:10px;
	margin-bottom:15px;
}

#right b {
	color:#1C361A;
}

#right p {
	margin-top:5px;
	line-height:18px;
	font-weight:bold;
}

#dropfade {
	width:270px;
	height:290px;
	background:url(slices/right.jpg);
	background-repeat:no-repeat;
	color:#000;
}

#navigation {
	position:absolute;
	top:41px;
	left:215px;
	width:auto;
	height:auto;
}

#navigation a {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}

#navigation a:hover {
	color:#E0DB98;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}

.link {
	float:left;
	width:auto;
	padding-right:30px;
}

#feature {
	position:relative;
	top:0;
	left:0;
	width:786px;
	height:195px;
	background:url(slices/feature.jpg);
	background-repeat:no-repeat;
}

#contact {
	position:absolute;
	top:10px;
	left:471px;
	width:300px;
	height:auto;
	text-align:center;
	color:#E0DB98;
	font-weight:bold;
	font-size:12px;
	z-index:5;
}

#bottom {
	position:relative;
	top:0;
	left:0;
	text-align:center;
	width:100%;
	height:225px;
	background:url(slices/bottom.jpg);
	background-repeat:repeat-x;
	margin-top:-13px;
}

#wrapbottom {
	position:relative;
	top:0;
	left:0;
	text-align:left;
	margin:0 auto;
	width:786px;
}

#footer {
	position:relative;
	top:0;
	left:0;
	width:786px;
	height:235px;
	text-align:center;
	background:url(slices/footer.jpg);
	background-repeat:no-repeat;
	font-size:10px;
	color:#FFF;
	font-weight:bold;
}

#footer a {
	font-size:9px;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}

.botnav {
	float:left;
	width:180px;
	height:22px;
	margin-top:-3px;
	margin-left:13px;
	text-align:center;
}

#copyright {
	position:absolute;
	bottom:1px;
	left:0;
	width:786px;
	height:auto;
}