* {
	margin: 0;
	padding: 0;
}

body {
background: #e1f2d0 url(images/bg.jpg) repeat-y top center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 20px;
color: #222;
}

a {
text-decoration: none;
color: #75B03C;
}
a:hover {
text-decoration: underline;
color: #111;
}
a img {
text-decoration: none; 
border: none;
}
#wrap {
margin: 0 auto;
width: 800px;
}

#header {
height: 100px;
background: #e1f2d0 url(images/header.jpg) repeat;

}
#header h1 { 
font-size: 28px;
letter-spacing: -1px;
padding: 15px 0 0 20px;
color: #fff;
font-weight: bolder;
}
#header h1 a { 
color: #fff;
text-decoration: none;
font-weight:bolder;
letter-spacing: -2px;
letter-spacing: 1px;	
}
#header h1 a:hover {
color: #000;
letter-spacing: 1px;	
}
#header h2 {
font-size: 16px;
color: #c80;
padding: 0px 0 5px 20px;
letter-spacing: -1px;
letter-spacing: 1px;	
}

#menu ul
{
background-image: url(images/menu_bg.png);
margin: 0 auto;
padding: 0;
height: 30px;
width:780px;
list-style-type: none;
text-align: center;
}
#menu ul li 
{ 
float: left; 
}
#menu ul a
{
background-image: url(images/menu_bg_divider.png);
background-repeat: no-repeat;
background-position: right;
padding-right: 20px;
padding-left: 20px;
display: block;
line-height: 30px;
text-decoration: none;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
color: #7ccf7f;
}
#menu ul li a:hover
{
color: #fff;
}

#content {
background: #e1f2d0 url(images/content.jpg) repeat-y;
padding: 0 20px;
}

#mail {
float: right;
text-align: right;
}
.right {
float: right;
width: 570px;
text-align: justify;
padding-top: 20px;
}
.right h2 {
font-size: 18px;
padding-left: 10px;
height: 30px;
line-height: 30px;
background: #fff url(images/contenth2.jpg) no-repeat;
color: #fff;
}
.right h2 a {
text-decoration: none;
color: #fff;
}
.right h2 a:hover {
color: #111;
}
.right ol {
padding: 0px 0px 0px 20px;
}
.right ul {
padding: 0px 0px 0px 20px;
}
.left {
float: left;
width: 180px;
padding-top: 10px;
}
.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 30px;
line-height: 30px;
background: #E9CF16 url(images/menuh2.jpg) no-repeat;
color: #fff;
font-size: 13px;
}
.left ul {
padding: 10px 0 15px 20px;
list-style-type: square;
color: #75B03C;
}
.left ul li a {
text-decoration: none;
font-weight: 600;
}
.left ul li a:hover {

}

.footer {
text-align: center;
font-size: 11px;
color: #666;
margin-top: 40px;
border-top: 1px dotted #aaa;
padding-top: 10px;
}
.footer a { color: #aaa; }
.footer a:hover { color: #111; }

.font16px {
font-size:15px; 
line-height:24px; 
color:#444;
letter-spacing:2px;
}
.f15 {
font-size:15px; 
}
.f12 {
font-size:12px; 
}
.g {
	color:#009900;
}
.b {
font-weight:bold;
}
.red {color:#FF0000;}