body {
  margin: 0;
  padding: 0;
  font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Sans-Serif;
  font-size: 0.8em;
  text-align: center;
  background: #fff url(/images/background.gif) repeat-x top left;
}

a { text-decoration: none; }
a:hover { text-decoration: underline; }

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.2em;
	color: #fff;
	padding: 2px;
	background-color: #7F9451;
}

#container {
	width: 770px;
	background-color: #fff;
	margin: 0px auto;
	text-align: left;
	padding-left: 10px;
	margin-top: 20px;
	padding-right: 10px;
	padding-top: 15px;
}

#branding {
	height: 302px;
	background: #fff url(/images/nav-bg.gif) repeat-y top left;
}

#branding .logo {
	margin: 5px;
}

#branding p {
	clear: left;
	color: #fff;
	padding-top: 10px;
	margin-left: 20px;
}

#branding p a {
	color: #fff;
	text-decoration: none;
}

#branding p a:hover {
	text-decoration: underline;
}

#menu { float: left; width: 300px; margin-top: 0; }
#photos { float: right; width: 400px; height: 300px; border: 1px solid #333; position: relative; }
.photos { position: absolute; top: 0; left: 0; }

#controls {
  background-color: black;
  height: 0px;
  width: 400px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  line-height: 50px;
  font-size: 18px;
  font-weight: bold;
  color: #999;
  text-align: center;
}

#overlay-replay {
  background-color: black;
  height: 300px;
  width: 400px;
  z-index: 5;
  line-height: 300px;
  font-size: 18px;
  font-weight: bold;
  color: white;
  text-align: center;
  position: absolute;
}

#controls a, a#overlay-replay { color: #999; }
#controls a:hover, a#overlay-replay:hover { color: white; text-decoration: none; }

#menu ul#nav { margin: 0; padding: 0; list-style: none; }
#menu ul#nav li a { display: block; background-color: #384E07; width: 330px; height: 30px; line-height: 30px; margin-left: 10px; padding: 5px; color: white; border-bottom: 1px solid #fff; }
#menu ul#nav li a:hover { background-color: #80BB00; }

#content {
	padding: 10px;
	clear: both;
}

#left-content {
	width: 250px;
	float: left;
	border: 1px solid #fff000;
}

#main-content {
	float: right;
	margin-left: 25px;
	width: 480px;
}
#content img {
	margin: 15px;
}


#footer { clear: both; text-align: right; padding-right: 10px; margin: 20px 0px; line-height: 30px; height: 30px; font-size: 0.7em;
	border-top: 1px dashed #494949;
 }

.clear {
	clear: both;
}