﻿* {
	margin: 0;
	padding: 0;
}

body {
background: #217d00;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 15px;
line-height: 20px;
color: #555;
}

a {
text-decoration: underline;
color: #333;
}
a:hover {
text-decoration: underline;
color: #165200;
}

#wrap {
margin: 20px auto 10px auto;
width: 800px;
background: #fff;
padding: 10px;
border: 5px solid #165200;
}

#header {
height: 160px;
background: #999 url(images/header.jpg) no-repeat;
}
#header h1 {
font-family: Impact; 
font-size: 50px;
letter-spacing: 2px;
margin: 0px;
padding: 100px 0 0 25px;
color: #FF5500;
}
#header h1 a { 
color: #333;
text-decoration: none;
font-weight: 200;
letter-spacing: 0px;
}
#header h1 a:hover {
color: #555;
}

#menu {
width: 820px;
height: 30px;
position:relative;
left:-10px;
top:0px;
line-height: 30px;
background: #165200;
}
#menu ul {
list-style-type: none;
padding-left: 30px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 600;
font-size: 12px;
color: #fff;
}
#menu ul li a:hover {
color: #ccc;
text-decoration: none;
}

#content {
padding: 0 20px 20px 0;
}

.right {
float: left;
width: 740px;

padding-top: 5px;
padding-left: 2em;
}
.right h2 {
font: bold;
font-size: 24px;
font-weight: 600;
padding: 15px 0 7px 0;
margin-bottom: 20px;
color: #444;
}
.right h2 a {
text-decoration: underline;
}
.right h2 a:hover {

}
.right h3 {
font: bold;
font-size: 18px;
font-weight: 600;
padding: 0px 0 0px 0;
margin-top: 10px;
color: #333;
}
.left {
float: left;
width: 160px;
padding-top: 10px;
}
.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 24px;
line-height: 24px;
color: #7988AF;
font-size: 15px;
}
.left ul {
padding: 10px 0 15px 30px;
list-style-type: square;
color: #99AECD;
}
.left ul li a {
text-decoration: none;
font-weight: 600;
}
.left ul li a:hover {

}

#footer {
text-align: center;
font-size: 11px;
color: #aaa;
}

#footer a { color: #111; }
#footer a:hover { color: #333; }