body {
	margin: 0;
	padding: 0;
	background: #003311 url(../images/body.png) top left repeat-x;
	font-family: Georgia, "Times", serif;
	font-size: .9em;
	color: #000000;
}

h1, h2 {
	font-weight: normal;
}

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

a {
	color: #333333;
}

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

a img {
	border: none;
}

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

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


#wrapper {
	width: 940px;
	margin: 0 auto;
}

#header {
	margin: 0 auto;
	width: 940px;
	height: 120px;
	padding: 10px;
}

#menu {
	width: 940px;
	background: url('../images/nav.png') top right repeat-x;
}

#menu td {
	text-align: center;
}

#menu a {
	display: block;
	padding: 16px 8px;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	color: #ffffff;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .active {
	background: #eee8cc;
}

#menu .active a {
	color: #333322;
}
.content {
	clear: both;
	background: #eee8cc;
	width: 920px;
	padding: 10px;
}

.content img {
	padding: 1px;
	border: 1px solid #009900;
}

/* Subs */

.subs {
	width: 940px;
	text-align: center;
}

.subs .title {
	height: 48px;
	background: url('../images/subtitle.png') top center repeat-x;
}

.subs .subcontent {
	background: #eee8cc;
	text-align: left;
	padding: 10px;
}

/* Footer */

#footer {
	width: 100%;
	padding: 16px 0;
	text-align: center;
	font-size: smaller;
	color: #CCCCCC;
}

#footer a {
	color: #999999;
}

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

label span {
	background: transparent;
	color: #cc9966;
	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;
}
