body {
	background: #f1f5f5 url(images/background-container.gif) repeat-y center;
	text-align: center;
	margin: 0;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	color: #333;
	line-height: 1.4em;
	}
a:link {
	color: #369;
	}
a:visited {
	color: #8B9EB1;
	}
a:hover {
	color: #69c;
	}
div#container {
	text-align: center;
	background: url(images/background.gif) repeat-x;
	}
div#masthead {
	background: url(images/background-masthead.jpg) no-repeat;
	height: 121px;
	margin: 0 auto;
	width: 742px;
	text-align: left;
	}
div#masthead img {
	position: relative;
	top: 32px;
	left: 50px;
	}
div#body {
	margin: 0 auto;
	text-align: left;
	width: 742px;
	}
div#content {
	margin: 20px 40px;
	}

/* Navigation */

#navcontainer {
	position: relative;
	height: 22px;
	top: 58px;
	left: 40px;
	width: 625px;
	text-align: center;
	}
#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#navcontainer ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	}
#navcontainer ul li a {
	float: left;
	padding: 0 12px;
	display: block;
	text-align: center;
	font: bold 12px/24px Georgia, Times, serif;
	color: #fff;
	text-decoration: none;
	margin-right: 4px;
	}
#navcontainer li#active a, #navcontainer a:hover {
	color: #fff;
	border-bottom: 4px solid #252525;
	}

/* Body Misc */

h1, h2, h3, h4 {
	font-weight: normal;
	font-family: Lucida Sans, Lucida Grande, Verdana, Arial, sans-serif;
	color: #000;
	}
h1 {
	font-size: 26px;
	margin: 25px 0;
	line-height: 1em;
	color: #252525;
	font-family: Palatino, Georgia, Times New Roman, "Times", serif;
	}
h4 {
	font-size: 14px;
	}
div#pictures {
	margin: 30px 0;
	}
div#pictures a img {
	float: left;
	margin: 0 0 20px 20px;
	background: #fff;
	padding: 6px;
	}
div#pictures a:hover img {
	background: #252525;
	}
div.pictures-sidebar {
	float: left;
	margin: 0 20px 0 0;
	}
div.pictures-sidebar a img {
	margin: 0 0 20px 0;
	background: #fff;
	padding: 6px;
	}
div.pictures-sidebar a:hover img {
	background: #252525;
	}


/* Footer */

p.footer {
	margin-top: 50px;
	font-size: 10px;
	text-align: center;
	color: #535353;
	clear: both;
	}
	
/* Misc */

.thumb {
	float: left;
	margin-bottom: 6px;
	margin-right: 16px;
	padding: 6px;
	background: #fff;
	}
.clear {
	clear: both;
	}
.hide {
	display: none;
	}
.nopad {
	margin: 0;
	padding: 0;
	}