/* LAYOUT */
#container {
    position: relative;
    width: 930px;
    margin: 0 auto;
    background-color: #ffffff;
}

#page {
    margin: 15px 0 0;
    background: url(../content/bgPageBottom.gif) left bottom no-repeat;
    overflow: hidden;
	width: 760px;
}
#page-top {
    width: 100%;
    height: 20px;
    background: url(../content/bgPageTop.gif) left top no-repeat;
    overflow: hidden;
}
#footer
{
    position: relative;
    clear: both;
    line-height: 150%;
    font-size: 85%;
    text-align: center;
    margin: 10px 0;
	width: 760px;
}

.left-column {width: 760px; float:left; margin:0; padding:0;}