body {
    margin:0;

    padding:0;
}
#header_container {
    background:#FFFFFF;
	height:5px;
    border:0px solid #666;   
    left:0;
    position:fixed;
    width:100%;
    top:0;
}

#header {
	height:5px;
}

#headerMenu {
    line-height:auto;
    margin:0 auto;
    width:100%;
    text-align:left;	
}
#headerPrincipal {
    line-height:30px;
    margin:0 auto;
    width:100%;
    text-align:center;	
}
#container {
    margin:0 auto;
    overflow:auto;
    padding:80px 0;
    width:100%;
}
#content {

}

#footer_container {
    background:#eee;
    border:1px solid #666;
    bottom:0;
    height:30px;
    left:0;
    position:fixed;
    width:100%;
}
#footer {
    line-height:30px;
    margin:0 auto;
    width:100%;
    text-align:center;
}

/* css do menu principal */

