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

a {
color: #5B975E;
text-decoration: none;
border-bottom: 1px solid #ddd;
}

body {
background: #fff;
font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
font-size: 10pt;
}

.container {
width: 900px;
margin: 0 auto;
}

#header {
background:#464646;
color: #fff;
padding: 20px 0;
}

#header h1 {
display: block;
background: url(images/logo.png) no-repeat;
height: 57px;
}

#header h1 span {
display: none;
}

h1, h2 {
font-family: Georgia;
font-weight: normal;
}

h2 {
margin-bottom: 10px;
}

#navigation {
padding: 20px;
background: #E5FDE6 url(images/band.png) 80% -10% no-repeat;
border-bottom: 1px solid #73CD78;
margin-bottom: 30px;
}

#navigation li {
margin: 15px 0;
}

#navigation a {
border-bottom: 1px solid #fff;
}

#content .point {
margin-bottom: 30px;
}

ul li {
list-style-type: none;
margin: 8px 0;
}

#content-lists {
width: 100%;
float: left;
}

.point {
width: 33%;
float: left;
}

#sidebar {
width: 30%;
float: right;
}

#footer {
clear: both;
}

#footer .container {
border-top: 1px solid #ddd;
padding: 10px;
font-size: 8pt;
color: #888;
overflow: hidden;
}

#footer p {
float: left;
margin-right: 50px;
}