/* CSS Document */

html, body{margin:0; padding:0; font-family:Verdana; font-size:10px; height:100% }
body{height:100%}
#container{
width:772px;
margin:auto; background:white; padding:0px; display:table;
}
#banner{
width:772px; height:229px; margin:0px; background:#FFFFFF
}
#navigation{
width:772px; height:auto; background:#FFFFFF
}
#main{
width:772px; height:auto; background:url(images/main_right_border.jpg); background-position:right top; background-repeat:repeat-y
}
#mainLeft{
width:516px; height:auto; background:url(images/InnerMainBg.jpg); background-repeat:no-repeat; float:left;
}
#mainRight{
width:256px; height:auto; background:url(images/leftBorder.jpg); background-repeat:repeat-y; float:right;
}
#footer{
width:772px; height:80px;  background:none;
}