﻿@charset "utf-8";
/* CSS Document */

#conteudo {
	width: 618px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}
#topo_conteudo {
	height: 56px;
	width: 618px;
}

.style2 {
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
}
.style3 {color: #000000}
.style4 {
	color: #9E0C0F;
	font-weight: bold;
	font-size: 16px;
}
.style5 {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.style6{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.link_produtos:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
.link_produtos:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
.link_produtos:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.link_produtos:active {
	text-decoration: underline;
	color: #FFFFFF;
}#tudo {
	width: 800px;
	position:absolute;
	margin-left: -400px;
	left: 50%;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

}
#cab {
	height: 250px;
	width: 800px;
}

#lateral {
				background-repeat: repeat-y;
				background: #9E0C0F;
				width: 184px;
				float: left;
				height: 100%;
				color: #FFFFFF;
				font-size: x-small;
}

#corpo {
	width: 614px;
	float: right;
}
#rodape {
	clear: both;
	width: 800px;
}

#conteudo {
	float: right;
	width: 616px;
}
body {
	background-color: #E9E9E9;
}
