/* CSS Document */

* {
        font-family: arial,helvetica,sans-serif;
        color:#333333;
        }

body {
        background-color: #7f7f7f;
        margin: 45px 0 15px 0;
        padding: 0;
        font-size: small;
}

h1 {
        font-weight:bold;
        font-size:150%;
}

h2 {
        font-weight:bold;
        font-size:130%;
}

h3 {
        font-weight:bold;
        font-size:120%;
}

A {
        color: #333333;
        text-decoration: underline;
        }

A:hover {
        color: #cc0000;
        text-decoration: underline;
        }

input,select {
        font-size: 90%;
        }

#wrapper {
        width: 760px;
        margin: 0;
                margin-left: auto;
                margin-right: auto;
                }

.navigation {
        background-image: url(design.gif);
        background-repeat: no-repeat;
    margin: 0;
    padding: 0 0 0 20px;
    font-size: 96%;
        }

.name {
        font-family: "Times New Roman", Times, serif;
        font-size: 18pt;
        font-weight: bold;
        color: #ffffff;
        margin-bottom: 0;
        padding-bottom: 0;
        text-align: center;
        }

.services {
        font-family: "Times New Roman", Times, serif;
        font-size: 13pt;
        font-weight: bold;
        color: #ffffff;
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 30px;
        text-align: center;
        }

.menu A {
        font-size: 90%;
        font-weight: bold;
        color: #ffffff;
    text-decoration: none;
        }

.menu A:hover {
     color: #ffffff;
     text-decoration: underline;
     }

.cream {
        background-color: #ffeecc;
        font-size: 90%;
        }

.cream A {
     color: #333333;
     text-decoration: none;
     }

.cream A:hover {
     color: #cc0000;
     text-decoration: underline;
     }

#main {
        background-color: #fff;
        margin: 0;
        padding: 0;
        }

#content {
        font-size: 100%;
        padding: 15px 0px 20px 20px;
        }

#footer {
        font-size: 80%;
                color: #b2b2b2;
        text-align: right;
        margin: 0px;
        padding: 5px 0 5px 0;
        }

#footer A {
        color: #b2b2b2;
        text-decoration: none;
        }

#footer A:hover {
        color: #ffffff;
        text-decoration: underline;
        }
