/* LAYOUT */
#wrapper { margin:0 auto; width:800px; text-align:left; }
#header { position:relative; width:800px; height:260px; background:#d6d6d6 url(../img/bg-header.jpg) center bottom no-repeat; }
#headline { position:absolute; top:40px; left:0; width:250px; overflow:hidden; text-align:center; }
#topnav { position:absolute; top:40px; right:0; width:548px; overflow:hidden; }
#contenwrap { width:800px; background:#fff; }
#col1 { float:right; padding:20px 40px; width:468px; text-align:left; }
* html #col1 { width:548px; w\idth:468px; }
#col2 { float:left; padding:20px; width:210px; background:#f3f3f3 url(../img/bg-col2.png) left bottom no-repeat; text-align:left; }
* html #col2 { width:250px; w\idth:210px; }
#rightmarker { margin-bottom:20px; }
#logorotator { padding:5px 0; }
#leftmarker { padding-top:5px; }
.clearfloat { clear:both; }
* html .clearfloat { height:1%; }
