body {
	margin: 0;
	padding: 0;
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
}

img {
	border: none;
}

a:link {
	color: #887528;
	text-decoration: none;
}

a:visited, a:hover, a:focus, a:active {
	color: #BBBBBB;
	text-decoration: underline;
}

h1, h2, h3, h4, h5 {
	margin: 0;
}

.wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

.header {
	color: #ffcc11;
	text-align: center;
}

.header h1 {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 2.5em;
}

.nav {
	position:relative;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 1.25em;
	background: url(../images/nav.jpg) bottom right no-repeat;
	min-height: 300px;
}

.nav ul {
	position: absolute;
	bottom: 0;
	list-style-type: none;
	padding: 0;
}

.nav ul li {
	margin: 0;
	padding: 2px 0;
}

.nav ul li a {
	color: #FFFFFF;
	font-weight: bold;
}

.nav .active {
	color: #ffcc11;
}

.content {
	background: #bb9911 url(../images/content_foot.png) bottom left no-repeat;
	padding-bottom: 10px;
}

.content a {
	color: #cccccc;
}

.content_top {
	min-height: 180px;
	padding: 10px;
	background: url(../images/content_top.png) top left no-repeat;
	overflow: hidden;
}

.footer {
	clear: both;
	text-align: center;
	font-size: .75em;
	padding: 10px;
}

.footer a {
	color: #ffcc11;
}

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

label span {
	color: #003300;
	font-size: .9em;
}

input, textarea, select {
	background: white;
	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, #who {
	width: 210px;
}

#subject {
	width: 440px;
}

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