﻿@import url("reset.css");

body {
    background-color: #480000;
    padding: 0px;
    margin: 0px;
    font-family: Trebuchet MS, Verdana, Tahoma, Sans-Serif;
}

a, a:link, a:visited {
    color: #801010;
}

#darktop {
    background: #310000 url(../images/red_grad_top.jpg) repeat-x bottom left;
}

.wrapper {
    width: 701px;
    margin: auto;
}

#header {
    padding: 30px 10px;
}

#header a {
    display: block;
    background: url(../images/kaufman_adv_logo.gif) no-repeat;
    height: 51px;
    padding-top: 20px;
    padding-left: 80px;
    color: #ffffff;
    font-size: 1.6em;
    line-height: 1.2em;
    text-decoration: none;
}

#menu {
    background: url(../images/menu_bg.gif) no-repeat left top;
    height: 30px;
}

#menu ul {
    list-style: none none;
    padding: 0px 10px;
    margin: 0px;
}

#menu ul li {
    display: block;
    float: left;
    padding: 8px 10px 0px 10px;
    margin: 0px;
    height: 30px;
}

#menu ul li a {
    font-family: Arial, Tahoma, Verdana, Sans-Serif;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
}

#menu ul li a:hover {
    color: #b33737;
}

#body {
    background-position: left top;
    background: url(../images/body_bg.gif) repeat-y left top;
    padding: .4em .8em 0px;
    min-height: 200px;
    color: #333333;
    font-size: 1.2em;
    line-height: 1.4em;
    word-spacing: 0.2em;
}

#body p, #body h4 {
    margin-top: 1.8em;
}

#emailcontact {
    text-align: center;
    margin-top: 50px;
}

#footer {
    background: url(../images/body_bottom.gif) no-repeat left bottom;
    text-align: center;
    font-size: 0.8em;
    padding: 6px;
}

#footer hr {
    display: block;
    width: 600px;
    color: #ffffff;
    border-top: 1px solid #c0c0c0;
}

#lightbottom {
    background: #480000 url(../images/red_grad_bottom.jpg) repeat-x top left;
}

#lightbottom .wrapper {
    width: 745px;
}

#reflection {
    height: 60px;
    background: url(../images/reflection.jpg) no-repeat top left;
    margin-bottom: 20px;
}

