
div#main
{
    width : 900px;
    margin : 0 auto;
}

div#header
{
    width : 100%;
    height : 125px;
    background : transparent url('../img/header.jpg') no-repeat;
}

div#menu
{
	text-align: center;
	margin: 0 auto;
    width : auto;
    height : 28px;
    border-top : 1px solid #666;
    border-bottom : 1px solid #666;
    border-left : none;
    border-right : none;
    background-color : #ccc;
}

div#content
{
    width : auto;
    padding : 0 25px 2em 25px;
    background : transparent url('../img/content.png') repeat-y;
}

div#footer
{
    color : #111;
    font-size : 7pt;
    margin : 0 50px;
    padding : 5px 0 0 0;
    border-top : 1px solid #777;
}

