body {
	font-family: Verdana, Helvetica, Arial, Geneva, Sans-Serif;
	font-size: 69%;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: normal;
	word-spacing: normal;
	margin: 0px;
	padding: 0px;
	line-height:1.6;
}
body, h1, h2, h3, h4, h5, h6, p, a {
}
html {
	background: url(images/bg_main.png) #A97 repeat;
	color:#FFF;
}
a:link, a:visited, a:active {
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
h1 {font-size: 24px;}
h2 {font-size: 18px;}
h3 {font-size: 16px;}
h4 {font-size: 14px;}
blockquote {
	border: 1px dotted #fff; padding: 5px;
}
hr.gray {
	color: #E1E1E1;
	background-color: #E1E1E1;
	height: 1px;
	border: 0px solid #E1E1E1
}
.font9 {font-size:80%;}  /*renders 9px */
.font10 {font-size:90%;}  /*renders 10px */
.font11 {font-size:95%;}  /*renders 11px */
.font13 {font-size:100%;} /*renders 13px */ 
.font14 {font-size:107%;} /*renders 14px */
.font16 {font-size:122%;} /*renders 16px */
.font18 {font-size:136%;} /*renders 18px */
.white {color: #FFFFFF}
.black {color: #000000}
.brown {color: #674A25}
.green {color: #2b3118}
.red {color: #AA2222}
.gray {color: #828282}
.blue {color: #6699FF}
.notes {color: #959595}
.hilite {background-color: #CCFF33}
p {
	line-height: 14px; 
	padding-top: 1px;
	padding-bottom: 1px;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.lt {
	text-align: left;
}
.rt {
	text-align: right;
}
.i {
	font-style: italic;
}
.b  {
	font-weight: bold;
}
.u {
	text-decoration: underline;
}
.s {
	text-decoration: line-through;
}
.ub  {
	font-weight: bold; text-decoration: underline;
}
.ubi  {
	font-weight: bold; text-decoration: underline; font-style: italic;
}
img {
	border: none;
}
.thumb img
	padding: 5px;
	width: 200px;
	height: 150px;
	background: #eee;
	border: 1px solid #aaa;
}
div#headWrapper {
	width: 100%;
	text-align: center;
}
div#headContainer {
	background: url(images/bg_top.png) #352  repeat-x;
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	height: 106px;
	text-align: center;
}
div#logoContainer {
	margin: 0px auto;
	padding: 0px;
	height: 85px;
	width: 580px;
	text-align: center;
}
div#bodyWrapper {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: #FFFBEE;
}
div#bodyContainer {
	margin: 0px auto;
	padding: 0px;
	width: 850px;
	height: 100%;
	min-height: 100%;
	text-align: left;
	border-left: #000 0px solid;
	border-right: #000 0px solid;
}
div#leftContainer {
	margin: 0px auto;
	padding: 10px;
	float:left;
	height: 50%;
	width: 720px;
	border: 0px;
}
div#rightContainer {
	margin: 0px auto;
	padding: 0px;
	float:right;
	width: 260px;
}

div#menu {
	margin: 0px auto;
	padding: 0px;
	height: 60px;
	width: auto;
}
ul#menu {
	margin: 0px auto;
	padding: 0px;
	list-style-type: none;
	width: 650px;
	position: relative;
	display: block;
}
ul#menu li {
	padding: 1%;
	float: left;
}

#photos {
	margin: 0px auto;
	padding: 0px;
	width: 650px;
	text-align: center;
}
ul#photos {
	margin: 0px auto;
	padding: 0px;
	list-style-type: none;
	position: relative;
	display: block;
}
ul#photos li{
	margin: 4px;
	padding: 1px 1px 6px 1px;

	width: 200px;
	float: left;
	background-color: #2d4921;
}
.hide { /* allows text to be hidden from the browser */
	display: none; visibility: hidden; content: "&nbsp;";
}

#ibox_content { background: #222; border-color: #222; color: #fff; }
#ibox_wrapper { background: #222; border-color: #444; }
#ibox_footer_wrapper { left: 0; right: 0; top: 0; padding: 3px 10px; }
#ibox_footer_wrapper, #ibox_footer_wrapper a { color: #fff; background: #444; }
#ibox_footer_wrapper a { color: #aaa; font-weight: bold; text-decoration: none; padding: 0 3px; }
#ibox_content { margin: 25px 0 0 0; padding: 10px; }