* {
    padding: 0;
    margin: 0;
}

body {
    padding: 0;
    margin: 0 auto;
    font-family: Helvetica, Arial, Verdana, sans-serif;
/*    width: 780px;*/
    background-color: white;
    color: #424242;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

#top-glow {
    width: 960px;
    height: 115px;
    background: #fff url(../img/glow_top.png) no-repeat top center;
    margin: 0 auto;
}

#main {
    width: 736px;
    padding: 0px 90px;
    background: #fff url(../img/background_repeater.png) repeat-y top center;
    margin: 0 auto;
}

#header {
    height: 197px;
    width: 730px;
    background-color: #424242;
    color: #fff;
}

#header img {
/*    float: left;*/
    position: relative;
/*    top: 10px;*/
}

#header div {
    clear: right;
    float: right;
    text-align: right;
    padding: 0 20px;
}

#header #name {
    position: relative;
    top: 100px;
    font-family: Verdana;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 110%;
}

#header #info {
    position: relative;
    top: 115px;
    font-family: Times New Roman;
    font-style: italic;
}

#nav {
    width: 730px;
    height: 29px;
    background-color: #dcd7c2;
    text-align: center;
    font-weight: bold;
    font-size: 85%;
}

#nav ul {
    margin-left: 77px;
}

#nav li {
    display: inline;
    list-style-type: none;
    margin: 0 15px;
}

#nav a, #quick-links a, #content .right a {
    color: #701112;
    text-decoration: none;
}

#nav a:hover, #quick-links a:hover, #content .right a:hover {
    text-decoration: underline;
}

#content {
    width: 700px;
    padding: 35px 15px 0px 15px;
    background: #fff url('../img/mvca_content_bg.png') no-repeat top right;
    min-height: 311px;
    line-height: 22px;
}

#content .right {
    font-size: 13px;
    color: #424242;
}

#content .right p {
    margin: 13px 0;
}

#quick-links {
    width: 150px;
    text-align: right;
    padding: 5px 0;
    margin: 0 0 25px 0;
    border-top: 1px solid #424242;
    border-bottom: 1px solid #424242;
    font-size: 90%;
}

#quick-links a {
    display: block;
}

#fee-schedule th {
    text-align: left;
    font-size: 90%;
}

#fee-schedule td {
    color: #fff;
    background-color: #424242;
    font-weight: bold;
    font-size: 90%;
    padding: 12px 8px;
    border-right: 4px solid #fff;
}

#footer {
    clear: both;
    width: 730px;
    text-align: center;
    font-size: 80%;
    padding: 50px 0 5px 0;
}

#bottom-glow {
    width: 960px;
    height: 115px;
    background: #fff url(../img/glow_bottom.png) no-repeat top center;
    margin: 0 auto;
}
