@charset "utf-8";
/* CSS Document */

body{
	background-color:#9b8f85;
	font-family: "Times New Roman", Times, serif;
	font-size:.9em;
	text-align:center;
	color: #302e2c;
	line-height:1.8em;
}
h1{
	font-size:2em;
	background-color:#f5f4f4;
	display:inline;
	padding-left:6px;
	padding-right:6px;
	padding-top:6px;
	padding-bottom:6px;
	border:1px solid #e3d7cd;
}
h2{
	font-size:1.3em;
	font-weight:bold;
	margin-bottom:-15px;
	padding-bottom:0;
}
#shell{
	width:792px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/layout/bg.gif);
	background-repeat:repeat-y;
}
#image{
	background-image:url(../images/layout/header_bg.gif);
	background-repeat:no-repeat;
}
#contentShell{
	width: 658px;
	background-color:white;
	margin-left:auto;
	margin-right:auto;
	margin-top:12px;
}
#nav{
	width:150px;
	float:left;
	padding-left:10px;
	text-align:left;
	line-height:1em;
	font-size:1.2em;
}
#nav ul{
	display:inline;
	list-style:none;
	padding-left:0;
	margin-left:0;
}
#nav ul li{
	border-bottom:1px dashed #b6a18f;
	margin-top:15px;
	padding-bottom:15px;
	padding-left:0;
	margin-left:0;
}
#nav a{
	text-decoration:none;
	color:#65615d;
}
#nav a:hover{
	text-decoration:none;
	color:#00bdf2;
}
#content{
	width:447px;
	margin-left:40px;
	margin-right:10px;
	padding-top:40px;
	float:right;
	text-align:left;
}
#bottom{
	clear:both;
	background-image:url(../images/layout/bottom.gif);
	background-repeat:no-repeat;
	height:89px;
}
#footer{
	color:white;
	font-size:.8em;
	margin-top:-20px;
}
.quote{
	font-style:italic;
	font-size:1.2em;
	color:#8d7564;
	line-height: normal;
	border:1px dashed #8d7564;
	margin-top:25px;
	padding:8px;
}
.photo{
	padding:4px;
	border:1px dashed #8d7564;
	margin-left:5px;
}
.border{
	border:1px solid #8d7564;
}

/*GALLERY*/

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../images/overlay.png);}

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/overlay.png", sizingMethod="scale");
	}