#topbar {
	background-color: #333;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 3px 0;
	border-bottom: 1px dotted #666;
}
body {
	background-color: black;
	color: white;
	padding: 10px 30px;
	font-family: arial, sans-serif;
	font-size: 10pt;
}
	
#head {
	background-image: url('images/head.jpg');
	background-repeat: no-repeat;
	background-position: right;
}
h1 {
	margin-bottom: 0;
}
h1 a {
	color: white;
}
h1 a:hover {
	text-decoration: none;
}
/*h2 {
	margin-top: 30px;
}*/
h2 {
	margin-bottom: 0.5em;
	width: 260px;
	border-bottom: 1px solid white;
	font-size: 16pt;
	color: #F99;
}
h3 {
	font-size: 12pt;
}
h5 {
	margin-top: 0;
	font-size: 10pt;
}
p {
	font-size: 10pt;
}
div.right {
	float: right;
	text-align: right;
}
div.left {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
p.right {
	float: right;
}
#tag {
	border-bottom: 1px solid white;
	padding-bottom: 5px;
	font-size: 10pt;
}
.opaque {
	background-color: black;
}
.screenshots {
	text-align: center;
	border: 4px solid white;
	width: 500px;
	margin: 20px auto;
}
.screenshots img {
	border: 0;
}
a {
	color: #AAF;
	text-decoration: none;
}
a:hover {
	color: white;
	text-decoration: underline;
}
#footer {
	font-size: 8pt;
	text-align: right;
	width: 100%;
	border-top: 1px solid white;
	margin-top: 30px;
	padding-top: 5px;
	color: #999;
	font-weight: bold;
	float: right;
	padding-bottom: 10px;
	clear: both;
}
#footer a {
	color: #999;
}
#sponsors {
	float: left;
	color: #FFF;
	font-weight: normal;
	text-align: left;
}
#sponsors a {
	color: #99F;
}
ul#nav {
	list-style-type: none;
	margin: 15px 0px;
	padding: 6px 10px;
	text-align: center;
	background-color: #404040;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
#nav li {
	display: inline;
	padding: 0px;
	text-indent: 0px;
	font-size: 11pt;
}
#nav a {
	font-weight: bold;
	text-decoration: none;
	padding: 6px 13px 6px 13px;
}
#nav a:hover {
	/*background-color: #999;*/
	color: white;
}
#nav a.current {
/*	background-color:#339;*/
	color: #F99;
}
#nav a.current:hover {
	color: #F99;
}
#gallery {
	width: 650px;
	margin: auto;
	text-align: center;
}
img.photothumb {
	border: 0px;
	padding: 0px;
	margin: 4px;
}
td {
	font-size: 10pt;
}
td.left {
	background-color: #CCC;
	color: black;
	font-weight: bold;
	padding: 5px;
}
td.right {
	padding-left: 10px;
}
a img {
	border: 0px;
}
.small {
	font-size: 8pt;
}
.big {
	font-size: 14pt;
}
.amount {
	font-size: 10pt;
	font-style: italic;
	font-weight: normal;
}
.clear {
	clear: both;
}
.clearleft {
	clear: left;
}
#frontsponsors {
	float: right;
	border: 2px solid #666;
	padding: 15px 10px;
	margin-left: 15px;
	margin-bottom: 15px;
	text-align: center;
}
.white {
	color: #CCC;
}
.blogfoot {
	font-size: 8pt;
	border-bottom: 1px solid #666;
	width: 400px;
	margin-bottom: 20px;
}
div.subnav {
	margin: 10px auto;
	text-align: center;
	background-color: #404040;
	width: 330px;
	padding: 6px 0;
	font-weight: bold;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
img#displayphoto {
	border: 3px solid #999;
	padding: 10px;
}
.highlightnew {
	background-color: #FF6;
	color: black;
	margin-left: 4px;
	margin-right: 4px;
	padding: 1px;
	font-size: 10px;
}