@import url("topo.css");
@import url("principal.css");
@import url("rodape.css");

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.3em;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	color: #666666;
}

h1 {
	position: absolute;
	left: 15px;
	top: 5px;
	height: 88px;
	width: 150px;
}

body {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #006599;
	background-image: url(../images/padrao/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#topo, #principal {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#principal #anc_conteudo {
	display: none;
}

#cervejas {
	padding: 10px 6px 0;
	height: 130px;
	background: url(../images/padrao/cervejas_bg.jpg) no-repeat;
}

#cervejas strong {
	display: block;
	text-align: center;
	padding: 5px 0 12px;
	font-size: 130%;
	color: #333;
}

#cervejas img {
	padding: 0 4px 4px 4px;
	float: left;
}