@charset "UTF-8";
a:link {
	color: #ffffff;
	text-decoration: underline;
}
a:visited {
	color: #ffffff;
	text-decoration: underline;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}
a:active {
	color: #ffffff;
	text-decoration: underline;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	margin-top: 5px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	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: #cccccc;
}
h1 {
	font-size: 150%;
	font-weight: bold;
	text-align: center;
}
h2 {
	font-size: 125%;
	font-style: italic;
	text-align: center;
}
img {
	border: none;
}
.cell {
	width: 185px;
	margin: 0 auto;
	text-align: center;
	font-size: 80%;
	font-style: normal;
	vertical-align: top;
	padding: 5px;
}
.controls {
	width: 780px;
	margin: 2px auto;
	padding: 2px;
 	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.controls input {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 2px solid #999999;
	background-color: #333333;
	color: #ffffff;
}
.controlbox {
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 1px;
	padding-bottom: 1px;
	border: 2px solid #999999;
	background-color: #333333;
	color: #ffffff;
 	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.controlbox a:link {
	color: #ffffff;
	text-decoration: none;
}
.controlbox a:visited {
	color: #ffffff;
	text-decoration: none;
}
.controlbox a:hover {
	color: #ffffff;
	text-decoration: none;
}
.controlbox a:active {
	color: #ffffff;
	text-decoration: none;
}
.description {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	font-size: 100%;
	font-weight: normal;
	text-align: center;
}
.footer {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	border: 0;
	font-size: 70%;
	color: #666666;
}
.footer a {
	color: #cccccc;
}
.leftalign {
	text-align: left;
}
.mainbox {
	width: 870px;
	margin: auto;
}
.next {
	width: 40px;
	float: right;
	text-align: center;
	height: 350px;
	margin: 300px 0px 0px 0px;
}
.photo {
	width: 750px;	/* This should be reset to image width. */
	background-color: transparent;
}
.previous {
	width: 40px;
	float: left;
	text-align: center;
	height: 350px;
	margin: 300px 0px 0px 0px;
}
.recent {
	margin: 0 auto;
	text-align: center;
	font-size: 80%;
}
.search {
	width: 780px;
	margin: 0 auto;
	text-align: center;
}
.searchbox {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 2px solid #999999;
}
.title {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 30px auto 10px auto;
	font-size: 150%;
	font-weight: normal;
	text-align: center;
	
}
.wrap {
	width: 1024px;	/* To allow for a shadow, this should be reset to 20px > image width. */
	height: 768px;	/* To allow for a shadow, this should be reset to 20px > image height. */
	margin: 10px auto 10px auto;
	position: relative;
}

