﻿body {
    font-family: Arial, Verdana, Sans-Serif;
    color: #6a3d09;
    background-color: #e7ddc4;
    background-image: url(/images/body_bkgnd.gif);
    background-repeat:repeat-x;
}

img {
    border: none;
}

#Wrapper {
    width: 1024px;
    margin: 0 auto;
}

#MainMenu {
    height:44px;
    width:990px;
}

#ContentWrapper {
    float: left;
    width:990px;
    background-image: url(/images/bg.gif);
    background-repeat: repeat-y;
}

#Content {
    float: left;
    width: 650px;
}

#SideBar {
    float: right;
    width: 340px;
}

#SideBar h2 {
    padding: 25px 0 0 20px;
}

#SideBar .ContactInfo {
    list-style: none; 
    font-size:14px
}

#GalleryLink {
    float: left;
    width: 225px;
    height: 106px;
}

#ContactLink {
    float: left;
    width: 450px;
    height: 106px;
}

#Stuff {
    background-image: url(/images/Set-A-Scene-Home-Staging-EndPiece.png);
    float: left;
    width: 315px;
    height: 106px;
}

.nameTitle {
    font-size: 24px;
    font-style: italic;
    font-weight: bolder;
    padding: 0px 10px 0 30px;
    margin-top: 10px;
}

.credentials {
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    padding: 0 10px 0 30px;
}

table.Center
{
	margin-left: auto;
	margin-right: auto;
}