@charset "utf-8";
body {
	font: 100% trebuchet ms, verdana, Arial, Helvetica, sans-serif;
	background: #f6d073 url(images/bg-body.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #462201;
}
#container {
	width: 969px;  /* using 20px less than a full 1024px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f6d073 url(images/bg-container.jpg) no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header {
	padding: 15px;
	}
#logo {
	position: relative;
	float: left;
	}
	
#contact {
	position: relative;
	float: right;
	text-align: right;
	padding-top: 25px;
	font-size: 1.2em;
	}
	
#leftcol {
	position: relative;
	float: left;
	margin-left: 57px;
	margin-top: 81px;
	width: 185px;
	}
	
#maincontent {
	position: relative;
	float: left;
	padding: 0px 25px 15px 25px;
	width: 655px;}
	
ul#menu {
	background-color: #462201;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	color: #FFFFFF;
	}
	
ul#menu li {
	color:#FFFFFF;
	font-size: 1.2em;
	padding: 10px;
	}

ul#menu li a {
	color: #FFFFFF;
	text-decoration: none;
	}
	
ul#menu li.current, ul#menu li:hover {
	background: url(images/bg-li-menu.gif) no-repeat;
	}	
	
	
a:link, a:visited {
	color: #014446;
	}
	
a:hover {
	color: #007687;
	}

h1 {
	font-size: 1.3em;
	}
	
h1.canoe {
	text-align:center;}

#rentals {
	border-top: 2px solid #462201;
	border-bottom: 2px solid #462201;
	}
	
#footer {
	text-align: center;
	margin-top: 20px;
	}
