/*
    The standard site layout, within the basic header and footer, are as follows:
    
    1. Nav - Content
    
    *********************************************************
    HEADER
    $$$ col-0 $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
    *               *                                       *
    * col-nav       *  col-0-nc                             *
    * 160px         *  565px                                *
    *               *                                       *
    *               *                                       *
    *               *                                       *
    *               *                                       *
    $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
 
/*overflow: hidden;*/

.col-nav{
float: left; 
width: 160px; 
height:*;
margin: 0px;
padding: 0px;
margin: 0px 0px 0px 0px;
overflow: hidden;               /*for IE 5.5 */
background-color:#F7F7F7;
} 
.col-0-nav{
float: left; 
width: 162px; 
height:160px;
margin: 0px;
padding: 0px;
margin: 0px 0px 5px 0px;
border: 1px solid #E8E8E8; 
overflow: hidden;               /*for IE 5.5 */
background-color:#F7F7F7;
} 



.col-0-nc{
float: right;  
width: 610px;
padding:0px;
margin: 0px 0px 0px 0px; /** hidden from IE 5.5 **/
background-repeat:repeat;
}

.col-1-nc{
width: 610px;
height:348px;
padding:0px 0px 0px 5px;
margin: 5px 0px 5px 0px; /** hidden from IE 5.5 **/
background-repeat:repeat;
}
.br-dashed
{
clear:both;
width: 610px;
height:1px;
padding:0px;
background-image:url('../../@images/core/main_line.gif');
overflow:hidden;
background-repeat:repeat-x; 
} 



