@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #707965;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #72796a;
}
img { border: 0; }
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 870px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#container-home {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 700px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#logo {
    width: 274px;
	height: 69px;
	padding: 60px 0 0 60px;
	float: left;}
#nav {
	float: left;
	width: 130px;
	height: 150px;
	background-color: #707965;
	margin-left: 230px;
}
#nav ul {
	font-size: 73%;
	list-style: none;
	font-weight: bold;
	line-height: 2.5em;
}
#nav li {
	padding: 10px 0px 10px 0px;
	background-color: #72796A;
	margin-top: -20px;
        margin-left: -20px;
}
#mainContent {
	padding: 20px;
	}
#flash {
	clear: left;
	padding-top: 40px;
	text-align: center;
	}
a:hover, a#current { color: #581302; }
a { 
    color: #fff;
	text-decoration: none;
  }

#thumbs {
	clear: left;
	padding-top: 40px;
	text-align: left;
	margin-right: 80px;
	}
#about {
	clear: left;
	text-align: left;
	margin-right: 80px;
	padding-top: 10px;
	margin-left: 40px;
	}
#about p {
	font-size: 80%;
}
#about a:hover, #copyright a:hover { text-decoration: underline; }
#about a, #copyright a { 
    color: #581302;
	text-decoration: none;
  }
#about img { padding: 10px; }
#copyright {
	font-size: 70%;
	margin-top: 30px;
	margin-left: 10px;
	}
.slideshow {
	font-size: 70%;
	line-height: 1.2em;
	color: #72796a;
	margin-right: 60px;
}
