body {
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 16;
    color: #000033;
    background-color: #FFFFFF;
   
    background-image: url(sandston.gif); background-repeat: repeat;
    margin: 12px 20px;
    padding: 0;
}
// here is the wrapper you need to keep page centered//
#pagewrapper{
    margin: 0 0 0 0;
    min-width: 720px;
    border: 1px none;
    background: #FAF0E6;
}
#masthead {
    background:  url(niceblue.gif) repeat-x;
    border: 1px solid #000000;
    font-size: .7em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;
}
#menubar {
    font-size: 85%;
    background: url {house2.jpg}  ;
    text-decoration: none;
    border: 0px solid #666666;
    list-style: none;
    padding-left: 20px;
}
#mainbox {
    border-right: 0px solid #666666;
    border-left: 0px solid #666666;
    border-bottom: 1px solid #666666;
    font-size: 100%;
    text-decoration: none;
    background: repeat-y 212px 0px;
    list-style: none;
}
#sidebar {

    float: left;
    width: 172px;
    margin: 0 0 0 0;
    padding: 20px;
    font-size: 100%;
    text-decoration: none;
    list-style: none;
    color: #000033;
}
#maincontent {
    margin: 0 0 0 212px;
    padding: 20px 30px;
    font-size: .9em;
    line-height: 1.5em;
}
#maincontent p {
    margin: 8px 0 12px 0;
}
#footer {
    padding: 16px 0 0 18px;
    font-size: .7em;
    background:  url(niceblue.gif) repeat-x;
    border: 1px solid #000000;
}
#footer p {
    margin: 0 0 3px 0;
}
h1, h2, h3 {
    margin: 0px;
    font-size: 1.8em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000033;
    text-align: left;
    line-height: normal;
    font-weight: normal;
}
h2, h3 {
    margin: 30px 0 0 0;
    font-size: 1.6em;
    color: #000066;
}
h3 {
    font-size: 1.4em;
}
a:link {
    color: #000066;
}
a:visited {
    color: #;
}
a:hover {
    color: #6699FF;
    background: # ;
}
