/* Background gradient, logo, main content size */

body
{
background:url(images/gradientbg.jpg) #CCCCCC repeat-x;
text-align:center; /*ie hack */
margin:0;
}


.container 
{
text-align:left; /*ie hack*/
width:800px;
height:auto;
background:#FFFFFF;
margin-top:0px;
margin-left:auto;
margin-right:auto;
margin-bottom:0px;
padding-bottom:0px;
position: relative;
/*border:10px solid #990000;*/
border:1px solid #999999;
}


.header {
width:800px;
height:126px;
position:relative;
}

.logo
{
width:800px;
height:104px;
background-image: url("images/menus/banner.jpg");
margin:0px 0px 0px 0px;
left:0px;
position:absolute;
}


.footercontainer
{
position:relative;
width:800px;
height:30px;
top:10px;
margin-left:auto;
margin-right:auto;
margin-bottom:40px;
}

.footer
{
text-align:center;
font-family:"Lucida Sans", Verdana, Arial, sans-serif;
font-size:7pt;
}
