body {
	background: url(/i/bg.jpg);
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #00461b;
}
a {
	color: #00461b;
	text-decoration: underline;
	cursor: pointer;
}
a img {
	border: 0px;
	text-decoration: none;
}
h2 {
	color: #a20e33;
	font-size: 25px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	line-height: 25px;
}
h3{
	color: #00461B;
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	line-height: 25px;
}

/* --- */

.sect { display: none; }
img.trans {behavior: url(/c/pngHack.htc);}
img.shadow {float: left;}
.float_right { float: right; margin: 0px 0px 15px 15px; }

/* --- */

#wrapper {
	width: 782px;
	margin: 0px auto 0px auto;
}
#container {
	width: 700px;
	float: left;
	background: #e5b365;
	padding: 0px 4px 4px 4px;
	text-align: left;
	position: relative;
}

/* --- */

#header {
	border: 14px solid #00461b;
	padding-bottom: 4px;
	position: relative;
	z-index: 1000;
}
*html #header {
	border: 0px;
}

/* --- */

#navWrap {
	background: #a20e33;
	height: 30px;
	text-align: center;
	z-index: 1000;
}
#nav {
	width: 590px;
	list-style: none;
	margin: 0px auto 0px auto;
	padding: 0px;
	z-index: 1000;
}
#nav li {
	float: left;
	margin: 0px;
	padding: 7px 0px 0px 0px;	
}
#nav a {
	display: block;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;	
	color: #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
.OpenNavTop { color: #e5b365; }
.ClosedNavTop { color: #FFFFFF; }
.cap a { border-right: 0px; }
#nav li ul {
	float: left;
	width: 275px;
	list-style-type: disc;
	margin-left: 0px;
	padding-left: 0px;
}
#nav li li {
	clear: both;
	width: 100%;
	color: #e5b365;
	text-align: left;
	margin: 0px;
	padding: 4px 0px 4px 0px;
}
#nav li li a {
	color: #FFFFFF;
	border: 0px;
}
#nav li li a:hover {
	text-decoration: underline;
}

.OpenNav, .ClosedNav {
	position: absolute;
	background: #00461b;
	width: 588px;
	padding-left: 112px;
	padding-bottom: 15px;
	z-index: 1000;
}
.OpenNav {
	left: -14px;
	top: 112px;
}
*html .OpenNav {
	left: 0px;
}
.ClosedNav {
	left: -999em;
}

/* --- */

#content {
	background: #fff2da;
}
#content_header {
	padding: 15px;
	position: relative;
	border-bottom: 4px solid #e5b365;
	background: #fff2da;
}
*html #content_header {
	border-top: 14px solid #00461b;
}
#content_header a {
	position: absolute;
	right: 15px;
	top: 20px;
	color: #e5b365;
	text-transform: uppercase;
	font-size: 12px;
}
*html #content_header a {
	top: 34px;
}
#left_panel {
	float: left;
	width: 390px;
	padding: 15px;
}
#right_panel {
	float: left;
	width: 240px;
}
#full_panel {
	width: 660px;
	padding: 15px;
}
.index #left_panel {
	width: 338px;
	padding: 0px;
}
.index #left_panel p {
	padding: 15px;
}
.index #left_panel img {
	margin-left: 15px;
}
.index #right_panel {
	text-align: left;
	width: 338px;	
}
#flashborder {
	width: 330px;
	height: 402px;
	border: 4px solid #e5b365;
}
.index {
	padding-bottom: 50px;
	padding-top: 20px;
}
*html .index {
	border-top: 14px solid #00461b;
}


/* --- */

#footer {
	position: relative;
	border-top: 4px solid #e5b365;
	background: #fff2da;
	height: 100px;
}
#footer #chard {
	position: absolute;
	right: 15px;	
	font-size: 10px;
}
#footer #chard a {
	color: #e5b365;
}
.footer_text {
	position: absolute;
	z-index: 1000;
	left: 80px;
	top: 1263px;
}
#footer p {
	color: #FFF3DE;
}

/* --- */

.form .label {
	width: 200px;
	margin-right: 20px;
	padding-right: 10px;
	float: left;
	font-weight: bold;
}
.form .field {
	float: left;
}
.form .desc {
	display: none;
}
.form textarea {
	width: 322px;
	height: 50px;
}

.form .standard {
	clear: both;
	margin-bottom: 5px;
	background: #FFE4AF;
	padding: 3px;
}
.form .errors, .form .legend { 
	display: none;
}

/* --- */

#cat_list {
	list-style: none;
}
#cat_list li {
	width: 32%;
	float: left;
	text-align: center;
	margin-bottom: 15px;
}
#cat_list a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

/* --- */

.post h2,
.post h3 {
	font-size: 16px;
	font-weight: bold;
}
#right_panel h2 {
	font-size: 16px;
	font-weight: bold;
}
.pagetitle {
	font-size: 18px;
}