/* 
	Viagem das Letras . Com 
	by: Fidelizarte
*/


body {
	background-color:#972e2a;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:white;background-image:url(../layout/body_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
a {
	color:#fab837;
	text-decoration:underline;
}
a.hover {
	text-decoration:none;
}
h1 {
	font-size:14px;
	margin:0;
}
.txt_destaque_titulo {
	font-size:14px;
	font-weight:bold;
	color:#fab837;
}
.txt_destaque {
	font-size:12px;
	font-weight:bold;
	color:#fab837;
}
/*#wraper {
	width:100%;
	height:760px; !important
	min-height:760px;
	
}*/
#main {
	background-image:url(../layout/main_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:760px; /*!important*/
	min-height:760px;
	width: 839px;
}
#coldir {
	float:right;
	width:295px;
	height:760px; !important
	min-height:760px;
	background-image:url(../layout/papel_morada_new.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
#colesq {
	float:left;
	width:129px;
}
#colesq .menu {
	width:94px;
	margin-left:16px;
	margin-top:234px;
}
#colesq .menu a img{
	margin-bottom:5px;
}
#colcentro {
	float:left;
	width: 400px;
	/*padding-left:10px;
	padding-right:5px;*/
	margin-top:234px;
}
#colcentro .txt_homepage {
	font-size:14px;
}
#colcentro .txt_homepage a{
	text-decoration:none;
	font-weight:bold;
}
#colcentro .txt_homepage a:hover{
	text-decoration:underline;
}
#rodape {
	background-image:url(../layout/rodape_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	height:40px;
	padding-left:10px;
	padding-top:14px;
}
#rodape img{
	float:right;
	margin-right:40px;
}
