* {
    padding: 0;
    margin: 0;
} 

body {
background: #fff;
font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 18px;
color: #000;
}

img { border: none; }
a { color: #666; text-decoration: none;}
a:hover { text-decoration: underline; color : #990; }

#wrap {
background: #fff;
margin: 0px auto 0px 0px;
width: 994px;
border: 0px solid: #000;
}

#header { 
background: #666;
height: 135px;
width: 994px;
}
#header h1 {
color: #519548;
font-size: 15px;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a {
color: #88c425;
text-decoration: none;
}
#header h1 a:hover {
color: #000;
text-decoration: none;
}
#header h2 {
color: #aaa;
font-size: 15px;
font-weight: 100;
letter-spacing: -1px;
line-height: 10px;
}

.spacer {
	width: 994px;
	height: 5px;
	background: #333;
}

.menu {
	background: #519548;
	width: 994px;
	border: 0px
	font-size: 25px;
	text-align: right;
}

.menu a {
color: #fff;
font-size: 11px;
letter-spacing: 5px;
text-decoration: none;
font-family: 'Trebuchet MS';
padding : 5px 0 5px 0;
}

.menu a:hover{
color: #000;
font-size: 11px;
letter-spacing: 5px;
text-decoration: none;
font-family: 'Trebuchet MS';
padding : 5px 0 5px 0;
}

.left {
margin-top: 0px;
background: #fff;
width: 760px;
height: auto;
float: left;
text-align: justify;
border: 0px solid #545454;
padding: 10px;
}
.left h2 {
color: #519548;
font-size: 18px;
letter-spacing: -1px;
font-weight: 100;
padding : 5px 0 5px 0;
}
.left ul {
list-style-type: square;
padding: 5px 10px 10px 20px;
color: #333;
}

.sub-menu {
	background: #519548;
	height: 25px;
	padding: 5px 5px 5px 5px;
	border: 0px solid #000;
}

.sub-menu h1{
color: #fff;
font-size: large;
letter-spacing: 2px;
font-weight: bold;
font-family: 'Trebuchet MS';
padding : 5px 0 5px 0;
}

.right {
margin-top: 0px;
background: #fff;
width: 182px;
height: auto;
float: right;
border: 2px solid #545454;
font-size: 12px;
margin: 10px 0px 10px 0px;
}
.right ul {
list-style-type: square;
padding: 5px 10px 10px 20px;
color: #333;
}
.right h2 {
height: 20px;
font-size: 12px;
color: #000;
line-height: 20px;
}
.right a { 
	text-decoration: none;
	font-size: 9px; 
	}

#footer {
background: #333;
margin-top: 0px;
text-align: right;
color: #fff;
font-size: 9px;
font-family: 'Trebuchet MS';
border: 0px solid #666;
padding: 3px;

}