html, body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
body { background-color: #454748; }
#main {
	width: 80%;
	max-width: 1000px;
    background: #fff;
	margin: 0em auto;
	padding: 0;
}

#title {
	background:transparent url(../img/kff-logo-bg.png) repeat scroll 0 0;
	display:block;
	height:189px;
	overflow:hidden;
	text-decoration:none;
	text-indent:-1000em;
	width:400px;
	margin: 0;
	padding-top:0;
}
#header-right {
	text-align: right;
	width: 400px;
	float:right;
	margin: -100px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #fff;
}
#header-right a {
	color: #fff;
}

#nav {
	width: 100%;
	overflow: hidden;
	background: #7fa5ca;
	border-bottom: 1px solid #7fa5ca; /*bottom horizontal line that runs beneath tabs*/
}

#nav ul{
	margin: 0;
	padding: 0;
	padding-left: 0px; /*offset of tabs relative to browser left edge*/
	font: bold 12px Verdana;
	list-style-type: none;
}

#nav li{
	display: inline;
	margin: 0;
}

#nav li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 7px 12px; /*padding inside each tab*/
	border-right: 1px solid #7fa5ca; /*right divider between tabs*/
	color: white;
	background: #3b89c9; /*background of tabs (default state)*/
}

#nav li a:visited{
	color: white;
}

#nav li a:hover, #nav li.selected a{
	background: #ffe716; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

div.clear {
	clear:both;
}

#header {
  background: #1d547b url("../img/header-bg.png") repeat-x bottom;
}

#headerlinks {
	width: 100%;
	overflow: hidden;
	background: #1d547b;
	font-size: 0.9em;
}

#headerlinks ul{
	margin: 0;
	padding: 0;
	padding-left: 0px; /*offset of tabs relative to browser left edge*/
	list-style-type: none;
}

#headerlinks li{
	display: inline;
	margin: 0;
}

#headerlinks li a{
	float: right;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 5px 7px; /*padding inside each tab*/
	border-right: 1px solid #1d547b; /*right divider between tabs*/
	color: white;
	background: #afa38e; /*background of tabs (default state)*/
}

#headerlinks li a:visited{
	color: white;
}

#headerlinks li a:hover, #headerlinks li.selected a{
	background: #ffe716; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

#contentwrapper {
	float: left;
	width: 100%;
	background: #fff;
	padding-bottom: 30px;
}

#content { 
	padding: 10px 10px 10px 20px;
	margin-right: 270px; 
}

#sidebar { 
	float:left;
	width: 270px;
	margin-left:-270px;
}
#sidebar-inner {
	font-size: 0.9em;
	padding: 0;
	margin: 20px;
	background: #efece7 url("../img/sidebar-bg.png") repeat-y;
}
#sidebar-inner2 {
	margin: 0;
	padding: 25px 10px 10px;
	background: transparent url("../img/sidebar-top.jpg") no-repeat top center;
	font-size: 0.9em;
}

#sidebar-bottom {
	background: transparent url("../img/sidebar-bottom.jpg") no-repeat bottom center;
	height: 51px;
	margin: 0 -10px;
}

#sidebar h3 {
	font-size: 1.3em;
	margin: 17px 60px 20px 0;
}
#footer {
	font-size: 0.8em;
	padding: 5px 3px;
	color: #afa38e;
	background-color: #eaeaea;
}

#trips {
	width: 100%;
	overflow: hidden;
	font-size: 0.9em;
	text-align: center;
}

#trips ul{
	margin: 0;
	padding: 0;
	padding-left: 0px; /*offset of tabs relative to browser left edge*/
	list-style-type: none;
}

#trips li{
	display: block;
	float: left;
	margin: 10px 7px;
	text-align: left;
	width: 210px;
}

#trips li a {
	text-decoration: none;
	font-weight: bold;
}

#trips li a:visited{

}

#trips li:hover {
	/*background: #ffe716;*/ /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

#trips a img { border: 1px solid black; }

#gallery {
	background-color: #444;
	padding: 10px;
	width: 490px;
	margin: 0 auto;
}
#gallery h3 {
	color: #fff;
	margin-top: 6px;
}
#gallery ul { list-style: none; padding: 0; }
#gallery ul li { display: inline; }
#gallery ul img {
	border: 5px solid #3e3e3e;
	border-width: 5px 5px 20px;
}
#gallery ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 20px;
	color: #fff;
}
#gallery ul a:hover { color: #fff; }

a.book {
	text-align: center;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 7px 12px; /*padding inside each tab*/
	border: 1px solid #7fa5ca; /*right divider between tabs*/
	color: white;
	background: #3b89c9; /*background of tabs (default state)*/
}

a.book:visited{
	color: white;
}
a.book:hover {
	background: #ffe716; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}
