/* "Sleek White" by Noel Jackson, use as you wish. */
body
{
	margin: 0px auto;
	text-align: center;
	font-family: Trebuchet,Verdana, Arial, sans-serif;
	background: white;
	color: #999;
}

a:link, a:visited, a:active
{
	color: #666;
	text-decoration: none;
}

a:hover
{
	color: #333;
	text-decoration: underline;
}

input
{
	margin: 0px;
	padding: 0px;
}

img
{
	border: 0;
	margin: 0;
	padding: 0;
}
h1 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color : #000033;
	background-color : transparent;
margin: 0px;
padding: 5px 0px 0px 5px;
}

p
{
	text-align: left;
	margin: 0;
	padding: 0;
}

strong {
	background-color: #FFC;
}

#topbar {
background: #f7f7f7;
height: 40px;
border-bottom: 1px solid #666;
text-align: left;
margin-bottom: 30px;
padding-top: 10px;
}

#photo
{
	text-align: center;
	margin: 0px auto 5px auto;
	padding: 30px;
	position: relative;
	border: 1px solid #666;
}

.nav {
display: block;
line-height: 15px;
font-size: 15px;
height: 15px;
position: relative;
margin: 0px auto;
margin-bottom: 20px;
padding: 0px;
text-align: center;
vertical-align: bottom;
}
.prev {
	position: absolute;
	left: -30px;
	top: 15px;
	font:  12px Trebuchet, Arial, Helvetica, sans-serif;
}
 .next {
position: absolute;
right: -30px;
	font:  12px Trebuchet, Arial, Helvetica, sans-serif;
}

.up {
	font: 12px/14px Trebuchet, Arial, Helvetica, sans-serif;
}

.nav a {
text-decoration: none;
padding: 2px;
}
.nav a:hover {
color: black;
text-decoration: underline;
}


table.photolist
{
	margin: 0px auto;
	position: relative;
	right: -10px;
	width: 600px;
}
.photolist tr {
height: 140px;
width: 140px;
padding: 0px;
margin: 0px 10px 10px 0px;
text-align: center;
vertical-align: middle;
display: block;
float: left;
}
.photolist tr td {
height: 138px;
width: 138px;
text-align: center;
vertical-align: middle;
border-width: 1px;
border-color: #ccc #999 #999 #ccc;
border-style: solid;
}

.photolist tr:hover {
background: #f7f7f7;
}
.navigation {
position: absolute; right: 5px;
margin-top: -25px;
height: 25px;
line-height: 25px;
margin-bottom: 20px;
}
.navigation select, .navigation select option {
padding: 0px; margin: 0px;
}

.info {
	font: bold 12px Trebuchet, Arial, Helvetica, sans-serif;
	margin: 20px 0px;
	text-align: center;

}
.info a {
margin: 0px 4px;
}

ul.listing
{
	list-style: none;
	list-style-position: inside;
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 370px;
}

ul.listing li
{
	list-style: none;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}

ul.listing li p a img
{
	margin-right: 10px;
}

ul.listing li small
{
	font-family: Verdana, Trebuchet, Sans;
	font-size: 10px;
	letter-spacing: .1em;
	color: gray;
	text-transform: uppercase;
}
