﻿html, body {
	height: 100%;
	margin: 0;
	}
body
{
	background-color: #dcdcdc;
	font-family: Tahoma;
	font-size: 13px;
}
* html #principal {
	height: 100%; /* hack para IE6 hq trata height como min-height */
}

#principal
{
	width: 960px;
	position:relative;  /*Contexto de posicionamento */
	margin: 0 auto;
	min-height:100%;/**/
	padding-bottom: 40px;
	background-color: #FFF;
	background-image:url(../imagens/linha_1.jpg);
	background-repeat:repeat-y;

}
#topo{
	height: 174px; 
	width: 690px;
	background:#FFF; 
	color:#FFFFFF; 
	font-size:16px;
	line-height:30px;
	vertical-align: middle;
	float: left;
}
#direito
{
	float: right;
	width: 266px;
}
#menu
{
	width: 200px;
	float: left;
	line-height: 25px;
	padding: 40px 0 20px 0px;
	color: #FFF;
	min-height: 500px;
	font-weight: bold;
	font-size: 14px;
	font-family: Tahoma;
	clear: left; 
	position: relative;
}
#menu li{ list-style:none; 
	text-decoration: none;
	margin-left: 0px;
}
#menu ul{margin: 0; padding: 0 0 0 20px;}
#menu li a
{
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding-left: 15px;
	display: block;
	width: 140px;
}
#menu li a:hover{background-color: #1f1a17;}

#miolo
{
	width: 450px;
	float: left;
	background-color: #fff;
	padding-left: 40px;
	line-height: 20px;
}
#miolo h1 {font-size: 16px; color: #1f1a17; padding-top:4px; margin: 40px 0 0 0;clear: left; border-top: 1px solid #dededc;}

#miolo h3 {font-size: 12px; color: #1f1a17; padding: 20px; margin: 0; clear: left; }
#miolo a:hover
{
	text-decoration: underline;
}
#boxEndereco
{
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	border-top: 1px solid #FFF;
	line-height: 14px;
	margin: 60px auto;
	padding-top: 20px;
	width: 160px;
}
#rodape {
	background-color: #C4261D;
	position: absolute;
	bottom: 0;
	width: 960px;
	height: 40px;
	}
