#slider, .thirds, .fright, .innerBox, .outerBox, .topnav ul li ul {
	display: none;
}

* {
	padding: 0;
	margin: 0;
}

body {
	background: rgb(60,38,13);
	font-family: Helvetica;
	padding: 10px;
	color: rgb(60,38,13);
}
a {
	color: #777;
}
.clear{
	clear: both;
}
#container {
	-webkit-border-radius: 8px;
	background: #fff;
	margin: 20px 0 0 0;
	position: relative;
	}
.logo {
	margin: 0 auto;
	text-align: center;
	}
.right {
	display: block;
	margin: 0 6px 15px 12px;
}
.topnav ul{
	list-style-type: none;
}
.topnav ul li {
	border-top: 1px solid #CCC;
}
.topnav ul li.last {
	border-bottom: 1px solid #CCC;
}
.topnav ul li a{
	text-shadow: 0px 1px 0px #ccc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#EDD8B3), to(#AC7447));
	display: block;
	padding: 12px 10px;
	text-decoration: none;
	font-size: 19px;
	font-weight: lighter;
	color: rgb(60,38,13);
}

.topnav ul li a:hover {
	color: white;
	}

.footer{
	font-size: 11px;
	color: white;
	text-align: center;
	padding: 5px 0 5px 0;
}

.facebook {
	position: absolute;
	top: 10px;
	left: 10px;
	}
