html, body {
    height: 100%;
}
html {
    background: #F3F3F3;
}
body {
    color: #595959;
    line-height: 20px;
    font-family: 'Helvetica Neue', Helvetica, Arial, 'Geneva', sans-serif;
    background: #F3F3F3;
}
#container {
    width: 640px;
    margin: 0px auto;
    padding: 20px 0px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
#container #sidebar {
    float: left;
}
.content-block, .sidebar-block {
    background: #fdfdfd;
    border: 1px solid #E9E9E9;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: 0 0 20px 0;
    padding: 12px 23px 23px 23px;
}
#container #main {
}
#container .sidebar-block {
    width: 150px;
}
h1 {
    font-weight: 500;
    letter-spacing: 0px;
    font-size: 2.3em;
    margin: 10px 0px 20px 20px;
}
.bar {
    border-bottom: 1px dashed;
    height: 7px;
    width: 100%;
    margin-bottom: 20px;
}
a {
    color: #595959;
    text-decoration: underline;
}
a:hover {
    background-color: #FFDBDB;
}
h2 {
    margin: 10px 0 10px;
    font-weight: 600;
    letter-spacing: 1px;
}
h2.contact {
    background-color: #FCFF8B;
}
ul.links li {
    float: left;
    padding-right: 10px;
}
.listing {

}
.listing li {
    list-style: disc inside;
    padding-bottom: 10px;
}
h2.links {
    margin-top: 20px;
    background-color: #E0F1FF;
}
p {
    padding-bottom: 10px;
}
.highlight {
    background-color: #FCFF8B;
}
.clear {
    clear: both;
}
