/* RESET */
html, body, h1, h2, h3, h4, h5, h6, p, ul, li, ul, form, dl, dt, dd {
	margin: 0;
	padding: 0;
}

body {
	color: #111d0d;
	font: 75%/140% Verdana, Arial, Helvetica, sans-serif;
	background: #0d190b url(images/bodybk.jpg) repeat-x;
	text-align: center;
}

.clear {
	clear: both;
}


h2 {
	background: #c6c8bb;
	color: #3e5a43;
	font-size: 1.4em;
	font-weight: normal;
	margin-bottom: 12px;
	padding: 5px;
	border-bottom: solid 1px #455842;
}

h3 {
	color: #666;
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 4px;
}

h4 {
	color: #333;
	font-weight: normal;
	font-size: 1.4em;
	margin-bottom: 4px;
}

p {
	margin-bottom: 14px;
}

ul {
	margin: 24px;
}

li {
	list-style: square;
}

a {
	color: #5a7402;
}

a:hover {
	color: #333;
}

.inner {
	width: 770px;
	margin: 0 auto;
}

#header .inner {
	background: url(/images/header.jpg) no-repeat top center;
	height: 189px;
}


#content-container {
	text-align: left;
	background: #ddded6;
	margin: 0 auto;

}

#content {
	width: 510px;
	float: left;
	padding: 30px 0;
}

#news {
	padding: 5px;
}

#news h3 {
	background: url(images/newsitem.gif) no-repeat 0 2px;
	color: #435b45;
	font-size: 1.1em;
	font-weight: bold;
	padding-left: 15px;
}

.date {
	color: #333;
	font-size: .9em;
}

#news p {
	padding-left: 15px;
}


#links {
	padding: 5px;
	margin: 0;
}

#links dt a {
	background: url(images/link.gif) no-repeat 0 4px;
	color: #435b45;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	padding-left: 16px;
}

#links dd {
	padding-bottom: 14px;
	margin-bottom: 7px;	
	padding: 0 0 14px 14px;
}

#side-bar {
	background: url(images/siderepeat.gif) repeat-y;
	float: right;
	width: 240px;
	margin: 10px 0 30px 0;
}

#side-bar ul {
	background: url(images/sidebk.gif) no-repeat;
	padding: 24px;
	margin: 0;
}


#side-bar li {
	list-style: none;
}

#side-bar li a {
	color: #070f04;
	font-size: 1.1em;
	text-decoration: none;
	padding: 5px;
	display: block;
	border-bottom: solid 1px #58693b;
	height: 1%; /*IE*/
}

#side-bar li a:hover {
	background: #efefef;
}

#side-wrap {
	background: url(images/sidebtm.gif) no-repeat bottom;
	padding-bottom: 22px;
}

ul#sub-nav {
	background: none;
	margin: 0;
	padding: 0;
}

ul#sub-nav li a {
	color: #efefef;
	background: #4e5834;
	padding: 2px 12px;
	height: 1%; /*IE*/
}

ul#sub-nav li a:hover {
	background: #c8de91;
	color: #4e5834;
}

#footer {
	color: #b5cc7a;
	text-align: left;
	height: 150px;
	padding-top: 14px;
	clear: both;
}

#footer ul {
	margin: 0;
}

#footer li {
	list-style: none;
	display: inline;
	margin-left: 2px;
}
#footer li a {
	color: #b5cc7a;
}

/* Form Stuff */

.input {
	width: 300px;
	padding: 4px;
}

#comments {
	width: 300px;
	padding: 4px;
	height: 90px;
}

.warning {
	color: #ff0000;
}

.thumb-left {
	background: #c6c8bb;
	margin-bottom: 22px;
	padding: 5px;
	border: solid 1px #4e5834;
	float: left;
}

.holder {
	clear: both;
	border-bottom: solid 1px #999;
	margin-bottom: 26px;
}


.holder .clear {
	margin: 0;
	height: 1px;
	visibility: hidden;
}

.description {
	margin-left: 0px;
	float: right;
	width: 380px;
}

.description h3 {
	font-size: 1.3em;
	font-weight: normal;
	color: #070f04;
	margin-bottom: 4px;
}
.cost {
	font-size: 1.1em;
	font-weight: bold;
}


.thumb-holder {
	text-align: center;
	background: #c6c8bb;
	border: solid 3px #455842;
	width: 110px;
	height: 110px;
	float: left;
	margin: 4px 4px 14px 4px;
}
.image a {
	border: none;
	text-decoration: none;
	display: block;
}

.image a:hover {
	background: #eee;
}