html, body { height: 100%; }

body {
	background: url('img/bkgd.gif') repeat-x top left #fffa78; /* f2ff60 */
	color: #000;
	text-align: center;
	font-family: verdana, helvetica, tahoma, arial, sans-serif;
	font-size: 16pt;
	font-size: 100%;
}

* {
	padding:0;
	margin:0;
}

#container {
	width: 900px;
	text-align: center;
	margin: 0 auto;
	height: 100%;
	background: #fff;
	border-right: 1px solid #dbe93b;
	border-left: 1px solid #dbe93b;
}

#header {
	width: 100%;
	text-align: left;
	padding: 35px 0 35px 60px;
}

#header img {
	width: 679px;
	height: 91px; /* 141px */
	border: 0;
}

#navbar {
	float: left;
	width: 130px;
	text-align: left;
	padding: 0 22px 0 18px;
}

#navbar li {
	list-style-type: none;
	font-size: 70%;
	text-transform: uppercase;
	font-weight: bold;
	margin: 2px 0 10px;
	text-align: right;
}

#navbar li a {
	color: #836414;
	text-decoration: none;
}

#navbar li a:hover {
	color: #d0a640;
	text-decoration: underline;
}

#navbar li a.sel {
	color: #d0a640;
}

#content {
	float: left;
	margin: 0;
	width: 700px;
	/* text-align: left; */
}

#content a {
	color: #000;
}

#content a:hover {
	color: #836414;
}

#content p {
	font-size: 90%;
	text-align: left;
	margin: 0 0 15px;
	line-height: 150%;
}

#content ul {
	margin-bottom: 15px;
}

#content li {
	font-size: 85%;
	text-align: left;
	margin: 0 0 5px 20px;
}

#content h1 {
	font-size: 115%;
	text-align: left;
	margin: 0 0 15px;
	font-weight: bold;
}

#content h2 {
	font-size: 100%;
	text-align: left;
	margin: 20px 0 10px;
	font-weight: bold;
}

#content h3 {
	font-size: 90%;
	text-align: left;
	margin: 5px 0 15px;
	font-style: italic;
	font-weight: bold;
}

.pic {
	width: 700px;
	height: 250px;
	margin: 0 0 10px;
}

#footer {
	clear: left;
	width: 880px;
	height: 30px;
	padding: 25px 10px;
}

#footer p {
	font-size: 60%;
	text-align: center;
	color: #999;
}

.gray {
	color: #817053;
}

.green {
	color: #8b7e2d;
}

.below {
	margin-bottom: 25px;
}

.above {
	margin-top: 25px !important;
}

.left {
	float: left;
	margin-right: 15px;
}

.right {
	float: right;
	margin-left: 15px;
}

.box {
	border: 3px double #8b7e2d;
	padding: 10px;
	float: left;
	margin-right: 25px;
	background: #ddd;
	width: 225px;
	text-align: center;
}

.clear {
	clear: both;
}

.divider {
	height: 1px;
	width: 100%;
	background: #8f8f5b;
	margin: 35px 0 25px;
}

/* STYLES FOR CROSSFADER */

div.cf_wrapper
{
	position: relative;
}

div.cf_element
{
	width: 700px;
	height: 250px;
	background-color: #fff;
	border: 0;
}

.hilite {
	color: #cc0000;
}
