﻿* {
	border-width: 0px;
	margin: 0;
	padding: 0;
}

body {
background: #e1f2d0 url("images_style/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: #75B03C;
}
a:hover {
text-decoration: underline;
color: #e1c70e;
}

#wrap {
margin: 0 auto;
width: 800px;
}

#header {
height: 150px;
background: #e1f2d0 url('images_style/header.png') no-repeat;
}
#header h1 { 
font-size: 28px;
letter-spacing: -1px;
padding: 15px 0 0 16px;
color: #fff;
}
#header h1 a { 
color: #fff;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #e1c70e;
}
#header h2 {
font-size: 19px;
color: #e1c70e;
padding: 5px 0 0 20px;
letter-spacing: -1px;
font-weight: 100;
}

#menu {
height: 30px;
line-height: 30px;
background: #fff url('images_style/menu.gif') no-repeat;
}
#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: #e1c70e;
text-decoration: none;
}

#content {
background: #e1f2d0 url("images_style/content.jpg") repeat-y;
padding: 0 20px;
}

.right {
float: right;
width: 569px;
text-align: justify;
padding-top: 10px;
padding-left: 10px;
border-left: 1px solid #679800;
}
.right h2 {
margin: 10px 0 0 0;
color: #fff;
font-size: 18px;
font-weight: 100;
padding-left: 10px;
height: 30px;
line-height: 30px;
background: #fff url('images_style/contenth2.gif') no-repeat;
}
.right h2 a {
text-decoration: none;
color: #fff;
}
.right h2 a:hover {
color: #e1c70e;
}

.left {
float: left;
width: 170px;
padding-top: 10px;
}

.left_text {
float: left;
width: 170px;
padding-top: 10px;
font-size: 12px;
text-decoration: none;
color: #75B03C;
font-weight: bold;
}

.green_bold_text {
font-size: 14px;
text-decoration: none;
color: #679800;
font-weight: bold;
}

.orange_bold_text {
font-size: 12px;
text-decoration: none;
color: #E1C70E;
font-weight: bold;
}

.little_text_b_i {
font-weight: normal;
color: #000000;
font-size: 7pt;
font-style: italic;
text-align: center;
}

.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 30px;
line-height: 30px;
background: #fff url("images_style/menuh2.gif") 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: 10px;
color: #aaa;
margin-top: 40px;
border-top: 1px dotted #aaa;
padding-top: 10px;
}
.footer a { color: #aaa; }
.footer a:hover { color: #111; }

