html, body 
{
	height: 100%;
}

body {
	background: #FFFFFF url(images/gradient.png) repeat-x top left;
	color: #000;
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

img 
{
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	color: #000;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h1 {
	font-size: 1.7em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.3em;
}

div.content {
	float: left;
	display: inline;
	width: 69.5%;
}

div.content div.padding 
{
	padding: 20px;
}

div.footer 
{
	padding-top: 10px;
}
div.footer ul 
{
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
}
div.footer ul li 
{
	display: inline;
	list-style-type: none;
	margin: 0px 5px;
	font-size: 0.9em;
}
div#ultimize a {
	display: block;
	width: 10px;
	height: 13px;
	margin: auto;
	overflow: hidden;
	text-indent: -10000px;
	background: transparent url(/images/ultimize.png) no-repeat top left;
}
div#ultimize 
{
    clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}

h1#logo 
{
    width: 919px;
    height: 205px;
    min-height: 205px;
    background: #ffffff url(/images/top.jpg) no-repeat left top;
    text-indent:-9999px;
    margin: 0 auto 0 auto;
    padding: 0;
}

ul.menu {
    width: 919px;
    margin: 0 auto 0 auto;
    padding: 0;
    list-style-type: none;
}

ul.menu li 
{
    float: left;
}

ul.menu li a 
{
    display: block;
    margin-right: 20px;
    color: #819e63;
	text-decoration: none;
}

ul.menu li.current a {
	font-weight: bold;
}

ul.menu li.current ul a {
	font-weight: normal;
}

ul.menu li a:hover 
{
	text-decoration: underline;
}

ul.menu li ul  
{
	display: none;
	position: absolute;
	background: #fff;
	border: 1px solid #809d62;
	padding: 0px 10px 0px 10px;
	margin:0;
	list-style-type:none;
	text-align: left;
}

ul.menu li ul li 
{
    float: none;
    display: block;
    margin:0;padding:4px 0px 4px 0px;
    border: 0px;
}

div.clearfix { overflow: hidden; width: 100%; }

div#content 
{
    clear: both;
    width: 919px;
    margin: 20px auto 0 auto;
    text-align: left;
}

#sidebar {
	width: 200px;
	float: left;
	border-right: 1px solid #ccc;
	padding-right: 20px;
	margin: 20px 0;
}
#page {	
	width: 678px;
	float: right;
	margin: 20px 0;
	border-left: 1px solid #ccc;
	padding-left: 20px;
	margin-left: -1px;
}

div#footer 
{
    width: 919px;
    background-color: #809d62;
    color: #ffffff;
    text-align: center;
    margin: 20px auto;
    clear: both;
    padding-top: 3px;
    padding-bottom: 3px;
}

ul.categories {
	list-style: none;
	padding: 0; 
	margin: 0;	
}
ul.categories li { border-bottom: 1px dotted #ccc; padding: 5px; }
ul.categories li a {
	color: #809d62;
}

a:link, a:visited, a:active {
	color: #809d62;		
}
a:hover { text-decoration: none; }
