<!--
* { 
padding : 0;
margin : 0;
} 
body { 
font-family: Verdana, Arial, Helvetica; 
color : #fff;
font-size : 12px;
background-image : url('images/fundo.jpg');
} 
#tam { 
width : 800px;
margin : 3px auto 0 auto;
}
a:link {
font-family: Verdana, Arial, Helvetica; 
font-size: 12px; 
color: #FFFFFF;
text-decoration : none;
}
a:visited {
font-family: Verdana, Arial, Helvetica; 
font-size: 12px; 
color: #FFFFFF; 
text-decoration : none;
}
a:active {
font-family: Verdana, Arial, Helvetica; 
font-size: 12px; 
color: #FFFFFF;
text-decoration : none;
}
a:hover {
font-family: Verdana, Arial, Helvetica; 
font-size: 12px; 
color: #669999;
text-decoration : none;
}
input, textarea {
font-family: Verdana, Arial, Helvetica; 
font-size: 12px; 
color : fff;
background-color : #111111;
}
#logo { 
display : inline;
float : left;
width : 167px;
height : 125px;
background-image : url('images/logo-animac.gif');
background-color : #2e3e36;
} 
#links { 
display : inline;
float : left;
width : 633px;
height : 125px;
background-color : #2e3e36;
text-align : right;
}
#figbg {
display : inline;
float : left;
width : 800px;
height : 185px;
background-color : #293d33;
}
#sublinks {
display : inline;
float : left;
width : 800px;
height : 50px;
text-align: center;
background-color : #131c17;
}
#L1 {
display : inline;
float : left;
width : 800px;
text-align : center;
background-color : #293d33;
}
#L2 {
display : inline;
float : left;
width : 800px;
text-align : center;
background-color : #293d33;
}
#col1 {
width : 399px;
text-align : center;
border-right : 1px dotted #fff;
}
#col2 {
width : 400px;
text-align : center;
}
#col3 {
width : 375px;
text-align : left;
margin-left : 24px;
}
#col4 {
width : 329px;
text-align : left;
margin-left : 70px;
}
#col1, #col2, #col3, #col4 {
display : inline;
float : left;
background-color : #293d33;
}
#tab1 {
display : inline;
float : left;
width : 266px;
text-align : center;
background-color : #293d33;
}
#tab2, #tab3 {
display : inline;
float : left;
width : 266px;
text-align : center;
border-left : 1px dotted #fff;
background-color : #293d33;
}
#rodape {
display : inline;
float : left;
width : 800px;
height : 38px;
text-align: center;
background-color : #131c17;
}
-->