* {
margin: 0;
padding: 0;
}

body {
background: #333 url("images/back.gif") repeat;
text-align: center;
font: normal 11px/18px verdana, arial, tahoma, sans-serif;
color: #333;
padding-top: 40px;
}

a {
color: blue;
text-decoration: none;
}

a:visited {
text-decoration: none;
}

a:hover {
color: #2A9022;
}

#header {
float: left;
width: 210px;
height: 210px;
background-color: #000;

}
#header2 {
float: left;
width: 668px;
height: 210px;
background-color: #000;
border-left: 1px solid #fff;
}



#wrapper {
width: 880px;
background: #fff url("images/sidebar.gif") repeat-y;
background-position: 0 0;
border: solid 10px #fff;
margin: 0 auto;
text-align: left;
}

h1 {
width: 200px;
height: 30px;
background-color: #333;
margin: 1px 1px 1px 0;
float: left;
font: bold 16px/30px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
color: #2A9022;
cursor: default;
}


h2 {
width: 659px;
height: 30px;
background-color: #2A9022;
float: left;
font: bold 16px/30px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
color: #fff;
margin-top: 1px;
cursor: default;
}


h5 {

font: bold 12px/16px arial arrow;

color: #2A9022;
margin-top: 1px;
cursor: default;
}

h6 {
width: 659px;
height: 30px;
background-color: #333;
float: left;
font: bold 16px/30px arial, verdana, tahoma, sans-serif;
text-align:center;
padding-left: 10px;
margin-left:-15px;
color: #fff;
margin-top: 1px;
cursor: default;
}

#nav {
list-style: none;
z-index: 2;
border-right: 1px solid #fff;
height: 210px;
width: 210px;
}

#nav li a {
color: #fff;
font: normal 11px/24px verdana, arial, tahoma, sans-serif;
display: block;
width: 200px;
height: 24px;
background-color: #000;
border-bottom: 1px solid #fff;
padding-left: 10px;
text-decoration: none;
}

#nav li a:hover {
background-color: #2A9022;
}

#current a {
background-image: url("images/bullet.gif");
background-repeat: no-repeat;
background-position: 100% 50%;
background-color: #333;
}

#sidebar {
width: 190px;
background-color: #ccc;
float: left;
position: relative;
left: -17px;
margin-left: -192px;
border-top: 1px solid #fff;
font: normal 10px/18px verdana, arial, tahoma, sans-serif;
padding: 8px;
}

#sidebar_menu {
list-style: none;
z-index: 2;

height: 210px;
width: 175px;
}

#sidebar_menu li a {
color: blue;
font: normal 11px/24px verdana, arial, tahoma, sans-serif;
display: block;
width: 175px;
height: 24px;
background-color: #ccc;
border-bottom: 1px solid #fff;
margin-left: 0px;
text-decoration: none;
}

#sidebar_menu li a:hover {
color: #fff;
background-color: #2A9022;
}

img {
border: none;
}

a img {
display: block;
margin-bottom: 20px;
border: 1px solid #fff;
}

a:hover img {
border-color: #f00;
}

#content {
float: left;
width: 650px;
margin: 1px 0 0 1px;
}


#dic {
margin-top: 5px;
font: normal 13px/28px verdana, arial, tahoma, sans-serif;
font-weight: bold;
color: blue;
}

p2 {
margin-bottom: 10px;
font-weight: bold;
color: #2A9022;
}

p2:first-line {
font-weight: bold;
color: #2A9022;
}

ol {
padding-left: 15px;
color: #999999;
}

ol li{
padding-left: 5px;
color: #555555;

}

#footer {
clear: both;
width: 700px;
margin-left: 5px;
}

#footer a {

float: left;

}

#links {
clear: both;
background-color: #fff;
width: 880px;
}

#links a {

float: left;
margin-left: 5px;
font-weight: bold;
color: #2A9022;
}