/* CSS Reset from Eric Meyers */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.1em;
	font-family:Arial, Helvetica, sans-serif;
	color: #222;
	height: 100%;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	color: #34221e;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #5a6745;
}
h1, h2, h3, p {
	padding: 0 0 .9em 0;
}
h1 {
	font-size: 1.5em;
	color: #34221e;
}
h2 {
	font-size: 1.2em;
	color: #34221e;
}
h3 {
	font-size: 1em;
}
ul, ol {
	margin: 0 0 1em 1em;
}
li {
	margin: 0 0 0 1em;
}


/* Site Styles */
html, body {height: 100%;}
#wrap {
	margin: 0;
	padding:0;
	min-height: 100%;
}
#main {
	overflow:auto;
	padding-bottom: 50px;
}
#footer {
	position: relative;
	margin-top: -50px;
	height: 50px;
	clear:both;} 
/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

#header {
	background: url(../images/header_tree.jpg) no-repeat #96b366 top right;
	height: 150px;
	margin: 0;
	padding: 0 18px;
}
#header p {
	height: 150px;
	padding: 62.5px 0;
}
#content { 
	margin: 0;
	padding: 18px;
}
#content #left-col{
	width:  73%;
	float:  left;
}
#content #right-col{
	width:  25%;
	float:  right;
	background-color: #dee8ff;
	padding:  10px;
}
#footer {
	text-align: center;
	font-size: .9em;
	color: #333;
}
#footer a {
	color: #333;
	text-decoration: underline;
}
#footer a:hover {
	color: #5a6745;
}