/* CSS Document */

body {

	background-color:#000;

	font:14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;

	color:#fff;

	margin:0;

	padding:0

}

p {

	line-height:14px;

	font-size:14px;

}



#wrapper {

	position:relative;

	width:800px;

	height:745px;

	margin-left:auto;

	margin-right:auto;

}

#panel {

	position:absolute;

	top:0;

	left:77px;

	background-color:#101010;

	width:730px;

	height:530px;

	/*z-index:2;*/

}

#main {

	position:absolute;

	top:15px;

	left:0;

	width:850px;

	height:750px;

/*	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:3*/

}

#banner2 {

	position:absolute;

	top:15px;

	left:0;

	width:850px;

	height:65px;

	background-color:#56453e;

	background-image:url(images/banner.jpg);

/*	z-index:3*/

}

* html #banner2 img {position: absolute;}

#banner img {

	width:345px;

	border:none;

}



#slideshow {

	position:absolute;

	top:100px;

	left:118px;

	width:580px;

	height:390px;

/*	z-index:3*/

}

#content {

	position:absolute;

	top:100px;

	left:107px;

	width:705px;

	height:605px;

/*	z-index:4;*/

}

#info {

	position:absolute;

	top:390px;

	left:60px;

	width:605px;

	height:200px;

	padding:0 20px;

	background-color:#3f3f3e;

	background-image:url(images/woodTile.jpg);

	overflow:hidden;

}

#info table {

	width:605px;

	border-collapse:collapse;

	margin-right:auto;

	margin-left:auto;

	overflow:hidden;

}

#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 {

	background-color:#101010;

	padding:0;

	margin:0;

}

#info p {

	padding:5px 0 5px 10px;

	margin:0;

	font-size:.85em

}

#info a img {

	border:6px solid #FFF;

	float:right;

	padding:1px;

	margin:2px 10px 10px 3px

}

#info a:hover img {

	border:6px solid #d17c22;

}



#info a:hover{

	color:#FFF;

	text-decoration:none;

	font-weight:bold

}

#grass {

	position:absolute;

	top:662px;

	left:0px;

	width:850px;

	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	

}