body {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10px;
    margin: 0;
    text-align: center;
}

#page {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 15px;
    width: 800px;
    text-align: left;
    background: #ffffff;
    color: #333333;
    border: 1px solid #eeeeee;
}

.front {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 15px;
}
    
#header {
    padding-top: 15px;
}

#header img, object {
    width: 800px;
    height: 190px;
}

#main {
    width: 594px;
    padding-top: 10px;
    margin-left: 60px;
}

#colLeft {
    float: left;
    width: 210px;
    border-top: 1px solid #eeeeee;
}

#colLeft.front {
    height: 210px;
    background: url(../images/sofa.png) no-repeat;
}

#colLeft img {
    width: 145px;
    height: 190px;
    margin-top: 30px;
    margin-left: 45px;
    display: block;
}

#colRight {
    margin-left: 210px;
    padding-left: 15px;
    border-left: 1px solid #eeeeee; 
    font-size: 13px;
}

#colRight td {
    margin: 0px;
    font-size: 13px;
}    

#colRight.front {
    background: url(../images/sofaFade.png) no-repeat;
    border-top: 1px solid #eeeeee;
    height: 100px;
    padding-top: 115px;
}

#colRight p {
    margin: 0px;
    padding-top: 15px;
    width: 290px;
    font-size: 13px;
    line-height: 17.5px;
    text-align: justify;
}

#nav {
    clear: both;
    font-size: 11px;
    padding-left: 40px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}

#nav.front {
    padding-left: 0px;
    text-align: center;
}

#nav a {
    text-decoration: none;
    color: #333333;
    background: #ffffff;
}

#nav a:hover {
    border-bottom: 1px dotted #333333;
    background: #eeeeee;
    color: #333333;
}

#nav a:hover#current {
    color: #ad2c30;
    background: #ffffff;
}

#nav a:visited, a:active {
    color: #333333;
    background: #ffffff;
}

#nav a#current {
    
    color: #ad2c30;
    background: #ffffff; 
    font-weight: bold;
}

#nav ul {
    margin-top: 30px;
    padding: 0px;
}

#nav li {
    text-decoration: none;
    list-style-type: none;
    display: inline;
    border-right: 1px solid #424242;
    padding: 0px 2px 0px 6px;
}

li#rightmost {
    border-right: none;
}

h1 {
    font-family: "Times New Roman", Georgia, serif;
    padding-left: 16px;
    font-weight: normal;
}

h1.pageTitle {
    width: 580px;
    margin-bottom: -1px;
}

h2 {
		font-family: "Verdana", Georgia, serif;
    width: 580px;
    margin-bottom: -1px;
}

h3 {
    font-family: "Times New Roman", Georgia, serif;
    padding-left: 0px;
    font-weight: normal;
    width: 290px;
    margin-bottom: 0px;
}