body 
{
	background-image: url(../images/bg.jpg);
	color: Black;
	font-family: Arial Narrow, Arial, Calibri;
	font-size: 15px;
	margin: 0;
}

#wrapper
{
    height: 744px;
    width: 647px;
    position: relative;
    top: 16px;
    margin-left: auto;
    margin-right: auto;
}

#nav
{
    background-image: url(../images/nav.jpg);
    height: 71px;
    width: 647px;
}

#links
{
    position: relative;
    top: 14px;
    left: 11px;
}

#links img
{
    border: 0px;
}

#logo
{
    background-image: url(../images/logo.jpg);
    height: 229px;
    width: 647px;
}

#main
{
    background-image: url(../images/main.jpg);
    height: 388px;
    width: 647px;
}

#text
{
    height: 376px;
    width: 577px;
    position: relative;
    left: 32px;
    overflow: auto;
    padding-right: 6px;
}

#footer
{
    background-image: url(../images/footer.jpg);
    height: 56px;
    width: 647px;
}

#copyright
{
    position: relative;
    top: 20px;
    left: 20px;
    color: White;
    font-size: 10px;
}

.title
{
    color: #b0906b;
    font-size: 20px;
    font-weight: bold;
}