/* CSS Document */
body
	{
	background-color:#000000;
	background-image:url(images/gradient_mid_bg.gif);
	background-repeat:repeat-x;
	background-position:top center;
	background-attachment:fixed;
	margin-top:.8em;
	margin-bottom:.5em;
	margin-left:0;
	margin-right:0;
	padding:0;
	}

div
	{
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	}
	
#main
	{
	background-color:#FFFFFF;
	background-image:url(images/page_bg_mid.gif);
	background-position: top center;
	background-repeat:repeat-y;
	background-position:top right;
	font-size:14px;
	line-height:1.25em;
	color:#000000;
	}


#main td
	{
	font:14px Geneva, Arial, Helvetica, sans-serif;
	line-height:1.25em;
	color:#000000;
	}

td#page-top
	{
	background-image:url(images/page_bg_top_plain.gif);
	background-repeat:no-repeat;
	background-position: top center;
	height:65px;
	vertical-align:top;
	}
	
td#footer
	{
	height:60px;
	background-image:url(images/page_bg_footer.gif);
	background-repeat:no-repeat;
	background-position: bottom center;
	vertical-align:top;
	}

a:link, a:visited
	{
	color:#CC3333;
	text-decoration:none;
	}

a:hover, a:active
	{
	color:#CC0000;
	text-decoration:underline;
	}

#page-title
	{
	margin-top:35px;
	height:25px;
	margin-bottom:20px;
	margin-left:-5px;
	}

strong
	{
	font-weight:bold;
	color:#222222;
	}

#credits
	{
	font:10px 'Trebuchet MS',Geneva, Arial, Helvetica, sans-serif;
	text-align:center;
	vertical-align:baseline;
	color:#BCBCBC;
	text-transform:uppercase;
	padding-top:5px;
	}

#credits a
	{
	color:#DDAAAA;
	}

	
ul 
	{ /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	}

li 
	{ /* all list items */
	float: left;
	position: relative;
	width: 6em;
	}

li ul
	{ /* second-level lists */
	display: none;
	position: absolute;
	top: 1.3em;
	left: 0;
	background-color:#F9F9F9;
	padding-left:5px;
	padding-right:5px;
	border:1px solid #EDEDED;
	padding-top:5px;
	padding-bottom:5px;
	width:10em;
	}

li ul li
	{
	border-bottom:1px solid #EDEDED;
	width:10em;
	padding-top:5px;
	padding-bottom:5px;
	}

li>ul
	{ /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
	}

li:hover ul, li.over ul
	{ /* lists nested under hovered list items */
	display: block;
	}

#nav
	{
	font-size:12px;
	padding-top:38px;
	font:'Tahoma', sans-serif;
	color:#666666;
	padding-left:20px;
	}
	
#nav li a:link, #nav li a:visited
	{
	color:#666666;
	text-decoration:none;
	}

#nav li a:hover, #nav a:active
	{
	color:#CC3333;
	text-decoration:none;
	}

#nav .page-indicator
	{
	color:#990000;
	}

li#page-indicator a:link, li#page-indicator a:visited
	{
	color:#990000;
	text-decoration:none;
	}

li#page-indicator a:hover, li#page-indicator a:active
	{
	color:#CC3333;
	text-decoration:none;
	}

li.home
	{
	width:5em;
	}

li.gallery
	{
	width:7em;
	}
	
li.bottom
	{
	border:0px;
	}

#content
	{
	clear: left;
	}

#description
	{
	font:12px Geneva, Arial, Helvetica, sans-serif;
	color:#222222;
	line-height:1.5em;
	height:120px;
	width:215px;
	float:right;
	text-align:justify;
	margin-top:0px;
	padding-left:5px;
 	}

h5#title
	{
	font:14px Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#222222;
	font-weight:bold;
	text-align:left;
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:15px;
	}

#photo-container
	{
	width:610px;
	margin:0px;
	height:440px;
	text-align:right;
	padding-left:15px;
	padding-right:10px;
	}

#photo
	{
	float:left;
	padding:4px;
	margin-right:10px;
	}

#bordered-photo-tall
	{
	float:left;
	margin-right:10px;
	margin-top:0px;
	border:3px double #DCDCDC;
	}

#bordered-photo-wide
	{
	float:left;
	margin-right:10px;
	margin-top:75px;
	border:3px double #DCDCDC;
	}

.photo-border
	{
	border:1px solid #DCDCDC;
	}

#thumbnails
	{
	 height:200px;
	 width:200px;
	 float:right;
	 margin-top:9px;
	 padding-right:5px;
	}

.thumbnail-border
	{
	padding-top:1px;
	padding-bottom:1px;
	padding-right:1px;
	padding-left:1px;
	border:1px solid #DCDCDC;
	height:40px;
	width:40px;
	}

.thumbnail-image
	{
	border:1px solid #DCDCDC;
	width:40px;
	height:40px;
	}


img#category-indicator
	{
	margin-left:20px;
	}

img#previous
	{
	margin-left:295px;
	border:0px;
	}

img#next
	{
	border:0px;
	}