html,body {

margin:0;
padding:0;
height:100%; /* needed for container min-height */
	}

div#container {
position:relative; /* needed for footer positioning*/
margin:0 auto; /* center, not in IE5 */
height:auto !important; /* real browsers */
height:100%; /* IE6: treaded as min-height*/
min-height:100%; /* real browsers */
}

div#header {
padding:0px;
}

div#content {
padding:10px 15px 55px 20px; /* bottom padding for footer */
}

div#footer {
position:absolute;
width:100%;
height:0px;
bottom:0; /* stick to bottom */
}


#navigation{
position:absolute;
width:215px;
height:auto;
margin-top:30px;
margin-left:-19px;
z-index:5;
}

h1{margin-bottom:0px;}
h2{margin-bottom:0px;}
h3{margin-top:3px;margin-bottom:0px;}
h4{margin-bottom:0px;}
h5{margin-bottom:0px;}

#footerbar {
background:url(footerbar.png) top left no-repeat;
position:absolute;
width:767px;
height:20px;
margin-top:-20px;
margin-left:141px;
z-index:3;
}

#leftbar {
background-color:#FFFFFF; 
position:absolute;
width:240px;
top:0px;
bottom:0px;
z-index:2;
}

#rightbar {
background-color:#84C60C; 
position:absolute;
width:190px;
top:0px;
bottom:0px;
margin-left:6px;
z-index:2;
}

#logo {
position:absolute;
width:370px;
height:248px;
margin-top:5px;
margin-left:-123px;
z-index:4;
}

#left_content {
position:relative;
width:230px;
height:auto;
top:200px;
margin-left:10px;
margin-bottom:25px;
z-index:6;
}

#banner {
background-color:#FFFFFF; 
position:absolute;
width:190px;
height:600px;
bottom:0px;
margin-left:6px;
z-index:3;
}

#footer_back {
position:absolute;
width:200px;
height:20px;
margin-top:-45px;
margin-left:250px;
z-index:4;
}
