/*
Theme Name: Stinky Stinky
Theme URI: http://wordpress.org/
Description: The 2010 Stinky's Fish Camp Website theme
Author: Destin Internet Marketing
Tags: Destin Internet Marketing
*/
body {
	background-color: #787468;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
	border: solid 4px #fff;
}

#slideshow {
	display: block;
	width: 1000px;
	height: 300px;
	background-color: #ddd;
}
header {
	display:block;
	width: 1000px;
	height: 120px;
	background-color: #3f3027;
	border-bottom: solid 5px #f1eedd;
}
#logo {
	float: left;
	display: inline;
}
#topnav {
	display: block;
	padding-top: 75px;
	font-family: Helvetica;
}
#topnav ul {
	float: right;
	list-style: none;
	display: inline;
	margin-left: 0;
	padding: 0;
}
#topnav ul li {
	display: inline;
	margin-right: 15px;
}
#topnav ul li a {
	text-decoration: none;
	color: #fff;
}
#topnav a:hover {
	/*color: #fdb50a;*/
	border-bottom: solid 3px #fdb50a;
}
footer {
	display: block;
	width: 1000px;
	margin: 5px auto;
	color: #fff;
}
