body
{
margin: 0;
padding: 0;
text-align: center;
background-color: #000;
font: normal 11px Verdana;
}

div#sitecontainer
{
width: 780px;
border: 1px solid #FFF82C;
margin: 7px auto;
}

div#maincontainer
{
text-align: left;
width: 780px;
height: 430px;
background: #fff url("images/shapetext1.gif") right bottom fixed no-repeat ;
border: 1px solid #FFF82C;
padding: 0 12px;
margin: 0;
overflow: auto;
}

div#maincontainer h1 {
font-size: 16px;
margin: 12px 5px;
padding: 0;
}

div#maincontainer p {
margin: 15px 250px 5px 5px;
text-align: justify;
}

div#imagecontainer
{
float: right;
background: transparent;
width: 200px;
margin: 0;
padding: 0;
}

div#imagecontainer img {
border: 1px solid #000;
margin: 12px 0 0 0;
padding: 0;
}

div#header
{
width: 780px;
height: 76px;
}

div#title
{
float: left;
width: 294px;
height: 76px;
background-image: url("images/title.gif");
}

div#nav
{
width: 400px;
height: 11px;
float: right;
margin-top: 55px;
}

div#nav ul
{
padding: 0;
margin: 0;
list-style-type: none;
text-align: right;
}

div#nav li
{
display: inline;
}

div#nav li a
{
text-decoration: none;
color: #FFF82C;
font: bold 14px Verdana;
width: 100px
}

div#nav a.about
{
background: url("images/about.gif") left top no-repeat;
}

div#nav a.howitsdone
{
background: url("images/whatwedo.gif") left top no-repeat;
}

div#nav a.contact
{
background: url("images/contact.gif") left top no-repeat;
}

div#nav a.about:hover
{
background: url("images/about_alt.gif") left top no-repeat;
}

div#nav a.howitsdone:hover
{
background: url("images/whatwedo1.gif") left top no-repeat;
}

div#nav a.contact:hover
{
background: url("images/contact_alt.gif") left top no-repeat;
}

div#nav a.pinefurniture
{
background: url("images/pine.gif") left top no-repeat;
}

div#nav a.pinefurniture:hover
{
background: url("images/pine_alt.gif") left top no-repeat;
}

div#text
{
width: 500px;
height: 400px;
margin-top: 0px;
overflow: auto;
scrollbar-face-color: #E9E9E9;
scrollbar-shadow-color: #7D7D7D;
scrollbar-highlight-color: #E9E9E9;
scrollbar-3dlight-color: #F0F0F0;
scrollbar-darklight-color: #7D7D7D;
scrollbar-track-color: #FFF;
scrollbar-arrow-color: #729094;
}

div#footer
{
clear: right;
height: 76px;
background: #000 url("images/footer.gif") 5px 5px no-repeat;
}