body {
    background-color: #663300;
    font-size: 100.01%;
    font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, SunSans-Regular, Sans-Serif;
    color: #000;
    padding: 0;
    margin: 0;
		text-align-center;
}

p, td, th, li {
    font-size: 90%;
}


th {
  text-align: left;
	font-size: 100%;
}

th {
  background-color: #DCEADC;
}

a:link, a:visited {
    color: #663300;
		text-decoration: underline;
}

a:hover, a:active {
    color: #4A2500;
		text-decoration: underline;		
}

a img {
  border: 1px solid #600;
}

h1 {
    color: #663300;
		font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 150%;
		margin: .6em 0;
		padding: 0;
}

h2 {
    color: #4A2500;
		font-family: Georgia, Times, "Times New Roman", serif;		
    font-size: 130%;
		margin: .6em 0;
		padding: 0;		
}

h3 {
    color: #4A2500;
		font-family: Georgia, Times, "Times New Roman", serif;		
    font-size: 110%;
		margin: .6em 0;
		padding: 0;		
}

p {
    line-height: 1.5em;
		margin: 1em 0;
}

big {
    color: #4A2500;
		font-family: Georgia, Times, "Times New Roman", serif;		
    font-size: 110%;
		font-weight: bold;
}

small {
    color: #4A2500;
		font-family: Georgia, Times, "Times New Roman", serif;		
    font-size: 75%;
}

li {
    margin-bottom: 1.0em;
}

.imgfloatright {
  float: right;
	margin: 0 0 0 1em;
}

.imgfloatleft {
  float: left;
	margin: 0 1em 0 0;
}

.captionright {
  float: right;
	font-size: 80%;
	margin: 0 0 0 1em;
	text-align: center;
  width: 195px;
}

#pictable tr td {
  padding-bottom: 1.5em;
}

#pictable tr td a {
  text-decoration: none;
}

/* Layout CSS */
/* Header Area */
#header {
    text-align: center;
    margin: 0px;
		height: 150px;
		background-color: #FFEEEE;
}

#headerinner {
  margin: 0 auto;
	padding: 0;
  width: 760px;
}

#subheader {
    text-align: center;
    margin: 0px;
		background-color: #663300;
		border-bottom: 4px solid #4A2500;
		padding: 5px;
}

#subheaderinner {
  color: #fff;
	font-size: 85%;
  margin: 0 auto;
	padding: 0;
	white-space: nowrap;
  width: 760px;
}

#content {
  background: #FFCCCC url('/images/body_bg.gif') bottom right no-repeat;
	margin: 0;
	padding: 0;
}

#contentinner {
  margin: 0 auto;
	padding: 0;
  width: 760px;
}

#body {
  float: right;
  margin: 0; 
  padding: 0;	
  width: 579px;
}


/* Left Navigation */
#navigation {
  float: left; 
  margin: 0; 
  padding: 0;
  width: 180px; 		
}

#footermenu {
  clear: both;
	font-size: 80%;
  text-align: center;
	margin: 2.5em 0;
	white-space: nowrap;	
}


/* Footer Area */
#footer {
  border-top: 4px solid #4A2500;
	color: #FFF;	
  clear: both;
  font-size: 80%;
	line-height: 1.8em;
  margin: 0px;
  padding: 2em 0;	
  text-align: center;
	white-space: nowrap;	
} 

#footer a:link, #footer a:visited, #subheaderinner a:link, #subheaderinner a:visited {
  color: #F0E8EB;
	text-decoration: none;
}

#footer a:hover, #footer a:active, #subheaderinner a:hover, #subheaderinner a:active {
  color: #E3D3D9;
	text-decoration: underline;		
}

/* Left Menu Styles */
/* Menu list */
ul#navlist {
  list-style: none;
  margin: 0;
  padding: 0 0 90px 0;
	width: 165px;
}

ul#navlist li ul {
  margin: 0;
	padding-left: 20px;
}

#navlist li ul li a {
  width: 110px;
}

ul#navlist li {
	display: inline;  /* This fixes the IE5 Win gap! */	
}

#navlist a {
  background: #FFCCCC url('/images/bullet.gif') 5px center no-repeat;
  border-bottom: 1px solid #4A2500;
  display: block;
	font-weight: bold;
	line-height: 110%;
  padding: 7px 3px 7px 28px;
	/* Tricks IE5 in making whole block clickable (not just text) */
	/* Set with to actual width - padding to account for crappy box model */
	width: 130px;   
}

#navlist a.weddings {
  background: #FFBBBB url('/images/bullet.gif') 5px center no-repeat;
}

#navlist a.order {
  background: #FFBBE8 url('/images/bullet.gif') 5px center no-repeat;
}

#navlist a:link, #navlist a:visited {
  color: #663300;
  text-decoration: none;
}


#navlist a:hover, #navlist a:active {
  background: #FFBBBB url('/images/bullet_on.gif') 5px center no-repeat;
  color: #4A2500;
  text-decoration: none;
}



#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}



	
