﻿html, body, form 
{ 
	height: 100%;
}

body 
{ 
	font-family: Helvetica, sans-serif;
	background: url(../img/pagebgtop.gif) repeat-x top left; font-size:80%;
}
 
#wrapper 
{ 
    min-height: 100%; 
    height: auto !important; 
    height: 100%; 
    margin: 0 auto -5em; /* -footer height */
    width:920px;
    background-color:#dddddd;
} 

#header
{
	background: url(../img/banner.png) no-repeat top left;
	overflow:auto;
	height:108px;
}

#main
{
	overflow:auto;
	padding-top:10px;
}

#left
{
	width:220px;
	float:left;
}

#left .inner { padding:0px 10px 10px 10px; }

#middle
{
    width:700px;
    float:right;
}

#middle .inner { background:#ffffff url(../img/container_main_bg.gif) repeat-x top left; padding:10px; margin:0px 10px 10px 0px; overflow:auto;}

#footer, #push 
{ 
    height: 5em;
}

#footer
{
	background-color: #ececec;
	width:920px;
	margin:auto;
}