/* coded by Ben Smith of the Website Guys*/
*{
padding:0;
margin:0;
}

/*-----full height code, plus put min-height: 100%; in container ----
html, body {
	height: 100%;	
}

* html #container {
	height: 100%;	
}

/*------------------------------------------------------------------*/

body {
	background-color: #c7b299;
	background-image: url(images/background_tile.gif);
	background-repeat: repeat-x;
}

#container {
margin: auto;
width: 1023px;
text-align: left;
overflow:hidden;
}

#header {
	position:relative;
	height: 200px;
	background: url(images/container_header.gif) no-repeat;
}

#facebook {
	position:absolute;
	right:161px;
	top: 66px;
	height:20px;
	width: 51px;
	z-index:1;
}

h1 {
	font-family:Rockwell, Georgia, "Times New Roman", Times, serif;
	color:#534741;
	font-size:14px;
	font-weight:bold;
}


a {
text-decoration: none;
color:#0283bb;
}

a img {
	border:none;
}

a:hover {
text-decoration: underline;
}

p {
color: #534741;
font-family:Rockwell, Georgia, "Times New Roman", Times, serif;
font-size:12px;
line-height: 16px;
}

.thick{
	font-weight:500;
}

.slant{
	font-style:italic;
}

li {
list-style: none;
}


#logo {
	position:absolute;
	left:116px;
	top:52px;
	width:233px;
	height:154px;
	z-index:1;
}


#nav { 
overlfow: hidden;
height: 27px;
width:560px;
border-bottom: 1px solid #42210B;
position: absolute;
right:145px;
bottom: 12px;
z-index:3;
/*margin:110px 0 0 350px;*/
}

#nav li {
float: left;
padding: 0;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:bold;
font-size:12px;
border:none;
}

#nav li a, #nav li a img {
	color: #534741;
	border:none;
}

.selected {
text-decoration:underline;
}



#content {
position: relative;
background-image:url(images/container_tile.gif);
background-repeat:repeat-y;
overflow:hidden;
}


#left {
	width:137px;
	margin:10px 0 0 130px;
	float:left;
}

#right {
	width:560px;
	margin:0 0 10px 50px;
	padding-bottom: 10px;
	float:left;
	border-bottom: 1px solid #42210B;
	position:relative;
}

#right_last {
	width:560px;
	margin:0 0 10px 50px;
	padding-bottom: 10px;
	float:left;
	position:relative;
}

#right_course {
	width:560px;
	margin:0 0 10px 50px;
	border-bottom: 1px solid #42210B;
	float:left;
	position:relative;
}

#rides {
	width:560px;
	margin:0 0 10px 50px;
	border-bottom: 1px solid #42210B;
	float:left;
	position:relative;
}

#rides_last {
	width:560px;
	margin:0 0 10px 50px;
	float:left;
	position:relative;
}

#rides p, #rides_last p {
	padding:33px 0px;
}

#RiverRocks {
	position:absolute;
	left:484px;
	top:1px;
	width:60px;
	height:80px;
	z-index:1;
}
