body {
	margin:0;
	padding:0;
	text-align:center;
	background:#B9C7B9 url(slices/background.jpg);
	background-repeat:repeat-x;
	font-family:arial;
	font-size:13px;
	color:#000;
	}

#wrap {
	position:relative;
	text-align:left;
	margin:0 auto;
	width:788px;
	}
	
h1 {
	font-size:18px;
	color:#FFF;
	margin:0;
	display:none;
	}
	
h2 {
	font-size:17px;
	color:#CCCC00;
	margin:0;
	}
	
h3 {
	font-size:16px;
	color:#000;
	margin:0;
	}
	
.clear {
	clear:both;
}

a {
	color:#000;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:788px;
	height:355px;
}

#top {
	position:absolute;
	top:120px;
	left:185px;
	width:600px;
	height:235px;
	z-index:5;
}

#content {
	position:relative;
	background-image:url(slices/middle.jpg);
	background-repeat:repeat-y;
	top:0;
	left:0;
	text-align:left;
	width:788px;
	margin-top:-3px;
}

#content_left {
	float:left;
	text-align:left;
	margin:0;
	width:200px;
	height:345px;
	background-image:url(slices/left.jpg);
	background-repeat:no-repeat;
}

#content_right {
	float:right;
	text-align:left;
	margin:0;
	padding-top:35px;
	padding-bottom:10px;
	width:588px;
	height:auto;
	background-image:url(slices/right.jpg);
	background-repeat:no-repeat;
}

#logo {
	float:right;
	width:275px;
	height:195px;
	padding-top:35px;
	margin-right:2px;
}

#topnav {
	position:absolute;
	top:176px;
	left:-7px;
	text-align:left;
	width:auto;
	height:auto;
	z-index:5;
}

#topnav a {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}

#topnav ul {
	margin-top:0;
	line-height:28px;
	color:#FFF;
}

#requestbox {
	position:absolute;
	top:395px;
	left:20px;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	width:185px;
	height:auto;
	z-index:5;
}

#footer {
	position:relative;
	top:0;
	left:0;
	background-image:url(slices/footer.jpg);
	background-repeat:no-repeat;
	width:788px;
	height:50px;
	text-align:center;
}

#copyright {
	margin:0;
	font-size:11px;
	padding-top:22px;
	margin-left:185px;
	color:#FFF;
}

#copyright a {
	font-size:11px;
	color:#FFF;
	font-weight:normal;
	text-decoration:none;
}
