* { margin: 0; padding: 0; }
a, a:visited, a:link, a:active { text-decoration:none; color:#80AAD5; }
a:hover { text-decoration:none; color:#d00; }
body {
	text-align: center;
	font-family: Verdana;
	font-size: 7.5pt;
	background-color: #fff;
	background-image: url(imgs/back.png);
	background-attachment: fixed;
	color: #5C5C5C;
}
#all {
	width:776px;
	margin:auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom:1px #ccc solid;
	background-color: #fff;
}
#sub_topo {
	display:block;
	width:100%;
	text-align:left;
	height:15px;
}
#sub_esq {
	float: left;
	width: 127px;
	display: inline;
}
#sub_dir {
	display: inline;
	float: left;
}
html>body #sub_topo a {
	text-decoration:none;
	color:#a6c8d4;
}
#sub_topo a, #sub_topo a:visited, #sub_topo a:link {
	text-decoration:none;
	color:#a6c8d4;
}
#sub_topo a:hover {
color:#d00;
}
#menu {
	background-image: url(imgs/menu.png);
	background-repeat:no-repeat;
	height: 212px;
	width: 103px;
	float: left;
	display:block;
	text-align:left;
	font-size:8pt;
	color:#5c5c5c;
}
#menu ol {
list-style-type:none;
}
html>body #menu a { 
	text-decoration:none;
	color:#5c5c5c;
	display:block;
	width:100%;
}
#menu a, #menu a:visited, #menu a:link {
	text-decoration:none;
	color:#5c5c5c;
	display:block;
	width:100%;
}
#menu a:hover {
display:block;
width:100%;
text-decoration:underline;
color:#d00;
}
#menu ul {
padding-top:4px;
padding-left:1px;
list-style-type:none;
}
#menu ul li {
padding-left:2px;
padding-right:5px;
}
#menu ul ul li {
padding-left:5px;
padding-right:0px;
}
#conteudo {
	width:671px;
	float:left;
	display:block;
	background-color: #FFFFFF;
	background-image: url(imgs/cont_corpo.png);
	background-repeat: repeat-y;
	color: #5C5C5C;
}
#cont_roda {
	background-color: #FFFFFF;
	background-image: url(imgs/cont_roda.png);
	background-repeat: no-repeat;
	height:20px;
	background-position: -1px;
}

#cont_topo {
	background-color:#ffffff;
	background-image: url(imgs/cont_topo.png);
	height: 19px;
	background-repeat: no-repeat;
}
#cont_cont {
padding: 0 20px;
list-style:inside;
list-style-type:armenian;
}
#rodape {
	height:40px;
	background-image: url(imgs/rodape_back.png);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFFFFF;
	display:block;
	width:100%;
	clear:both;
	padding-top:7px;
	color: #5c5c5c;
}
html>body #rodape a {
text-decoration:none;
color:#5C5C5C;
}
#rodape a, #rodape a:active, #rodape a:visited, #rodape a:link {
text-decoration:none;
color:#5C5C5C;
}
#rodape a:hover { 
color:#d00;
}
#roda_esq {
padding-left:3px;
display:inline;
float:left;
text-align:justify;
}
#roda_dir {
padding-right:3px;
display:inline;
float:right;
text-align:right;
}
.pics {  
    height:  232px;  
    width:   232px;  
    padding: 0;  
    margin:  0;  
} 
 
.pics img {  
    padding: 15px;  
    border:  1px solid #ccc;  
    background-color: #eee;  
    width:  430px; 
    height: 200px; 
    top:  0; 
    left: 0 
} 