@import url("css-pages.css");

* {
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Arial, Verdana;
	outline:none;
	}
	
body {
	background:#e87e1e url(../images/body.jpg) left top repeat-x;
	}
	
#container {
	width:1007px;
	margin:0 auto;
	}
	
#topo {
	background:url(../images/topo.jpg);
	height:392px;
	}
	
#topo h1 {
	background:url(../images/h1.jpg) left center no-repeat;
	height:352px;
	}
#topo h1 a {
	display:block;
	position:relative;
	top:45px;
	width:200px;
	height:130px;
	margin-left:620px;
	text-indent:-9999px;
	}
	
#barnav {
	background:url(../images/menu.jpg) center center no-repeat;
	height:32px;
	padding-top:8px;
	list-style:none;
	padding-left:630px;
	font-family:Arial, Helvetica, sans-serif
	}
#barnav li {
	display:inline;
	padding-left:10px;
	padding-right:10px;
	}
#barnav li a {
	text-transform:uppercase;
	color:#463e3a;
	font-size:13px;
	text-decoration:none;
	font-weight:bold
	}
#barnav li a:hover {
	color:#f2680b
	}

#conteudo {
	background:#fff url(../images/topo-conteudo.jpg) center top no-repeat;
	width:899px;
	margin:0 auto;
	}

a {
	color:#f2680b
	}

#coluna {
	width:327px;
	height:386px;
	padding:10px;
	float:left;
	margin-top:35px;
	}
h2 {
	color:#e75717;
	}
#coluna p {
	font-size:11px;
	color:#666;
	padding:10px;
	padding-top:0; padding-bottom:0;
	text-align:justify
	}
	
#corpo {
	width:525px;
	padding:10px;
	padding-left:15px;
	margin-top:35px;
	float:right;
	background:url(../images/detalhe.gif) left top repeat-y
	}
#corpo p {
	font-size:12px;
	color:#666;
	padding:10px;
	padding-top:0; padding-bottom:0;
	text-align:justify
	}
	
#corpo .fotos {
	margin-top:20px;
	}

#rodape {
	color:#fcd198;
	width:900px;
	margin:0 auto;
	border-top:1px dotted #fcd198;
	margin-top:10px;
	}
#rodape div {
	width:600px;
	float:left;
	}
#rodape h3 {
	font-size:14px;
	}
#rodape p {
	font-size:12px;
	}
#rodape p#guiase {
	width:200px;
	float:right;
	background:url(../images/guiase.gif) right center no-repeat;
	}
#rodape p#guiase a {
	display:block;
	width:90px;
	text-indent:-9999px;
	height:43px;
	}