* {
	margin: 0;
	padding: 0;
}

body {
background: #e1f2d0 url(images/bg.jpg) repeat-y top center;
font-family:  Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
color: #000;
}



a {
text-decoration: none;
color: #600;
}
a:hover {
text-decoration: underline;
color: #111;
}


#wrap {
margin: 0 auto;
width: 1000px;
//margin: 0 130px;
}

#header {

height: 240px;
background: #e1f2d0 url(images/header.jpg) no-repeat top center;

}
#header h1 { 
font-size: 28px;
letter-spacing: -1px;
padding: 15px 0 0 20px;
color: #600;
text-align:left;
}
#header h1 a { 
color: #600;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
text-align:left;
}
#header h1 a:hover {
color: #600;
text-align:left;
}
#header h2 {
font-size: 19px;
color: #600;
padding: 5px 0 0 20px;
letter-spacing: -1px;
font-weight: 100;
}
#header h3 {
font-size: 16px;
color: #fff;
padding: 140px 0 0 20px;
letter-spacing: -1px;
font-weight: 3000;
}
#header h4 {
font-size: 16px;
color: #fff;
padding: 2px 0 0 20px;
letter-spacing: -1px;
font-weight: 3000;

}

#menu {
height: 30px;
line-height: 30px;
background: #e1f2d0 url(images/menu.jpg) no-repeat;
}
#menu ul {
list-style-type: none;
padding-left: 140px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: 600;
font-size: 12px;
color: #000;
}
#menu ul li a:hover {
color: #ff0;
text-decoration: none;
}

#content {

padding: 0 12px;
}

.right {
background: url(images/content.jpg) no-repeat ;

width: 908px;

float: right;
text-align: justify;
padding-top: 20px;
padding-left: 40px;
padding-right: 40px;
}
.right h2 {
font-size: 18px;
font-weight: 100;
padding-left: 10px;
height: 30px;
line-height: 24px;
}
.right h2 a {
text-decoration: none;
color: #000;
}
.right h2 a:hover {
color: #600;
}
.right img {margin-left: 10px;
margin-right: 10px;
}



.footer {

text-align: center;
font-size: 18px;
color: #000;
margin-top: 30px;
border-top: 1px dotted #aaa;
padding-top: 10px;
}
.footer a { color: #000; }
.footer a:hover { color: #600; }

h1{
font-size:14px; text-decoration:none; text-align:center;
padding-top:20px;}

