@charset "utf-8";
/* CSS Document */

body {
	margin:auto;
	background-color:#323027;
	background-image:url(images/bg_grass.jpg);
	font-size: 12px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color:#a3a49f;
}

a {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #CCCCCC;
}
a:active {
	color: #FFFFFF;
}


#container {
	margin:auto;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index:1;
	background-image:url(images/bg_stones.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

#top {
	margin: auto;
	position: relative;
	top: 0px;
	left: 0px;
	width: 850px;
	height: 150px;
	background-color:#000000;
	background-image:url(images/stone_bg_top.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	}
		
#nav_holder {
	margin: auto;
	position: absolute;
	top: 92px;
	left: 329px;
	width: 504px;
	height: 21px;
	}
	
#middle {
	margin: auto;
	position: relative;
	top: 0px;
	left: 0px;
	width: 850px;
	background-color:#1d1b14;
	}
	
#content {
	position: relative;
	top: 0px;
	left: 0px;
	width: 750px;
	padding-left:50px;
	padding-right:50px;
	padding-top:30px;
	padding-bottom:20px;
	background-color:#1d1b14;
	}
	

#bottom {
	margin: auto;
	position: relative;
	top: 0px;
	left: 0px;
	width: 850px;
	height: 20px;
	background-color:#000000;
	}
