/* special definitions or buggy ie :-\ */

#footer{
 height:20px; 
 margin-left: 65px;
 border: 1px solid black;
 border-top: 0;
 border-top: 1px solid black; /* ie hack! */
 width: 683px; 
 background-color:#cdcdcd; 
} 
 
#maincol{
 float: left; 
 width:500px; /* 100%; */
 min-height: 550px;
 height: 550px; /*ie hack !*/
 position: relative; 
 margin: 0; /* 10px 10px 10px 10px; */
 margin-bottom: 15px;
 background-image:url(/gfx/c_m.jpg);
 background-repeat:no-repeat;
}

.subnavbox {
background: #ffffff;
display: block;
margin:-3px 6px 2px 10px;
margin-right:20px; /* ie hack! */
border: 1px solid black;
padding:0px 0px 0px 0px;
}