@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	border: 0;
	}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #500;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	color: #FF0;
	text-align: center;
	border-style: none;
	vertical-align: middle;
}
/* CSS Document */
h1,h2,h3,h4,p {
	margin: 0px;
	border: 0px;
	padding: 0px;
}
a:link {
	color: #DDD;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #BBB;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	position:relative;
	top:1px;
}
#wrapper {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper800 {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
}
#Header {
	text-align:center;
	height: 100px;
	position: fixed;
	z-index: 2;
	top: 0px;
	background: #500;
	width: 760px;
}

#leftpane {
	width: 166px;
	border-width: 0px;
	margin-right: 17px;
	margin-left: 17px;
	position: fixed;
	top: 100px;
}


#rightpane {
	float: left;
	text-align: left;
	width: auto;
	margin-left: 200px;
	padding-top: 100px;
}

#rightpanehigh {
	float: left;
	text-align: left;
	width: auto;
	margin-left: 200px;
	padding-top: 20px;
}

#footer {
	clear: both;
	text-align: center;
	float: left;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 100px;
	width: 700px;
	margin-top: 100px;
}
.padtop {
	padding-top: 20px;
}
.floatright {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
}
.padafter {
	padding-bottom: 10px;
}
.padaftercenter {
	padding-bottom: 10px;
	text-align: center;
}

.padlandb {padding-bottom: 10px; padding-left: 10px;}
#headernotfixed {
	text-align: center;
	vertical-align: middle;
	height: 100px;
	width: 800px;
}
#picturefullsize {
	float: left;
	width: 620px;
}
#thumbstrip {
	float: left;
	height: 600px;
	width: 160px;
	border: thin solid #FF0;
	overflow: auto;
	padding-top: 10px;
}
.centeritem {
	display: block;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: center;
}
.thumb {
	boarder: thin solid #FF0;
	vertical-align: middle;
}
.yellowboarder {
	border: 2px solid #FF0;
}

#pictureviewercaption {
	text-align: center;
	padding: 20px 20px 0px;
}
#pictureviewernotes {
	text-align: center;
	padding-right: 30px;
	padding-left: 30px;
	margin-right: 30px;
	margin-left: 30px;
}
#bigpictureholder {
	width: 620px;
	float: left;
}
.margintop {
	margin-top: 20px;
}
.pointer_roll_over {
	cursor: pointer;
}
#floatleft {
	float: left;
}
.thumbcent {
	height: 200px;
	width: 140px;
}
#thumbbox {
	float: left;
	text-align: center;
	line-height: 120px;
	height: 120px;
	position: relative;
	padding: 4px;
}
img {
	vertical-align: middle;
	border-style: none;
}
ul {list-style-position:inside;}
.padded {
	padding: 20px;
}
