body {
	margin:0;
	padding:0;
	text-align:center;
    background-image:url(slices/background.png);
	background-repeat:repeat-x;
	background-color:#FFF;
	font-family:Arial;
	font-size:13px;
	color:#FFF;
}

#wrap {
	position:relative;
	text-align:left;
	margin:0 auto;
	width:980px;
	}
	
h1 {
	font-size:18px;
	color:#000;
	margin:0;
	display:none;
	}
	
h2 {
	font-size:16px;
	color:#FFF;
	margin:0;
	}
	
h3 {
	font-size:16px;
	color:#FFF;
	margin:0;
	}
	
h4 {
	font-size:16px;
	color:#FFF;
	margin:0;
	text-align:center;
	}

h5 {
	color:#EAC486;
	font-size:19px;
	margin:0;
}

h6 {
	color:#FFF;
	font-size:14px;
	margin:0;
}

a {
	color:#FFF;
	text-decoration:underline;
}

#top {
	position:relative;
	top:0;
	left:0;
	width:980px;
	height:435px;
}

#content {
	position:relative;
	top:0;
	left:0;
	text-align:left;
	width:900px;
	margin-left:43px;
	padding-bottom:10px;
	padding-right:10px;
	padding-left:10px;
	background-image:url(slices/middle.png);
	background-repeat:repeat-y;
}

#left {
	float:left;
	width:250px;
	height:auto;
	min-height:320px;
	padding-top:5px;
}

.lefttop {
	position:relative;
	top:0;
	left:0;
	width:250px;
	height:40px;
	line-height:40px;
	background-image:url(slices/left-top.png);
	background-repeat:no-repeat;
}

.leftmiddle {
	position:relative;
	top:0;
	left:0;
	width:230px;
	padding-top:8px;
	padding-left:10px;
	padding-right:10px;
	height:auto;
	background-image:url(slices/left-middle.jpg);
	background-repeat:repeat-y;
}

.leftbottom {
	position:relative;
	top:0;
	left:0;
	width:250px;
	height:25px;
	background-image:url(slices/left-bottom.png);
	background-repeat:no-repeat;
}

#right {
	float:right;
	width:635px;
	height:auto;
	padding-top:10px;
}

#pano {
	position:absolute;
	top:90px;
	left:350px;
	width:630px;
	height:200px;
	z-index:5;
}

#header {
	position:absolute;
	top:0;
	left:0;
	width:980px;
	height:435px;
	background-image:url(slices/header.png);
	background-repeat:no-repeat;
	z-index:10;
}

#slogan {
	position:absolute;
	top:315px;
	left:405px;
	width:560px;
	height:auto;
	font-size:16px;
	z-index:15;
}

#slogan p {
	margin-top:12px;
	line-height:25px;
}

#link1 a {
	position:absolute;
	top:199px;
	left:44px;
	display:block;
	width:305px;
	height:30px;
	color:#FFF;
	font-weight:bold;
	font-size:15px;
	text-decoration:none;
	line-height:30px;
	z-index:15;
}

#link1 a:hover {
	padding-left:2px;
}

#link2 a {
	position:absolute;
	top:249px;
	left:48px;
	display:block;
	width:305px;
	height:30px;
	color:#FFF;
	font-weight:bold;
	font-size:15px;
	text-decoration:none;
	line-height:30px;
	z-index:15;
}

#link2 a:hover {
	padding-left:2px;
}

#link3 a {
	position:absolute;
	top:299px;
	left:56px;
	display:block;
	width:300px;
	height:30px;
	color:#FFF;
	font-weight:bold;
	font-size:15px;
	text-decoration:none;
	line-height:30px;
	z-index:15;
}

#link3 a:hover {
	padding-left:2px;
}

#link4 a {
	position:absolute;
	top:349px;
	left:68px;
	display:block;
	width:300px;
	height:30px;
	color:#FFF;
	font-weight:bold;
	font-size:15px;
	text-decoration:none;
	line-height:30px;
	z-index:15;
}

#link4 a:hover {
	padding-left:2px;
}

#toplinks {
	position:absolute;
	top:37px;
	left:706px;
	width:263px;
	height:auto;
	z-index:15;
	text-align:center;
}

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

#toplinks a:hover {
	text-decoration:underline;
}

.catlink a {
	position:relative;
	top:0;
	left:8px;
	display:block;
	width:200px;
	height:15px;
	color:#FFF;
	font-weight:bold;
	font-size:13px;
	text-decoration:none;
	padding-left:12px;
	line-height:12px;
	background-image:url(slices/navarrow.jpg);
	background-repeat:no-repeat;
}

.catlink a:hover {
	padding-left:14px;
}

.subcatlink a {
	position:relative;
	top:0;
	left:21px;
	display:block;
	width:185px;
	height:15px;
	color:#FFF;
	font-weight:bold;
	font-size:13px;
	text-decoration:none;
	padding-left:12px;
	line-height:12px;
	background-image:url(slices/navarrow2.jpg);
	background-repeat:no-repeat;
}

.subcatlink a:hover {
	padding-left:14px;
}

#footer {
	background-image:url(slices/footer.jpg);
	background-repeat:no-repeat;
	width:920px;
	height:61px;
	margin-left:43px;
	font-size:12px;
	text-align:center;
}

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

#copyright{
	padding-top:30px;
}