* {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, sans-serif;
}

a {
    text-decoration: none;
    color: #0000ff;
}

body {
    width: 100%;
    border: 1px solid grey;
    background-color: #fff;
}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 16px;
    margin-top: 5px;
}

h3, h4, h5, h6 {
    font-size: 14px;
}

p, #content, #content li, #content strong {
    font-size: 12px;
    margin-bottom: 10px;
    color: #242424;
}

#nav {
    font-weight: bold;
    font-size: 14px;
    width: 100%;
    height: 50px;
    background-image: url(pics/navbg.jpg);
    background-repeat: repeat-x;
}

#nav ul {
    list-style-type: none;
    height: 25px;
    padding-left: 41px;
    padding-top: 31px;
}

#nav ul li {
    float: left;
    padding-right: 9px;
    background-image: url(pics/navbg_spc.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}

#nav ul li a {
    color: #fff;
}

#nav ul li#last {
    background: none;
}

#content {
    padding: 5px;
}

#content ul li {
    background-image: url(pics/arrow.gif);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 10px;
    margin: 0;
    margin-bottom: 2px;
}

#footer {
    height: 40px;
    width: 100%;
}

#footer p, #footer a {
    font-size: 10px;
    color: #777;
}

.service-btn {
    font-weight: bold;
    line-height: 25px;
    color: #fff;
    padding-left: 5px;
    font-size: 14px;
    width: 99%;
    height: 25px;
    background-image: url(pics/navbg.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
    margin-bottom: 10px;
}

.service-btn a {
    color: #fff;
}

