body {
    background: #e37c51;
    font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
}

#nav {
    width: 694px;
    margin: 0 auto;
}

#main {
    width: 694px; 
    border: 0;
    padding: 0;
    margin: 0 auto;
}

#content {
    padding-right: 10px;
}

h1 {
    font-family: Times New Roman, Times, serif;
    font-size: 110%;
    font-weight: bold;
    color: #e37c51;
}

p {
    font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
    font-size: 80%;
}

li {
    font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
    font-size: 80%;
}

#disclaimer {
    text-align: center;
    width: 694px;
    margin: 0 auto;
    font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
    font-size: 70%;
}

#contact {
    padding-top: 10px;
}

#contact a {
    font-size: 120%;
    color: #000;
    font-weight: bold;
    text-decoration: none;
}
#contact a:hover {
    color: #e37c51;
}
