* {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#555;
}

body {
	margin:0;
	padding:0;

	background: url(../imagens/bg_body.jpg) center repeat-y #efeeee;
}

img {
	border:0;
}

h1, h2, h3, h4, h5 {
	margin:0;
	padding:0;
	color:#551325;
}

h1 {
	font-size:1.8em;
	padding:0.4em 0;
}

h2 {
	font-size:1.3em;
	padding:0.4em 0;
}

#principal {
	margin:0 auto;	

	width:980px;
}

#corpo, #topo, #menu, #rodape {
	width:100%;
	float:left;
}

#menu {
	height:65px;	
	background:url(../imagens/bg_menu.jpg);
}

#corpo {
	/*background: url(../imagens/bg_conteudo.jpg) center bottom no-repeat;*/
}

#conteudo {
	width:70%;
	float:left;
	position:relative;
}

#lateral_direita {
	background: url(../imagens/bg_lateral.jpg) top left no-repeat;
	width:29%;
	float:right;
}

#conteudo .box{
	margin:1em 0 1em 1em;
}

#rodape {
	padding-top:1em;
}

#lateral_direita .box {
	margin:1em 1em 1em 2em;
}

#lateral_direita .box h2 {
	margin:3px 0;
	padding:0;
}

#lateral_direita .box p {
	margin:0;
	padding:0;
}

ul.lateral_direita {
	list-style:none;
	margin: 0;
	padding:0;
}

ul.lateral_direita a {
	text-decoration:none;
}

ul.lateral_direita a:hover {
	text-decoration:underline;
}

ul.lateral_direita li.linha_1 {
	background:#ddd;
	padding:0.2em;
}

ul.lateral_direita li.linha_2 {
	background:none;
	padding:0.2em;
}

.destaque_1 {
	color:#551325;
}

.contato td {
	font-size:11px;
	padding-bottom:1em;
}

.contato td strong {
	font-size:12px;
}