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

body {
	text-align: center;
	background-color: #A37E83;
	background-image:url('images/floral-bg.gif');
	background-attachment:fixed;
	font-family: Verdana, Helvetica, san-serif;
	font-size: 80%;
	line-height: 18px;
	color: #FFFFFF;
}

#container {
  margin-top: 3px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 1035px;
  min-height: 768px;
  text-align: left;
  background-color: #5E3E43;
  font-family:Arial, Helvetica, sans-serif;
  padding: 0px;
  padding-bottom: 20px;
  color:#FFFFFF;
  overflow: auto;
}
#header {
	padding-top: 10px;
	height: 126px;
	width: 100%;
}
#email {
	position:relative;
	left:50px;
	top:-15px;
	width:142px;
	height:23px;
	z-index:2;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
  	font-size: 80%;
}
#left {
	float: left;
	width:165px;
}
#nav {
	position:relative;
	width:165px;
	height:inherit;
	left:0px;
	top: 109px;
	
}
#middle {
	float:left;
	top: 0px;
	left: 166px;
	width: 643px;
}
#display {
	float: left;
	width: 570px;
	padding: 36px;
	background-color:#4D3236;
	text-align: center;	
}
#images {
	max-height: 600px;
	overflow: auto;
	text-align: center;
}
#descrip {
	margin-top: 15px;
	margin-bottom: 20px;
	font-size: 90%;
	text-align: left;
}
#right {
	float: right;
	width: 217px;
	padding-left: 10px;
	padding-top: 34px;
	}
#thumbs {
	width: 186px;
	text-align:left;
	margin-left: 10px;
	margin-top: 10px;
}
#footer {
	clear: both;
	line-height: 1;
	text-align: center;
	font-size: 8pt;
	padding-bottom: 10px;
}
h2 {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, san-serif;
	font-size: 110%;
	}
a:link{
	color: #F4B7B4;
	text-decoration: none;
	border: none;
	border-width: 0px;
}
a:visited {
	color: #988a1F;
	text-decoration: none;
}
a:hover, a:active {
	color:#EFEEA5;
	text-decoration: none;
}

.thumb {
	border:1px; 
	border-thickness: 1px; 
	border-style: solid;
	/*margin: 0px;*/
	margin-right: 10px;
	margin-bottom: 10px;
}
a:link .thumb { 
	border-color: #F4B7B4; 
} 
a:visited .thumb {
	border: 1px;
	border-thickness: 1px;
	border-color: #988A1F;
	border-style: solid
}
a:hover .thumb, a:active .thumb {
	border:1px; 
	border-thickness: 1px; 
	border-color: #EFEEA5; 
	border-style: solid
}

