@charset "UTF-8";
/* CSS Document */

a:link { 
	color:#A38259;
	font:Verdana, Geneva, sans-serif;
	text-decoration:none;
	}
a:visited { 
	color:#E1C621;
	}
a:hover { 
	color: #CCCCCC;
	background-color: #333333;
	text-decoration:underline;
	}
a:active {
	color: #333333;
	}
body
{
	background:#331300;
	background-image:url(bG-1.2png.png);
	color:#000;
	font:Arial;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
}
#background {
	background-image:url(back.png);
	background-repeat:no-repeat;
	background-attachment:fixed;
	position:absolute;
	top:0px;
	left:-50%;
	margin-left:50%;
	width:100%;
	height:1200px;
	z-index:-3;
}
#header {
	top:0px;
	left:0px;
	width:100%;
	height:150px;
}
#logo {
	background-image:url(logo.png);
	position:relative;
	top:0px;
	left:-500px;
	margin-left:50%;
	width:1000px;
	height:100px;
}
#menu {
	background-image:url(menu.png);
	background-position:top;
	background-repeat:no-repeat;
	top:100px;
	width:100%;
	height:50px;
	text-align:center;
	vertical-align:text-bottom;
}
#endcap {
	background:url(endcap.png);
	background-position:center;
	background-repeat:no-repeat;
	top:100px;
	width:100%;
	height:32px;
	text-align:center;
	vertical-align:text-bottom;
}
#footer {
	left:0px;
	padding:20px;
	z-index:-1;
}
#sitemap {
	position:relative;
	top:auto;
	left:-500px;
	margin-left:50%;
	width:1000px;
	text-align:center;
	z-index:1;
}
#content {
	background-color:#FEE8C1;
	background-image:url(BG-4.png);
	background:url(BG-4.png);
	position:relative;
	left:-500px;
	margin-left:50%;
	width:960px;
	padding:20px;
}
#index {
	background-color:#FEE8C1;
	background-image:url(BG-4.png);
	background:url(BG-4.png);
	position:relative;
	left:-500px;
	margin-left:50%;
	width:1000px;
	padding:0px;
}
.concontainer {
	background-color:#FEE8C1;
	background-image:url(BG-4.png);
	padding:10px;
	margin:10px;
	margin-bottom:10px;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
}