* {
	font-family:Georgia serif;
	color:white;
}

body { background-color:black; }

a img { border:0; }

#container {
	background-color:black;
	width:800px;
	padding-left:65px;
	margin:auto;
	height:600px;
	/* Make IE6 happy */
	overflow:hidden;
}

/* Then go back and make everything else happy */
html>body #container { overflow:inherit; }

#header {
	width:798px;
	text-align:center;
	clear:both;
	height:130px;
	border:1px solid white;
	border-bottom:0;
}

#menu {
	position:relative;
	left:-130px;
	width:130px;
	clear:none;
	text-align:right;
	height:500px;
}

#menu a {
	display:block;
	clear:both;
	width:122px;
	padding:8px 8px 8px 0;
	color:white;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
}

#menu a:hover {
	color:#888;
}

#menu a.active {
	color:#666;
}

#content {
	position:relative;
	height:500px;
	top:-500px;
	width:758px;
	color:#222;
	padding:5px 20px 15px;
	overflow:auto;
	font-size:14px;
	border:1px solid white;
	border-top:0;
}

#content h2 {
	margin-top:2px;
	margin-left:25px;
	font-size:180%;
}

#footer {
	width:800px;
	position:relative;
	height:30px;
	padding-top:5px;
	top:-500px;
	background-color:#000;
	text-align:right;
	font-size:7pt;
	vertical-align:center;
}

#imgbox {
	display:table-cell;
	vertical-align:middle;
	width:350px;
	height:425px;
	float:right;
	clear:right;
	text-align:right;
}

#thumbbox {
	float:left;
	width:390px;
	text-align:center;
	overflow:auto;
	height:500px;

}

img#bigimage{
	display:table-cell;
	vertical-align:middle;
}

#thumbbox table td{
	width:33%;
	text-align:center;
}

#thumbbox table#selector {
	width:100%;
	height:25px;
}

#thumbbox table#selector td {
	text-align:center;
	width:33%;
	font-weight:bold;
	cursor:pointer;
}

#thumbbox table#selector .active {
	background-color:#444;
	color:white;
	cursor:default;
}

.bold {	font-weight:bold; }
.left {	float:left;	clear:left; }
.bigger { font-size:120%; }
.noline { text-decoration:none; }
.expand { padding:5px; float:left; clear:left; }
.pointer { cursor:pointer; }
.center { margin:auto; text-align:center; }
.right { float:right; clear:right; }
.left { float:left; clear:left; }
input, textarea { color:black; }
.error { color:red; }