body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode". sans-serif;
	font-size: 62.5%;
	background-color: #3B3C0F;
	color: #BFBDB1;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #9CA50E;
}
h1 {
	padding-bottom: 0.6em;
	padding-top: 0px;
	margin-top: 0px;
}

h3, h4 {
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	text-transform: lowercase;
	border-bottom: 1px dotted;
	border-color: #666633;
}

h2 {
	font-size: 260%;
	color: #FFFFCC;
	margin-top: 0px;
}

h3 {
	font-size: 160%;
	color: #A5AE0E;
	margin-top: 1em;
}
h4 {
	font-size: 160%;
	color: #888F0C;
	margin-top: 2em;
}

p, ol, ul {
	line-height: 160%;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

ul li {
	padding: 2px 0 5px 0;
}

ul li.first {
	background: none;
}

a {
	color: #A1AA0E;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong {
	color: #D1CC9C;
}

.indent {
	margin-top: 0;
	margin-left: 130px;
}

.image {
	float: left;
	margin: 0;
	padding-right: 1em;
}

#wrapper {
	background-color: #FAF5E1;
	border-bottom: 3px solid;
	border-color: #999900;
}

/* Header */

#header {
	width: 900px;
	margin: 0 auto;
	background-color: #FAF5E1;
	height: 150px;
}
#logo {
	float: left;
	margin-top: 20px;
}

#header * {
	text-transform: lowercase;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 90px 0 0 0;
	letter-spacing: -2px;
	font-size: 36px;
}

#header h2 {
	float: left;
	padding: 110px 0 0 6px;
	background: none;
	font-size: 12px;
	font-weight: normal;
}

#header h2 a {
	text-decoration: none;
}

#header ul {
	float: right;
	list-style: none;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 110px;
}

#header li {
	display: inline;
}

#header li a {
	display: block;
	float: left;
	color: #FFFFCC;
	font-size: 11px;
	margin-right: 0.2em;
	padding-top: 0.6em;
	padding-right: 1em;
	padding-bottom: 0.6em;
	padding-left: 1em;
	background-image: url(../images/tabs.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-decoration: none;
}

#header li.first a {
	border: none;
}

/* Content */

#content {
	width: 800px;
	margin: 2em auto;
}
#content p {
	font-size: 116%;
	color: #D1CFC2;
	line-height: 160%;
}

#colOne {
	float: left;
	width: 560px;
	border-right: 1px solid;
	border-color: #58533B;
	padding-right: 2.6em;
}

#colTwo {
	float: right;
	width: 184px;
text-align:center;
}

#colTwo h3 {
	margin-top: 10px;
	margin-bottom: 0px;

}
#colTwo li {
	padding-bottom: 0.6em;
	padding-top: 0em;
border-bottom: 1px dotted;
	border-color: #627D0A;
}
#colTwo li a {
	color: #BEBF03;

}

/* Footer */

#footer {
	clear: both;
	width: 730px;
	margin: 20px auto;
	padding: 20px 0;
}

#footer p {
	margin: 0;
	padding: 0;
	text-align: left;
}

#colOne li {
	margin-left: 2.8em;
	color: #FFFFCC;
	font-size: 118%;
list-style-type: square;
line-height:1.7em;
}
#gallery ul li {
	list-style: none;
}
li {
	list-style: none;
}
.imgright {
	margin: 1.6em;
	float: right;
}
#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(..images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/overlay.png", sizingMethod="scale");
	}
.resize {width:300px;height:300px;}
