html, body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #443344;
	background: #666666;
}
body {
	margin: 0px;
	padding: 0px;
}
#page {
	margin-left: auto;
	margin-right: auto;
	background: url(images/head-bg.jpg) no-repeat center top;	
}
#header {
	width: 700px;
	height: 110px;
	vertical-align: top;
}
#top {
	text-align: right;
	padding: 5px;
	height: 0px; /* 74-20-10 */
}
#top a {
	color: #330033;
	font-size: 11px;
	text-decoration: none;
}
#menu {
	padding-bottom: 10px;
	text-align: right;
	margin-right: 20px;
}
#menu li {
	display: inline;
	margin-left: 10px;
	padding-left: 4px;
	padding-bottom: 2px;
}
.wrapper #page #header a {
	color: #003300;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	/* line-height: 18px;*/
	height: 18px;
}
#menu a {
	color: #330033;
}
.wrapper #page #header #menu a:hover, #content a  {
	color: #006666;
}
#content {
	padding-right: 20px;
	padding-left: 20px;
	font-size: 12px;

}

#content li {
	margin-bottom: 0.3em;
}

#content h1, h2, h3, h4 {
	color: #330033;
	margin-bottom: 10px;
}
#content h1 {
	font-size: 20px;
	padding-top: 15px;
}
#content h2 {
	font-size: 16px;
	padding-top: 10px;
}
#content h3 {
	font-size: 14px;
	padding-top: 5px;
}
#content h4 {
	font-size: 12px;
	padding-top: 5px;
}
.footer {
	color: ffffff;
	background: #333366;
	text-align: right;
	padding-right: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 12px;
}
.footer a {
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
}
/* sticky footer */

.wrapper {
	width:700px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -31px;
	background: #FFFFFF url(images/Tree.gif) no-repeat 20px bottom;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}
.footer, .push {
	height: 28px; /* .push must be the same height as .footer */ /* -padding */
	width: 680px;
	margin-left: auto;
	margin-right: auto;
}

