html, body {
	background-color: white;
	margin: 0;
	padding: 0;
	color: black;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.01em;
	}
	
/* layout */	
	
#container {
	width: 724px;
	margin-left: 40px;
	margin-top: 20px;
	}
		
#header {
	height: 105px;
	width: 724px;
	border-bottom: 1px solid black;
	}

#photos {
	margin-left: -40px;
	height: 160px;
	width: 724px;
	margin-bottom: 10px;
	}
	
#menu {
	width: 684px;
	border-bottom: 1px solid black;
	height: 38px;
	}

#content {
	margin-top: 20px;
	margin-bottom: 10px;
	width: 684px;
	haight: 400px;
	}
	
#content_left {
	width: 327px;
	min-height: 250px;
	float: left;
	padding-right: 10px;
	border-right: 1px solid black;
	}
	
#content_left2 {
	width: 724px;
	min-height: 250px;
	float: left;
	padding-right: 10px;
	}
	
#content_right {
	width: 307px;
	float: left;
	padding-left: 20px;
	}
	
#gallery_cont {
	margin-left: -50px;
	margin-bottom: 20px;
	margin-top: 15px;
	width: 750px;
	cursor: default;
	}
			
#footer {
	clear: both;
	border-top: 1px solid black;
	padding-top: 5px;
	height: 20px;
	}

/* text definitions */

h1 {
	display:none;
	}

h2 {
	font-size: 14px;
	color: #666666;
	}
	
h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: -10px;
	margin-top: -3px;
	}

p {
	color: black;
	font-size: 16px;
	}
	
p.bold {
	font-weight: bold;
	}
	
p.footer {
	color: #666666;
	font-size: 8px;
	}
	
/* links */

a:link {
	text-decoration: none;;
	color: #C62128;
	text-decoration: underline;
	}
	
a:hover {
	color: #666666;
	text-decoration: none;
	}
	
a:visited {
	color: #000000;
	}	
	
/* navigation */


#navlist {
	float: right;
	display: block;
	}
	
#navlist li {
	display: inline;
	list-style-type: none;
	padding-left: 5px;
	}
	
#navlist a {
	color: #C62128;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 5px;
	}

#navlist a:hover {
	color: #666666;
	}
	
#active a {
	border: none;
	text-decoration: none;
	color: #000033;
	}

#active a:visited {
	color: #330000;
	} 
	
/* Misc */

img {
	border: none;
	}
	
#more {
	}
	
/* gallery --- gallery credits to nathan smith * http://sonspring.com --- */	
	
.hoverbox {
	cursor: default;
	list-style-type: none;
	}

.hoverbox a {
	cursor: default;
	}

.hoverbox a .preview {
	display: none;
	}

.hoverbox a:hover .preview {
	display: block;
	position: absolute;
	top: -33px;
	left: -22px;
	z-index: 1;
	}

.hoverbox img {
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 90px;
	height: 60px;
	}

.hoverbox li {
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
	}

.hoverbox .preview {
	border-color: #000;
	width: 180px;
	height: 120px; 
	}