body {
background:#fff;
font-family:Arial;
font-size:12px;
line-height:16px;
color:#444;
}

a {
color:#8BBF3F;
text-decoration:none;
}

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

hr {
color: #E0E0E0;
background-color: #E0E0E0;
height: 1px;
border:0;
}

h1 {
font-size:16px;
line-height:30px;
height:30px;
padding-left:40px;
color:#333;
background:#eee url(../images/h1.gif) left no-repeat;
margin-bottom:10px;
}

h2 {
font-size:16px;
line-height:30px;
height:30px;
padding-left:40px;
color:#fff;
background:#8BBF40 url(../images/h2.gif) left no-repeat;
margin-bottom:10px;
}

h3 {
font-size:16px;
line-height:30px;
height:30px;
padding-left:40px;
color:#C00;
background:#eee url(../images/h1.gif) left no-repeat;
margin-bottom:10px;
}

#container {
position:relative;
width:950px;
height:auto;
overflow:hidden;
margin:0 auto;
}

#top {
position:relative;
width:950px;
height:50px;
}

#logo {
position:relative;
float:left;
display:inline;
width:316px;
height:25px;
margin-top:12.5px;
}

#slogan {
position:relative;
float:right;
display:inline;
width:500px;
height:50px;
}

#container-in {
position:relative;
width:948px;
height:auto;
border:1px solid #eee;
}

#banner {
position:relative;
width:946px;
height:336px;
margin:1px 0 0 1px;
clear:both;
}

#nav {
position:relative;
background:#8BBF40;
width:946px;
height:35px;
margin:0 0 0 1px;
clear:both;
line-height:35px;
text-align:center;
}

#nav ul {
position:relative;
margin:0;
}

#nav ul li {
position:relative;
float:left;
display:inline;
}

#nav ul li a {
position:relative;
background:#8BBF40;
text-decoration:none;
color:#fff;
font-size:13px;
display:block;
padding:0 10px;
}

#nav ul li a:hover {
position:relative;
background:#95CE45;
}

#content {
position:relative;
background:#f5f5f5;
width:948px;
height:auto;
overflow:hidden;
clear:both;
}

#content-in {
position:relative;
padding:10px;
}

#content-left {
position:relative;
float:left;
display:inline;
width:250px;
height:auto;
text-align:justify;
}

#content-left ul {
position:relative;
margin:15px 0 15px 30px;
}

#content-left ul li {
position:relative;
list-style:square;
color:#8BBF3F;
text-transform:uppercase;
}

#content-right {
position:relative;
float:right;
display:inline;
width:658px;
height:auto;
text-align:justify;
}

#content-right ul {
position:relative;
margin:15px 0 15px 30px;
}

#content-right ul li {
position:relative;
list-style:square;
}

#footer {
position:relative;
width:950px;
height:35px;
line-height:35px;
clear:both;
margin:0 auto;
}

#footer-left {
position:relative;
width:auto;
float:left;
display:inline;
}

#footer-right {
position:relative;
width:auto;
float:right;
display:inline;
}

.red {
color:#C00;
}