body 
{
    background-color: #cdcbb2;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	margin: 0;
}

a
{
    color: #663946;
}

#wrapper
{
    background-color: #efe9c7;
    border-bottom: 1px Solid White;
    border-left: 1px Solid White;
    border-right: 1px Solid White;
    height: 650px;
    width: 768px;
    margin-left: auto;
    margin-right: auto;
}

#logo
{
    background-image: url(../images/logo.png);
    height: 108px;
    width: 746px;
    position: relative;
    top: 11px;
    left: 11px;
}

#middle
{
    height: 231px;
}

#navWrapper
{
    background-color: Black;
    height: 162px;
    width: 183px;
    float: left;
    position: relative;
    top: 53px;
    left: 31px;
}

#slideshow
{
    background-image: url(../images/slideshow.png);
    height: 212px;
    width: 520px;
    float: left;
    position: relative;
    top: 19px;
    left: 54px;
}

#divider
{
    background-image: url(../images/divider.png);
    height: 2px;
    width: 747px;
    position: relative;
    top: 16px;
    left: 10px;
}

#contentWrapper
{
    background-image: url(../images/content-bg.png);
    height: 264px;
    width: 744px;
    position: relative;
    top: 33px;
    left: 12px;
}

#content
{
    color: #4f4f4f;
    font-family: Times New Roman;
    font-size: 14px;
    height: 232px;
    width: 712px;
    position: relative;
    top: 16px;
    left: 16px;
    overflow: auto;
}

#footer
{
    color: #4f4f4f;
    font-family: Times New Roman;
    font-size: 10px;
    position: relative;
    top: 50px;
    left: 0px;
}