@charset "utf-8";
/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	background-color: #000;
}
a {
	color: #C90;
	text-decoration: underline;
	font-weight: bold;
}
h1 {
	font-size: 175%;
	color: #C90;
}
h2 {
	font-size: 150%;
	color: #960;
}
h3 {
	color: #C90;
	font-size: 130%;
}
h4 {
	color: #960;
	font-size: 115%;
}
h5 {
	color: #C90;
	font-size: 110%;
}
h6 {
	color: #FFC;
	font-size: 105%;
}
.topnavigation {
	position: relative;
	float: left;
	top: 156px;
}
.topperimage {
	top: 5px;
	margin-top: 0px;
	padding-top: 0px;
}
.credits {
	font-size: 10px;
	font-weight: bold;
}
.sidebareditable {
	width: 180px;
	position: absolute;
}
.update {
	text-align: center;
	padding: 10px;
	font-size: 75%;
}
.gallerynavigation {
	float: left;
	position: relative;
	top: 155px;
}
.imageleft {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}
.imageright {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
}

a.stbar.chicklet img {border:0;height:16px;width:16px;margin-right:3px;vertical-align:middle;}
a.stbar {height:16px;line-height:16px;}
a.stbar.chicklet {height:16px;line-height:16px;}
.photonotation {
	font-size: 9px;
}
.search {
	float: right;
}
