html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, div, img {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #515252;
    border: 0;
    margin-top: 0;
    margin-right: 0px;
    margin-bottom: 0;
    margin-left: 0px;
    padding-top: 0;
    padding-right: 0px;
    padding-bottom: 0;
    padding-left: 0;
}

.left {
    float: left;
    margin: 0 10px 0 0;
}

.right {
    float: right;
    margin: 0 0 0 10px;
}

body {
    background-image: url(../img/swatch.jpg);
    background-repeat: repeat;
    font-size: 12px;
}

#wrapper {
    margin: 0 auto;
    background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    height: 900px;
    width: 1000px;
}

#header {
    margin: 0 auto;
    height: 275px;
    width: 1000px;
}

#main_nav {
    padding: 0 77px 0 265px;
    list-style: none;
}

#main_nav li {
    display: inline;
}

#sub-head {
    padding-top: 30px;
    float: left;
}

#sub-nav {
    font-size: 16px;
    float: left;
    width: 190px;
    height: 625px;
}

#sub-nav ul ul {
    margin-left: 10px;
}

#sub-nav ul li {
    font-weight: bold;
    list-style: none;
    padding: 0 0 5px 5px;
}

#sub-nav ul li a {
    text-decoration: none;
    color: #515252;
}

#sub-nav ul li a:hover {
    color: #d7b964;
}

#sub-nav ul li#current {
    color: #d7b964;
}

.littlestillnotbigenough {
    font-size: 12px;
}

#content {
    text-align: left;
    font-size: 16px;
    float: right;
    width: 675px;
    height: 570px;
    padding: 0 50px 0 0;
    position: relative;
    left: -40px;
}

#content a {
    color: #d7b964;
    text-decoration: none;
}

#content a:hover {
    text-decoration: underline;
}

#content h1 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 30px;
    padding: 1em 0 0 0;
    color: #666;
}

#content h2 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 26px;
    font-weight: lighter;
    padding: 1em 0 0 0;
    color: #666;
}

#content h3 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-weight: lighter;
    padding: 1em 0 0 0;
    color: #666;
}

#content h4 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: lighter;
    padding: 1em 0 0 0;
    color: #666;
}

#content h5 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: lighter;
    padding: 1em 0 0 0;
    color: #666;
}

#content h6 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: lighter;
    padding: 1em 0 0 0;
    color: #666;
}

#content p {
    padding-top: 1em;
}

#content ul {
    padding: 15px 0 0 2em;
}

#footer {
    color: #000;
    text-align: right;
    font-size: 10px;
    float: right;
    width: 625px;
    height: 55px;
    padding: 0 50px 0 0;
}

#footer a {
    color: #515252;
    font-size: 10px;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}
