*{
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	border: none;
}
body{
	background-color: #fff;
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
}
a{
	display: block;
}
#topo a,
#topo{
	width: 500px;
	height: 31px;
}
#topo{
	background-image: url(img/topo.gif);
}
#titulo{
	width: 505px;
	margin: 12px 20px -10px;
	heigh:auto;
}
#titulo span {
	font-size:12px;
	color:#000;
	height: auto;
}
#titulo h1{
	color: #da0000;
	padding: 4px;
	font-size: 17px;
	border-bottom: 3px solid #eaeaea;
	display:block;
	width: 430px;
}
#titulo h1.home {
	position: absolute;
	top:43px;
	left:458px;
	display:block;
	width:65px;
	height: 14px;
	font-size:10px;
	color: #666666; 
	padding-top: 10px;
	text-align:right;
}
#titulo h1.home a{
	color: #666666; 
	text-decoration: none;
	font-size:10px;
}
#titulo h1.home a:hover{
	color: #ff9600; 
	text-decoration: none;
}
ul#navegacao {
	clear: both;
	margin: 0 0 0 20px;
	float:left;
	text-align:center;
}
ul#navegacao li {
	list-style:none;
	float: left;
	margin: 30px 30px 0 0;
}
ul#navegacao li a{
	display: block;
	font-size: 11px;
	text-decoration:none;
	color:#000;
	height:100%;
	width:100%;
}
ul#navegacao li a:hover{
	color:#ff9600;
	text-decoration:none;
}
#foto {
	width:176px;
	height:402px;
	float: left;
	margin: 15px 10px 0 20px;
}
#direita {
	margin: 15px 0 0 0;
	width: 325px;
	float:left;
}
#direita p{
	font-size: 12px;
	height:170px;
}
#direita h1 {
	font-size: 14px;
	color: #ff9600;
	border-bottom: 1px solid #eaeaea;
}
#direita ul#thumbs{
	list-style:none;
	clear:both;
}
#direita ul#thumbs li {
	display:block;
	float: left;
	color:#000;
	width: 70px;
	height: 70px;
	text-align:center;
	margin: 20px 10px 10px 0;
}
#direita ul#thumbs li.ativo {
	color: #ff9600;
	font-size: 10px;
}
#direita ul#thumbs li a{
	text-decoration: none;
	color:#000;
	font-size: 10px;
}
#direita ul#thumbs a:hover{
	text-decoration: none;
	color:#ff9600;
}
#rodape {
	background-image:url(img/rodape.gif);
	background-repeat:no-repeat;
	height:18px;
	width:550px;
	position:absolute;
	left:0;
	top:490px;
	display:block;
}
