body {
    background: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 70%;
    line-height: 2;
}
* {
    margin: 0;
    padding: 0;
    border: 0;
}
.clearer {
    clear: both;
    float: none;
    display: block;
    height: 2px;
    width: 100px;
}

#wrap {
    width: 780px;
    margin: 0 auto;
    padding: 2em;
}

#header {
    margin-bottom: 35px;
    padding-bottom: 2em;
    border-bottom: 1px solid #d1d1d1;
}

#main {
    margin-top: 2em;
}
#left {
    width: 260px;
    margin-right: 20px;
    float: left;
}
#right {
    float: right;
    width: 500px;
    position: relative;
}
#nav {
    margin-left: 0px;
    margin-top: -38px;
    position: absolute;
    z-index: 9990;
    text-align: center;
}
#nav a {
    display: block;
    text-indent: -9999px!important;
    float: left;
    color: black;
    width: 71px;
    height: 1px;
    background: #d1d1d1;
    border-top: 10px solid #fff;
    border-bottom: 10px solid #fff;
    
}
#nav a:hover {
    background: #999;
}
#nav a.activeSlide {
    background: #777!important;
}

h1 {
    background: transparent url(gfx/logo.png) no-repeat left;
    width: 180px;
    height: 125px;
    float: left;
}
h1 span {
    display: none;
}
#header p {
    text-align: right;
    float: right;
    margin-top: 3.4em;
}
#left p {
    color: #555;
    margin-top: -3px;
    margin-bottom: 2em;
    width: 90%;
}
a {
    color: #111;
    text-decoration: none;
}

#right div p {
    color: #555;
}


