
* {
    margin: 0;
    padding: 0;
    border: 1px none;
}

*.container
{
position:relative; 
display:block;
width:100%;
left: 0%;
}

br{clear: both}

*.header_l
{
width:30%;
float:left;
}

*.header_c
{
width:70%;
height:120px;
float:left; 

}


*.header_r
{
width:100%;
clear:both; 
}



*.main_menu
{
width:100%;
clear:both;  
}


*.user_menu
{
width:100%;
clear:both; 
}


*.main_l
{
width:0%;
float:left; 
}

*.main_c
{
position:relative;
width:100%;
float:left; 
}

*.main_r
{
width:0%;
float:left;
clear:both; 
}


*.footer_l
{
width:100%;
text-align:center;
clear:both; 
}

*.footer_c
{
width:100%;
text-align:center;
clear:both; 
}

*.footer_r
{
width:100%;
text-align:center;
clear:both; 
}

