body{
text-align:center;
background: #FFFFFF;
/*background-image: url(../images/bg.gif);*/
background-repeat: repeat-x;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight:bold;
line-height: 1.4;
}

strong{
font-weight:bold;
}

p { margin: 1.33em 0 ;}
blockquote{
padding-left:10px;
}




#container{
margin:auto;
width: 780px;
height: 1000px; /* Só para testes*/
text-align: left;
background: #FFFFFF;
}

#header{
background-image: url(../images/header_empty.jpg);
height: 200px;
background-repeat:no-repeat;
padding:0;
margin:0;
}

#changer{
position:relative;
top:-22px;
left:11px;
z-index:3;
padding:0;
margin:0;
}

object{
position:relative;
z-index:-100;}

#logo{
position:relative;
z-index:4;
padding:0;
margin:0;
}
#logo img{
padding:0;
margin:0;
}

#menu_top{
position:relative;
left: 20px;
top: -45px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
z-index:50;

}

#menu_top td{
text-align: left; /* right ^ left ^ center = para escolher o alinhamento do menu*/
color: blue; /* Serve para definir a cor dos separadores se existirem*/
}

#menu_top li{ 
list-style-type: none;
display: inline;   /* Faz com que o menu seja horizontal*/
padding-right: 20px;
}

#menu_top a{
color: #FFF; /* Cor dos links do menu em descanso */
text-decoration: none;
}
#menu_top a:hover{
color:#FFF; /* Cor do link do menu com o rato por cima */
text-decoration: underline;
}
#menu_top a#active_menu{
color:#FFF;  /* Cor do link do menu activo */
text-decoration: underline;
}

#bread{
position:relative;
left: 20px;
top: -10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:normal;
font-size: 16px;
color: #666666;

}

#main {
width:780px;
background-image: url(../images/corpo_bg.jpg);
background-position:center;
background-repeat:repeat-y;
}


#left_side{
float:left;
margin-left: 20px;
color: #555555;
width:495px;

}

#compo {
padding-top:10px;
padding-left:10px;
padding-right:10px;
}
#right_side {
float:right;

width:220px;
padding-top:10px;
background-image: url(../images/menu_bg.jpg);
background-repeat:no-repeat;
}


#right_side li{
padding-left:10px;
padding-top:10px;
list-style-type: none;}

#right_side a{
color:#666666; /* Cor dos links do menu em descanso */
text-decoration: none;

}
#right_side a:hover{
color:#AC8E16; /* Cor do link do menu com o rato por cima */
text-decoration: none;
}
#right_side a#active_menu{
color:#AC8E16;  /* Cor do link do menu activo */
text-decoration:none;
}

#right_side li#current a{ /* Cor do link do menu activo */
color:#333333;}


#right_side li#current a:hover{
color:#AC8E16; /* Cor dos links do menu em descanso */
text-decoration: none;
}

.clr{
clear: both;
}



#footer {
background-image: url(../images/footer_bg.jpg);
background-repeat:no-repeat;
padding-left:20px;
}
#footer_left a{
color:#666666; /* Cor dos links do menu em descanso */
text-decoration:none;
border-bottom: 1px dotted #666666;
}
#footer_left a:hover{
color:#AC8E16; /* Cor do link do menu com o rato por cima */
text-decoration: none;
}
#footer_left a#active_menu{
color:#AC8E16;  /* Cor do link do menu activo */
text-decoration: none;
}
#footer_left {
float:left;
width:495px;
color: #999999;
font-size: 90%;
padding-top: 10px;
padding-bottom: 30px;
line-height: 130%;
}
#footer_right {
float:right;
width:240px;
color: #999999;
font-size: 90%;
/*padding-left: 10px;*/
padding-top: 10px;
padding-bottom: 30px;
line-height: 130%;
}
.pad_left{
padding-left:10px;
}
