.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

body {
    background-color: #414141;
    font: normal 100% "Trebuchet MS", Verdana, Helvetica, Arial,sans-serif !important;
    color: #414141;
    line-height: 1.4;
    margin: 0px;
    padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Trebuchet MS", Verdana, Helvetica, Arial,sans-serif !important;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    border-bottom: 0 !important;
}

p {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 95%;
}

small {
    font-size: 75%;
}

#wrapper {
    width: 810px;
    margin: auto;
    padding: 5px;
    background-color: white;
}

#header {
    padding: 5px;
}

#nav {
    border-top: 4px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 3px 0px 3px 0px;
}

#nav ul {
    margin: 0px;
    padding: 0px;
}

#nav ul li  {
    list-style: none;
    display: block;
    float: left;
    padding: 3px 20px 3px 0px;
    margin: 0px 0px 0px 20px;
    border-right: 1px solid #B9B9B9;
    font-size: 120%;
    text-transform: uppercase;
}

#nav a, #nav a.current {
    text-decoration: none;
    color: #414141;
    font-weight: bold;
}

#nav a {
    text-decoration: none;
    color: #414141;
    font-weight: bold;
}

#nav a:hover {
    color: #F32402;
}

#nav a.current, #nav a.current:hover {
    text-decoration: underline;
}

#content-wrapper {
    padding: 20px;
}

#content {
    float: left;
    width: 510px;
    min-height: 300px;
    border-right: 1px dotted #ddd;
    padding-right: 20px;
}

#sidebar {
    width: 220px;
    padding-left: 10px;
    float: right;
}

#sidebar p {
    font-size: 85%;
}

#footer {
    margin-top: 10px;
    border-top: 1px solid #ddd;
    padding: 5px;
    font-size: 70%;
}

#testimonials {
    font-size: 85%;
}

ul {
    margin-bottom: 15px;
}
li {
    margin-left: 20px;
    list-style: disc outside; 
}