<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

@charset "UTF-8";
/* CSS Document */

/*NAVIGATION*/
ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

li {
	float:left;
	list-style-type:none;
}

#nav a:link,#nav a:visited {
	margin:0;
	font:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	display:block;
	color:#C7B299;
	font-size:.9em;
	width:85px;
	background-color:#534741;
	text-align:center;
	padding:4px;
	text-decoration:none;
	text-transform:uppercase;
}

#nav a:hover,#nav a:active {
background-color: #C7B299;
color:#534741;
}

div.header
{
	margin-bottom:-11px;
	width:1020px;
	height:88px;
	background-color:#17191e;
	filter:alpha(opacity=70);
  /* CSS3 standard */
  	opacity:0.7;
}

/*My email link*/
div.header p
{
	position:relative; top:-32px; left:890px;
}
	
body 
{

	background-color:#bbb9ac;

/*BODY COPY FONTS*/	
	
	color:#FFF;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
}
	a:link {color:#Fc0; }   /* unvisited link */
	a:visited {color:#FC0;} /* visited link */
	a:hover {color:#Ff6;}  /* mouse over link */
	a:active {color:#Ff6;}  /* selected link */

h1
{
	color:#b3b0a1;
	font-weight:100;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	display:block;
	width:360;
	padding:6px 20px;
	margin-top:0;
	margin-bottom:6px;
	background-color:#08080A;
	border-bottom:solid 1px #22232C;
}

h2
{
	font-size:13px;
	text-transform:uppercase;
	color:#CCC
}

div.transbox
  {
  width:380px;
  margin:30px;
  background-color:#17191e;
  border:1px solid #171717;
  /* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;
  z-index:-1;
  position:absolute; top:115px; left:15px;
  }
  
div.transbox p
  {
  margin:10px 20px 20px 20px;
  }

div.transbox2
  {
  width:380px;
  margin:30px;
  background-color:#17191e;
  border:1px solid #171717;
  /* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;
  z-index:-1;
  position:absolute; top:-30px; left:0px;
  }
div.transbox2 p
  {
  margin:10px 20px 20px 20px;
  }

.gallery
 {
	 overflow:visiblel;
	 width:550px;
	 height:400px;
	 position:absolute; top:145px; left:450px;
 }
 
 .printgalleryleft
 {
	 overflow:visible;
	 width:1050px;
	 height:400px;
	 position:absolute; top:145px; left:17px;
 }
 
 div.mainimagegallery
{
	float:left;
	height:168px;
	width:500px;
	margin-bottom:15px; left:25px;
	background-color:#17191e;
  	border:1px solid #171717;
}
 
 div.mainimagegallery p
{
	color:#999;
	position:relative; top:-148px; left:315px;
	width:160px;
	margin:0 15px 10px 15px;
}

div.mainimage
{
	height:168px;
	width:535px;
	margin-bottom:15px;
	background-color:#17191e;
  	border:1px solid #171717;
}

div.mainimage p
{
	color:#999;
	position:relative; top:-148px; left:315px;
	width:165px;
	margin:0 20px 20px 20px;
}

div.mainimagebook
{
	height:168px;
	width:458px;
	margin-bottom:-2px;
	background-color:#17191e;
  	border:1px solid #171717;
}

.images
{
	background-color:#CCC;
	border:solid 1px #333;
	padding:3px;
	margin-right:10px;
}

.next
{
	display:block;
	background-color:#666;
	padding:3px 6px 3px 6px;
	text-align:right;
	position:absolute; top:125px; left:930px;
	filter:alpha(opacity=70);
  	opacity:0.7;
}

div.nextbottom
{
	display:block;
	background-color:#666;
	padding:3px 6px 3px 6px;
	z-index:20;
	text-align:right;
	filter:alpha(opacity=70);
  	opacity:0.7;
	position:absolute; top:692px; left:930px;
}

.footer
{

	padding:5px;
	display:block;
	width:1005px;
	height:13px;
	position:fixed; bottom:0; left:10px;
	border:#333 solid 1px;
	background-color:#534741;
	z-index:50;
	filter:alpha(opacity=70);
  	opacity:0.7;
}
.footer p
{
	text-align:right;
	font-size:9px;
	position:relative; top:-12px; left:-10px;

}