* {
margin: 0px;
padding: 0px;
}

a {
font-family: tahoma, arial, verdana;
color: #424141;
}

body {
text-align: center;
margin: 0px;
padding: 0px;
padding-bottom: 0px;
background-color: #3f3f3f;
font-family: helvetica, tahoma, verdana;
}

img {
border: none;
margin: 0px;
padding: 0px;
}

.wrap {
width: 761px;
background-color: white;
text-align: left;
padding: 0px;
margin: 0px auto;
border: 1px solid black;
}

.content {
width: 548px;
padding: 6px;
text-align: justify;
border-left: 3px solid #88c017;
border-right: 3px solid #88c017;
border-bottom: 20px solid #88c017;
}

.sidebar {
width: 181px;
margin-top: 15px;
padding: 0px;
border-left: 3px solid #88c017;
border-right: 3px solid #88c017;
border-bottom: 20px solid #88c017;
list-style: none;

}

.sidebar li {
text-decoration: none;
display: block;
height: 30px;
border-bottom:1px #88c017 solid;
}

.sidebar li a {
text-decoration: none;
color: #323232;
display: block;
height: 30px;
font-family: tahoma, arial, verdana;
background-color: #a7d056;
}

.sidebar li a:hover{
text-decoration: none;
color: black;
display: block;
background-color: #9cc44d;
}

.header {
font-family: tahoma, arial, verdana;
font-size: 2.5em;
font-weight: 300;
color: #2f2e2e;
}

h1 {
font-size: 1.4em;
font-weight: 300;
color: #90c429;
}

h2 {
font-size: 1.2em;
font-weight: 300;
color: #2f2e2e;
margin-bottom: 6px;
background-color: #c2e57e;
}

hr {
width: 300px;
margin-left: 120px;
margin-top: 10px;
margin-bottom: 10px;
}