/* CSS Document */
body {
	background-color:#000;
	font:14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#fff;
	margin:0;
	padding:0
}
p {
	line-height:15px;
	font-size:14px;
}
a:link, a:visited {color:#fff}
a:hover {color:#d17c22}
#wrapper {
	position:relative;
	width:800px;
	height:715px;
	margin-left:auto;
	margin-right:auto;
}
#panel {
	position:absolute;
	top:0;
	left:77px;
	background-color:#101010;
	width:743px;
	height:265px;
	/*z-index:3;*/
}
#topInfo {
	position:absolute;
	top:80px;
	left:77px;
	width:743px;
	/*z-index:4*/
}
#topInfo p {
	text-align:justify;
	padding:0 10px;
}
#topInfo ul {
	list-style-type:none;
	padding-top:35px;
}
#topInfo img {
	width:246px;
	height:185px;
	float:left;
	margin:0 10px;
	border-right:6px solid #000;
	border-left:6px solid #000;
	border-top:none;
	border-bottom:none
}

#main {
	position:absolute;
	top:15px;
	left:0;
	width:850px;
	height:825px;
	/*z-index:1;*/
	background-color:#171717;
	/*background-image:url(images/stonework.png);
	background-repeat:no-repeat;
	background-position:bottom*/
}
.main-bg{background:url(images/stonework.png) no-repeat 0 0;width:850px;height:300px;position:absolute;left:0;bottom:0;}
#banner {
	position:absolute;
	top:15px;
	left:0;
	width:850px;
	height:65px;
	background-color:#56453e;
	background-image:url(images/woodTile.jpg);
	/*z-index:4*/
}
#banner2 {
	position:absolute;
	top:15px;
	left:0;
	width:850px;
	height:65px;
	background-color:#56453e;
	background-image:url(images/banner.jpg);
	/*z-index:3*/
}
#banner2 img{position:absolute;}
#banner img {
	width:345px;
	border:none
}


#content {
	position:absolute;
	top:100px;
	left:55px;
	width:765px;
	height:730px;
	background:url(images/botBorder.gif) no-repeat 0 100%;
	/*background-position:bottom;
	background-repeat:no-repeat;*/
	/*z-index:2*/
}
/*.content-bg {background:url(images/botBorder.png) no-repeat 0 100%;}*/
#info {
	position:absolute;
	top:205px;
	left:130px;
	width:605px;
	height:497px;
	padding:0 10px 0 20px;
	background-color:#101010;
	overflow:hidden;
}
#info table {
	width:625px;
	float:right;
	border-collapse:collapse;
	overflow:hidden;
}
#info th {
	text-align:left
}
#info table ul {list-style-type:none;
	text-decoration:underline;
}
#info table li {padding:3px 0}
#info h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	text-transform:uppercase;
	font-weight:bold;
	background-color:#191919;
	padding:5px 0 5px 10px;
	margin:0;
	width:97%
}
#info a:link, #info a:visited {
	color:#BFBF80;
	text-decoration:none;
	font-weight:bold
}
#info td {
	padding:0;
	margin:0;
}
#info p {
	padding:5px 5px 5px 10px;
	margin:0;
	font-size:.8em
}
#link a img {
	border:6px solid #FFF;
	float:left;
	padding:1px;
	margin:2px 10px 10px 3px
}
#link a:hover img {
	border:6px solid #d17c22;
}
#info a:hover{
	color:#d17c22;
	text-decoration:none;
	font-weight:bold
}
#block {float:right}
#grass {
	position:absolute;
	top:740px;
	left:0px;
	width:800px;
	height:103px;
	/*z-index:5*/
}
#sidenav {
	position:absolute;
	top:300px;
	left:0;
	width:180px;
	height:115px;
	/*z-index:5;*/
}

#sidenav ul {
	list-style-type:none;
	text-align:right;
	text-transform:uppercase;
	margin:0;
	padding:0
}
#sidenav li {
	margin:5px 0;
	padding:0;
}
#sidenav a:link, #sidenav a:visited {
	display:block;
	background-color:#090909;
	width:180px;
	color:#fff;
	font-weight:bold;
	text-decoration:none
}
#sidenav a:hover {
	background-color:#d17c22	
}