/* CSS Document */
*{
 padding:0;
 margin:0;
}

html, body{
 height:100%;
}

.clearFix{
 overflow:hidden;
}

.push{
 height:76px;
}

body{
 background:#F9F7F5 none repeat scroll 0 0;	
}

#layout{
 color:#444444;
 font-family:Arial,Helvetica,Sans-serif;
 font-size-adjust:none;
 font-style:normal;
 font-variant:normal;
 font-weight:normal;
 line-height:2.2em;

 min-height:100%;
 height:auto !important;
 height:100%;
 margin: 0 auto -76px;
}

#header-bg{
 background: #1C4D82 url(/media/images/frontpage/header-bg.gif) repeat-x scroll left bottom;
 border: 2px solid #EDE7E0;
 min-height:150px;
 overflow: hidden;
}

#header{
 width:1040px;
 margin: 0 auto;
 min-height:150px;
}

#page{
 width:1040px;
 margin: 0 auto;
}

#leftPanel{
 padding-top:10px;
 width:200px;
 min-height:300px;
 float:left;
}

#centerPanel{
 padding-top:10px;
 width:840px;
 min-height:300px;
 float:left;
}

#bottomPanel{
 min-height: 100px;
 clear:both;
}
