*
{
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
}

body
{
	font: 10pt courier new, courier, monospace;
}

img
{
	border: 0px;
}

div.site_holder
{
	float: none !important;
	width: 100%;
}

div.site_wrapper
{
	margin: 4px auto 0px auto;
	width: 1025px;
}

div.nav
{
	float: left;
	width: 175px;
	text-transform: uppercase;
}

div.nav a
{
	display: block;
	margin-bottom: 8px;
	color: black;
	text-decoration: none;
}

div.nav a:hover
{
	text-decoration: underline;
}

div.main_holder
{
	margin-top: 0px;
	float: left;
	width: 850px;
	font: 9.5pt courier new, courier, monospace;
}

div.photo_preview
{
	float: none !important;
	width: 100%;
	min-height: 400px;
	padding-top: 8px;
	overflow: auto;
	text-align: center;
}

div.photo_preview span
{
	cursor: pointer;
}

div.photo_preview img
{
	display: block;
	float: none;
	margin: 8px auto 8px auto;
}

div.photo_thumbnails
{
	float: none !important;
	width: 100%;
	height: 90px;
	border: solid 0px #dddddd;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
}

div.photo_thumbnails img
{
	cursor: pointer;
	margin-right: 8px;
}
