﻿html {
background: #657418;
}


body {
margin:0 auto;
margin-top: 20px;
margin-bottom: 40px;
padding:0;
color:#000;
font: 12px/1.231 verdana, arial, helvetica, clean, sans-serif;
line-height: 180%
}


#wrap {
width:850px;
margin:0 auto;
background: #8b9c3b;
border-style: solid;
border-color: #d0d928;
border-top: 0px;
}


#header {
margin:0 auto;
background: url(images/header.jpg) no-repeat;
width:850px;
height: 260px;
border-style: solid;
border-color: #d0d928;
border-bottom: 0px;
}

.logo {
position: absolute;
margin-top: 12px;
margin-left: 15px;
}


#nav {
position: absolute;
margin-top: 68px;
margin-left: 9px;
padding:10px;
color: #e4ea9e;
}


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


#nav li {
display:inline;
margin:0;
padding:9px;
}


#nav a {
color: #cbdd55;
font-size: 113%;
}


#nav a:link {
color: #cbdd55;
text-decoration: none;
}

#nav a:visited {
color: #cbdd55;
text-decoration: none;
}

#nav a:hover {
color: #cbdd55;
text-decoration: underline;
}

#nav a:active {
color: #8b9c3b;
text-decoration: none;
background-color: #404b10;
}

#main {
background:#d0d928;
float:left;
width:620px;
color: #2a320f;
}

#main p {
padding-left: 50px;	
padding-right: 20px;	
}

#main a:link {
color: #061102;
text-decoration: underline;
}

#main a:visited {
color: #061102;
text-decoration: underline;
}

#main a:hover {
color: #061102;
text-decoration: underline;
}

h1,h2 {
padding-left: 50px;
padding-right: 20px;
}



#sidebar {
float:right;
width:210px;
padding:10px;
background: #8b9c3b;
color: #e6e650;
font-size: 113%;
line-height: 130%;
}


#sidebar a:link {
color: #e6e650;
text-decoration: none;
}


#sidebar a:visited {
color: #e6e650;
text-decoration: none;
}


#sidebar a:hover {
color: #e6e650;
text-decoration: underline;
}


#sidebar a:active {
color: #e6e650;
text-decoration: none;
background-color: #404b10;
}



#footer {
clear:both;
padding:5px 10px;
background-color: #5e692e;
color: #bed84d;
padding-left: 15px;
}


#footer a:link {
color: #bed84d;
}


#footer a:visited {
color: #d0d926;
}


#footer a:hover {
color: #2a320f;
}


#footer a:active {
color: #bed84d;
text-decoration: none;
}

* html #footer {
height:1px;
}
