body {
	margin-left: 38px;
	margin-top: 38px;
	margin-right: 38px;
	margin-bottom: 38px;
	color:#363c3d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	line-height: 1.4em;
}
hr {
	width:751px;
	height:1px;
	background-color:#363c3d;
	color:#363c3d;
	border:0px;
	padding:0px
}
a:active, a:link, a:visited {
	color:#666666;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#wrapper {
	width:751px;
}
#header {
	width:751px;
}
#menuWrapper {
	
}
#logo {
	float:left;
}
#menu {
	margin-top:65px;
	float:right;
}
#mainPhoto {
	padding-top:10px;
	clear:both;
	width:751px;
	margin-bottom:18px;
}
#contentWrapper {
	width:751px;
}
#mainContent {
	float:left;
	width:671px;
	padding:0px;
}
#mainContent p {
	font-size:1.2em;
	line-height: 1.6em;
}
#title {
	width:505px;
}
#content {
	margin-top:15px;
	width:505px;
}
#thumbs {
	float:right;
	margin-top:4px;
	padding:0px;
	width:80px;
}
#thumb1 {
	margin-bottom:4px;
}
#thumb2 {

}
#footer {
	padding-top:10px;
	width:751px;
	clear:both;
	font-size:0.9em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:.9em;
	color: #203926;
}
.textGold {
	color:#27412c;
}
#items {
	padding:0px;
	margin:0px;
}
#items ul { /* all lists */
	list-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#items li { /* all list items */
	list-style: none;
	float: left;
	position: relative;
	padding-right: 0px;
	padding-left: 0px;
}

#items li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1.3em;
	left: 0px;
	margin-top: 0px;
	margin-left: -5px;
	_margin-left: 0px;
	z-index: 100;
	min-width: 120px;
	_width:120px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	font-size: 100%;
	_font-size: 90%;
	clear: both;
	background-color: #FFFFFF;
	line-height: 1.2em;
}

#items li ul li { /* second level list items */
	clear: both;
	padding-top: 5px;
	padding-left: 5px;
	padding-right:0px;
	font-weight: normal;
	list-style-type: none;
	min-width:100px;
	_width:110px;
}

#items li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}
#items li:hover ul, #items li.over ul { /* lists nested under hovered list items */
	display: block;
}

#items ul li a.active {
	color: #363c3d;
}
#items a {
	color: #363c3d;
}
#items a:hover {
	color: #363c3d;
	text-decoration: none;
}

#items ul li a:hover {
	text-decoration: underline;
}
