body {
	font: 1em Arial, Helvetica, sans-serif;
	text-align: center; /* Fix for IE6 centering*/
	background: #FFCC00 url(images/sidepanel-yellow.png) repeat-y 900px top;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}
/* Tag Styles */
h1 {
	color: #32CDCD;
	font: normal 1.2em Impact, Arial, Helvetica, sans-serif;
}
h2,h3,h4,h5 {
	color: #32CDCD;
	font-weight: normal;
	margin-bottom: -10px;
	font-family: Impact, Arial, Helvetica, sans-serif;
}
p {
	font-size: 0.9em;
	line-height: 1.8em;
}
img {
	border-width: 0px;
}
a:link {
	color: #FFCC00;
	text-decoration: none;
}
a:visited {
	color: #FF9900;
	text-decoration: none;
}
a:hover {
	color: #FFFF33;
	text-decoration: underline;
}
/* Style Classes */
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.floatleft {
	float: left;
}
.padpicture_rt {
	margin-right: 6px;
}
.clearfloat {
	clear: both;
}
.padding {
	padding-right: 20px;
	padding-left: 20px;
}
.space {
	height: 15px;
}
.widgetbg {
	background: #CCC;
}
.colortxt {
	color: #FFCC00;
}
 /* Outer wrapper */
#wrapper {
	background: #000000 url(images/smalltree-logo.gif) no-repeat right top;
	width: 900px;
	text-align: left;
}
#splashwrapper {
	background: #000000 url(images/largetree-logo.gif) no-repeat right top;
	width: 900px;
	text-align: left;
}
/* header */
#header {
	margin: 0px;
	padding: 0px;
}
#header h1 {
	padding-top: 30px;
	padding-bottom: 30px;
	margin: 0 0 0 20px;
	color: #FFCC00;
}
/* Navigation */
#nav {
	background: url(images/YTM-littlelogo.gif) no-repeat left top;
	width: 220px;
}
#nav ul {
	list-style: none;
	padding: 85px 0px 0px 30px;
	margin: 0px;
}
#nav ul li {
	display: block;
	text-align: center;
}
#nav ul li a {
	text-decoration: none;
	color: #FFCC00;
	padding: 10px 50px;
	margin: 0px;
	font-weight: normal;
	font-size: 0.75em;
	line-height: 3.5em;
	background: url(images/navleaves.gif) no-repeat 10px 5px;
}
#nav ul li a:hover {
	color: #FFFF99;
	background: url(images/navleaves.gif) no-repeat 10px -25px;
}
/* Content areas */
#content {
	width: 680px;
	margin-top: -324px;
	margin-left: 220px;
}
#content ul li {
	color: #FFFFFF;
}
#main {
	padding: 60px 40px 10px;
}
#splash {
	height: 320px;
}
#midsection {
	height: 120px;
}
#midtitle {
}
#midtitle h1 {
	padding: 5px 0px 15px 50px;
	text-align: left;
	color: #FFFFFF;
	margin: 0px;
	font-weight: normal;
	font-size: 1.3em;
}
#funthings {
	height: 160px;
	margin: 0px;
	padding-left: 50px;
	background: url(images/greyband.gif) repeat-x;
	border-style: none;
}
#funthings  a img {
	border-style: none;
	text-decoration: none;
	border-top-width: 0px;
}
#funthings   a:hover  img {
	text-decoration: none;
	border-style: none;
}
/* Contact Form */
#contactform fieldset {
	background: #CCCCCC;
	padding: 10px;
	width: 500px;
	border: 1px dotted #FFCC00;
}
#contactform legend {
	color: #333333;
	padding: 8px 10px;
	font-weight: bold;
	background: #FFCC00;
}
#contactform ul {
	margin: 0px;
	padding: 0px;
}
#contactform li {
	list-style: none;
	clear: both;
}
#contactform label {
	display: block;
	font-weight: bold;
	width: 110px;
	color: #333333;
	float: left;
	padding: 0px 15px 10px 10px;
	text-align: right;
}
#contactform label, input, select, textarea, li, fieldset {
	color: #333333;
	font: 0.95em Arial, Helvetica, sans-serif;
}
#contactform input, textarea {
	margin-bottom: 5px;
	border: 1px dotted #FFCC00;
}
#contactform p label {
	display: inline;
}
#contactform #submit {
	width: 80px;
	font-size: 1em;
	font-weight: bold;
	background: #FFFFFF;
}
/* Footer and Footer Navigation*/
#footer {
	font-size: 0.75em;
	background: #000000;
	padding-top: 20px;
	text-align: center;
}
#footer ul {
	list-style: none;
}
#footer ul li {
	display: inline;
}
#footer ul li a {
	color: #999999;
	text-decoration: none;
	padding-right: 12px;
	padding-left: 12px;
}
#footernav ul li a:hover {
	color: #FFCC00;
	text-decoration: none;
}
#footer p {
	font-size: 0.8em;
	color: #84540B;
}
/* Toggle Buttons for Theme CSS Switch */
#grunge {
	font-size: 0.75em;
	font-weight: bold;
	color: #32CDCD;
	background: #333333;
	display: block;
	float: left;
	width: 140px;
	border-width: 0px;
	border-style: none;
	margin: 0px 20px 0px 0px;
}
#tree {
	color: #FFCC00;
	font-weight: bold;
	font-size: 0.75em;
	background: #333333;
	display: block;
	width: 140px;
	border-width: 0px;
	border-style: none;
	margin: 0px;
}
#theme {
	margin: 0px;
	height: 500px;
	text-align: center;
}
#form1 {
	width: 300px;
	margin: 30px auto 0px;
}
