@charset "utf-8";
/* CSS Document */

* {margin:0; padding:0; img:none}

#fundo { background:#CFCBC2; width:779px; height:700px; margin:0 auto; top center;}
#topo {background-image:url(topo.jpg); width:779px; height:250px;}
#conteudo {background:url(bg.jpg) repeat-y; height:500px; text-align:left;}
#conteudo-imagem {float:left; width:160px; height:75px; margin-left:30px;}
#conteudo-texto {float:right; width:380px; height:75px; margin-right:10px; text-align:left;} 
#conteudo-texto p {
	font-size:14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #9BD0EF;
	text-align: justify;
}
#conteudo-menu { background:url(menu.jpg) no-repeat; width:140px; height:361px; float:right; text-align:right; padding-right:52px; text-align:left;}

a:link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	color: #FF3334;
}

a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	color: #FF3334;
}

a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: underline;
	color: #FF3334;	
}

#rodape {background-image: url(rodape.jpg);
         width:779px; padding:50px 0 30px 0; vertical-align:bottom;}