body {
    background-color: #cccccc;
    overflow-x: hidden;
}
#all-content {
    margin: 0px;
    width: 960px;
}
#menu {
    margin: 0;
    padding: 0;
	position:relative;
	width:100%;
	height:140px;
	background-image:url(images/menu-bg.jpg);
	background-repeat:repeat-x;
}

#menu-truck {
    margin: 0;
    padding: 0;
    background-image: url(images/menu-truck-2.png);
    background-repeat: no-repeat;
    width: 245px;
    height: 140px;
    float: left;
}

#menu-itens {
    margin: 0;
    padding: 0;
    width: 715px;
    height: 140px;
    float: right;
}
#menu-title {
    width: 715px;
    height: 40px;
    text-align: right;
}
#site-name {
    margin: 0;
    padding: 10px;
    font: 25px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
    font-weight: bold;
    color: #336699;
}
#menu-links {
    width: 715px;
    height: 40px;
    text-align: right;
}
.menu-link-div{
    width: 150px;
    height: 23px;
    background-image: url(images/botao.png);
    background-repeat: no-repeat;
    float: left;
    text-align: center;
    margin-left: 25px;
    margin-top: 10px;
}
.menu-link {
    text-decoration: none;
    font: 20px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
    font-weight: bold;
    color: #cccccc;
}
.link-title {
    font-size: 20px;
    text-align: right;
    margin-top: -32px;
    margin-bottom: 0px;
    margin-right: 20px;
}
.link-title-p{
    color: #fff;
    font-weight: bold;
}

.text {
    margin: 10px 20px 0 20px;
    color: #fff;
    text-align: justify;
    font-size: 16px;
}
.text-maq {
    margin: 10px 20px 0 20px;
    color: #333;
    text-align: justify;
    font-size: 16px;
    padding: 5px;
}
#rodape-text
{
    z-index : 3;
    font-size : 12px;
    text-align : center;		
    color : #fff;
    margin : -27px auto;
    position : relative
}
#rodape-image
{
    margin : 0;	
    width : 960px;
    margin-left : auto;
    margin-right : auto;
    margin-top : 26.3px;
    background-image: url(images/rodape-gb.jpg) ;
    background-repeat:repeat-x;
    display : block;
    height : 20px;
}
