* {
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 : 20px;
color : #222;
}

a {
text-decoration : none;
color : #006200;
}

a:hover {
text-decoration : none;
color : #111;
}

#wrap {
margin : 0 auto;
width : 800px;
}

#header {
height : 80px;
background : #e1f2d0 url(images/header.jpg) no-repeat;
}

#header h1 {
font-size : 38px;
letter-spacing : 1px;
padding : 25px 0 0 30px;
color : #fff;
}

#header h2 {
font-size : 19px;
color : #e1c70e;
padding : 5px 0 0 250px;
letter-spacing : -1px;
font-weight : 100;
}

#menu {
height : 30px;
line-height : 30px;
background : #e1f2d0 url(images/menu.jpg) no-repeat;
}

#menu ul {
list-style-type : none;
padding-left : 65px;
}

#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 : #000;
text-decoration : none;
}

#content {
background : #e1f2d0 url(images/content.jpg) repeat-y;
padding : 0 20px;
}

.right {
float : right;
width : 530px;
font-size : 12px;
padding-top : 10px;
padding-right: 40px;
}

.right h2 {
font-size : 18px;
font-weight : 600;
padding-left : 10px;
height : 30px;
line-height : 30px;
background : url(images/contenth2.jpg) no-repeat;
color : #fff;
}

.right ul {
list-style-type : circle;
list-style-position : inside;
padding-left: 25px;
}

.right p {
text-align : left;
color : #000;
}

.img1 {
float : right;
border : none;
margin : 0 0 0 5px;
}

.img2 {
float : left;
border : none;
margin : 2px 10px 0 5px;
}

.left {
float : left;
width : 170px;
padding-top : 0;
font-size : 11px;
line-height: 14px;
}

.left h2 {
margin : 10px 0 0 0;
padding-left : 10px;
height : 30px;
line-height : 30px;
background : #ffffff url(images/menuh2.jpg) no-repeat;
color : #fff;
font-size : 14px;
}

.left h2 a {
color: #ffffff;
}

.left h2 a:hover {
color: #75b03c
}

.left h3 {
margin : 0 0 0 0;
padding-left : 12px;
height : 25px;
line-height : 25px;
background : #ffffff url(images/menuh3.gif) no-repeat;
color : #fff;
font-size : 12px;
}

.left h3 a {
color: #ffffff;
}

.left h3 a:hover {
color: #000;
}

.left ul {
padding : 10px 0 15px 20px;
list-style-type : square;
color : #000000;
}

.left ul li a {
text-decoration : none;
font-weight : 600;
}

.article {
float : right;
width : 650px;
font-size : 12px;
padding-top : 10px;
padding-right : 60px;
padding-left :60px;
}

.article h1 {
font-size : 22px;
letter-spacing : 1px;
padding : 5px 0 0 5px;
color : green;
padding-bottom: 10px;
}

.article table {
table-layout:fixed;
font-size: 12px;
font-weight: 400;
}

.article p {
padding-left: 8px;
padding-right: 15px;
}

.article ul {
list-style-type : circle;
list-style-position : inside;
padding-left: 25px;
}

.footer {
text-align: center;
font-size: 11px;
color: #222;
margin-top: 40px;
border-top: 1px dotted #aaa;
padding-top: 10px;
}
.footer a { color: #222; }
.footer a:hover { color: #111; }


