
body {
    margin: 0px;
    padding: 0px;
    color: #fff;
    background-color: #000;
    text-align: center;
    font-family: verdana,arial,san-serif;
    font-size: 11px;
    line-height: 16px;
}

div, li, img, h1, h2 {
    margin: 0px;
    padding: 0px;
}

div.break {
    clear: both;
    width: 0px;
    height: 0px;
}

div#wrapall {
    margin: 0px auto;
    padding: 50px 30px 30px 30px;
    text-align: left;
    width: 500px;
}

div.left, div.center, div.right {
    float: left;
    list-style: none;
}
div.left {
    width: 50px;
}
div.center {
    width: 280px;
}
div.right {
    width: 130px;
}

a:link, a:visited {
    color: #cbcbcb;
    text-decoration: none;
}
a:active, a:hover {
    color: #fff;
    text-decoration: underline;
}

div#header {
    clear: both;
    margin: 0px 0px 30px 0px;
}

div#header div.center {
    text-align: center;
}
div#header div.center img#logo {
}

div#middle {
    clear: both;
}
div#middle div#links {
    padding-left: 40px;
}
div#middle div#links div.link {
    padding-bottom: 3px;
}
div#middle div#links div.link img.marker {
    margin: 0px 0px -1px 3px;
}
div#middle div#links div.link span.text {
    margin-right: 0px;
    white-space: nowrap;
    font-size: 10px;
}
div#middle div#links div.link span.text a {
    text-transform: uppercase;
    text-decoration: none;
}

div#content {
    text-align: justify;
}
div#content div.section {
    margin-bottom: 20px;
}
div#content div.gray-text, div#content div.title, div#content div.name {
    color: #cbcbcb;
}
div#content h1 {
    text-align: left;
    font-size: 13px;
    margin-bottom: 3px;
    color: #fff;
}
div#content li {
    text-align: left;
    list-style: disc;
    list-style-position: outside;
    margin: 0px 0px 3px 30px;
    color: #cbcbcb;
}
div#content h2 {
    font-weight: bold;
    font-size: 12px;
    color: #fff;
}
div#content div.quote {
    margin-bottom: 50px;
}
div#content div.quote div.name {
    margin-top: 20px;
    text-align: right;
}
div#content div.quote div.title {
    text-align: right;
}

div#clients {
    text-align: left;
    line-height: 19px;
}
div#contact {
    line-height: 19px;
}
