body {
	margin-top: 18px;
	background-color: #777;
}

div#content {
	width: 990px; /* width of the entire content area */
	margin: 0 auto;
	padding: 0px;
}

div#header {
	position: relative;
}

div#header h1 {
	font-family: futura, gill sans mt bold, arial narrow, helvetica, sans-serif;
	font-size: 18px;
	color: #ccc;
	/*height: 200px;*/
}

div#header h1 a {
	text-decoration: none;
	color: #fff;
}

div#header ul {
	position: absolute;
	right: 20px;
	top: 5px;
}

#menu {
	width: 60%;
	padding-top: 9px;
	padding-left: 95px;
	background-color: #711;
	float: right;
	text-align: left;
}

div#header ul {
	font-family: futura, gill sans mt bold, arial narrow, helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#header li {
	display: block;
	float: left;
	margin-right: 20px;
}

div#header li.last {
	margin-right: 0;
}

div#header li a {
	text-decoration: none;
	color: #fff;
}

div#header li a.selected {
	background-color: #555;
	padding: 1px 5px 2px 5px;
}

div#header a:hover {
	color: #fc9;
}

div#header h1 a:hover {
	color: #fff;
}

#copyright {
	font-family: futura, gill sans mt bold, arial narrow, helvetica, sans-serif;
	font-size: 0.65em;
	color: #ccc;
	text-align: center;
	margin: 4px 0px 0 0;
}

#thumbnail_container {
	margin-left: 135px;
	height: 100%;
	float: left;
	width: 210px;
}

#thumbnail_enlargement {
	width: 100px;
	height: 100px;
	float: right;
}

#thumbnails_image_layout {
	width: 990px;
	height: 522px;
	background-color: #111;
}

#thumbnails_image_layout #images {
	padding-top: 25px;
	padding-left: 30px;
}

#thumbnails_image_layout .row {
	float: left;
	margin-right: 12px;
	margin-top: 12px;
}

#thumbnails_image_layout .row img {
	border: 1px solid #777;
}

#thumbnails_image_layout .row img.hilite {
	border: 1px solid #5ff;
}

#thumbnails_image_layout .last {
	margin-right: 0px;
}

#thumbnails_image_layout .thumbnail_row {
	clear: right;
}

#thumbnails_image_layout p {
	font-family: futura, gill sans mt bold, arial narrow, helvetica, sans-serif;
	font-size: 1.0em;
	text-align: center;
	margin-top: -30px;
	color: #fff;
}

#page_nav_links {
	font-family: futura, gill sans mt bold, arial narrow, helvetica, sans-serif;
	color: #fff;
	text-align: left;
}

div#page_nav_links a {
	text-decoration: none;
	color: #fff;
	font-size: 0.8em;
}

div#page_nav_links a:hover {
	color: #c7f;
}

