html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: #daae63 url('../images/tile.jpg') top left;
	color: #000000;
	font: 14px "Times New Roman", Times, serif;
	min-width: 900px;
	text-align: center;
}

img {
	border: none;
}

p, ul, li, h1, h2, h3, h4, h5, h6, dl, dt, dd, form, input, textarea, blockquote, pre {
	margin: 0 0 .8em 0;
}

/* Headings - Generic styles */
h1, h2, h3, h4, h5, h6 {
	background: transparent;
	color: #117711;
	font-weight: normal;
	letter-spacing: .1em;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	color: #89cc94;
}

/* Quotations */
blockquote {
	font-style: normal;
	text-indent: -.7em;
}

blockquote cite {
	display: block;
	font-style: normal;
	margin: .8em 0 0 .6em;
}

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

label span {
	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;
	margin-top: .5em;
	padding: 2px;
}

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

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

#subject {
	width: 440px;
}

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

/* Anchors */

a:link {
	background: transparent;
	color: #117711;
}

a:visited, a:hover, a:focus, a:active {
	background: transparent;
	color: #000000;
}

/* Lists */
#content ol {
	list-style-position: inside;
	list-style-type: lower-roman;
}

#content ul {
	list-style-type: none;
}

#content ul li {
	background: transparent url('../images/li_bullet.gif') no-repeat 0 4px;
	padding-left: 18px;
}

#content dt {
	font-weight: bold;
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 900px;
}

/* Heading Layout */
#heading {
	width: 900px;
	padding: 10px 0;
}

#frame {
	width: 563px;
	height: 118px;
	padding: 8px;
	background: #663300 url(../images/frame.png) top left no-repeat;
	float: right;
}

/* Content Layout */

#content-left {
	float: left;
	width: 200px;
	color: #ffcc99;
}

#content-left a:link, a:visited {
	color: #ffcc99;
	text-decoration: none;
}

#content-left a:hover, a:focus, a:active {
	color: #ffffff;
}

#content-left .title {
	width: 175px;
	height: 18px;
	padding: 8px;
	margin: 0 auto 10px auto;
	background: url(../images/title_sm.png) top center no-repeat;
	text-align: center;
	color: #000000;
	font-weight: bold;
}
#nav {
	width: 190px;
	background: #663300;
	border: 3px solid #330000;
	padding: 5px;
}

#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.sub_left {
	width: 190px;
	background: #996633;
	border: 3px solid #330000;
	padding: 5px;
	margin: 10px 0px;
}

#content-right {
	float: right;
	width: 670px;
	padding: 5px;
	background: #e1cc88;
	border: 3px solid #663300;
}

#content-right .title {
	width: 640px;
	height: 31px;
	padding: 15px;
	margin: 0 auto 10px auto;
	background: url(../images/title_lg.png) top center no-repeat;
	text-align: center;
	color: #000000;
	font-size: 1.75em;
}

/* Footer */
#footer {
	clear: both;
	height: 34px;
	padding: 10px 0;
	text-align: center;
	color: #FFFFFF;
	background: #996633 url(../images/footer.gif) top center repeat-x;
}

#footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover, #footer a:focus, #footer a:active {
	color: #ffcc99;
}
