/* Body */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #8eac00;
	}

/* Logo */

div#logo {
	position:absolute;
	left: 0;
	border-right: 1px solid #a6c802;
	background: #242424 url(../images/logo.png);
	height: 60px;
	width: 261px;
	color:#fff;
	}

/* Menu */

div#menu {
	width: 100%;
	height: 25px;
	font-size: 11px;
	font-family: Lucida Grande, Verdana, sans-serif;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-top: 85px;
	}
	
div#menu li { 
	display: block; 
	float: left; 
	margin: 0 0 0 5px; 
	}
	
div#menu li a { 
	height: 25px; 
	color: #fff; 
	text-decoration: none; 
	display: block; 
	float: left; 
	line-height: 200%; 
	padding: 0px 20px 0; 
	}
	
div#menu li a:hover { 
	color: #333; 
	}
	
div#menu li a.current { 
	color: #000; 
	background: #fcb132 top left repeat-x; 
	border: 1px solid #fcbc34;
	padding: 0px 20px;  
	}

/* Content */

div#content {
	background: #fff;
	position: absolute;
	left: 0;
	width: 630px;
	padding: 20px;
	border-right: 1px solid #000;
	}
	
/*
	height: 340px;
*/
	
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	}	

a:link {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	}
	
a:visited {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	}

a:hover {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
	}

/* Image */

img {
	border: 7px solid #282828;
	float: none;
	margin-bottom: 16px;
	margin-left: 16px;
}

/* Season Navigation */

div#snav {
	background: #fff;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 140px;
	padding-right: 20px;
}
div#snav li {
	font: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
div#snav a {
	background: #fff;
	border-bottom: 1px solid #f5f5f5;
	color: #000;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
div#snav a:hover {
	background: #e4e4e4 left center no-repeat;
	color: #000;
	padding-bottom: 8px;
}

div#snav a.current {
	background: #e4e4e4 left center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}

/* photo album */

div#photo {
/*	overflow: hidden;  */
	margin: 0;
	list-style: none;
}

div#photo li {
	border: 7px solid #282828;
	width: 200px;
	height: 130px;
	float: left;
	margin-bottom: 16px;
	margin-left: 16px;
}