body {
	margin: 0;
	padding: 0;
	background: #686e24 url(../images/bg.jpg) top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

h1, h2 {
	font-weight: normal;
}

p, ol, ul {
	margin-top: 0;
	line-height: 180%;
}

a {
	color: #003300;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

.gradient {
	width:100%; 
	background: url('../images/top_gradient.jpg') top center repeat-x;
}

/* Header */

#header {
	margin: 0 auto;
	width: 810px;
	height: 319px;
	background: url('../images/banner.jpg') top center no-repeat;
	text-align: center;
}

#logo {
	padding: 4px;
}

#menu {
	text-transform: uppercase;
	text-align: center;
	width: 100%;
}

#menu a {
	padding: 12px;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
	color: #343434;
}

#menu a:hover {
	text-decoration: underline;
	color: #259900;
	/* background: #fbebbe; */
}

#menu .active a {
	text-decoration: underline;
	color: #DDDDDD;
}

#wrapper {
	background: url('../images/shadow.png') top center repeat-y;
	width: 760px;
	padding: 0 3px;
	margin: 0 auto;
}

#content {
	background: #fbebbe url('../images/content.jpg') top center repeat-y;
	padding: 5px;
}

#footer {
	clear: both;
	padding: 16px 0;
	text-align: center;
	font-size: smaller;
	color: #999999;
}

#footer a {
	color: #CCCCCC;
}

/* Forms */
label {
	background: transparent;
	color: #666666;
	display: block;
	font-size: .9em;
}

label span {
	background: transparent;
	color: #003300;
	font-size: .8em;
	text-transform: uppercase;
}

input, textarea, select {
	background: white url('../images/form_inputtext.gif') repeat-x 0 0;
	border: 1px solid #CCCCCC;
	color: #666666;
	font: .9em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	padding: 2px;
}

#contactform table td {
	padding: 0 10px 4px 0;
}

#name, #email {
	width: 210px;
}

#subject {
	width: 440px;
}

#message {
	width: 440px;
	height: 140px;
}

