html, body, form, p, ul, li, h1, h2, h3, h4, h5, h6, h7 { margin: 0; padding: 0; }


body
{
	font-family: Verdana, Arial, Sans-serif;
	font-size: 12px;
	background: #ececec url('../images/home-bg.jpg') repeat-x;
}

img { border: 0; }
a { color: #369; }
a:hover { color: #009; }

.container
{
	width: 100%;
	background: url('../images/home.jpg') no-repeat center top;
	padding-top: 25px;
}

.content
{
	width: 900px;
	min-height: 600px;
	margin: 0 auto;
}

.content .topo { height: 120px; }
.content .topo h1 { display: none; }


.content .lateral { width: 210px; float: left; }
.content .lateral .menu
{
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 14px;
	width: 205px;
	height: 330px;
	background: url('../images/freeview-top-index.png') repeat-y;
	padding: 40px 10px 10px;
}
.content .lateral .menu ul { list-style: none; margin: 10px 35px 10px 25px; }
.content .lateral .menu ul li { height: 26px; text-align: left; }
.content .lateral .menu ul li a { display: block; text-decoration: none; font-weight: bold; color: #333; padding-left: 20px; }
.content .lateral .menu ul li a:hover { text-decoration: none; color: #933; background: url('../images/search-go.gif') no-repeat; }


.content .miolo
{
	font-size: 12px;
	width: 660px;
	height: 100%;
	min-height: 340px;
	float: left;
	padding: 0px 10px 140px 20px;
	background: url('../images/home.png') no-repeat bottom right;
}

.content .miolo h2 { font-size: 18px; font-weight: bold; color: #933; margin-bottom: 15px; }
.content .miolo .box { width: 623px; padding: 10px 20px; background: url('../images/content.png') repeat-y; }
.content .miolo .texto { text-align: justify; line-height: 24px; margin-bottom: 15px; }


.rodape { clear: both; width: 550px; margin: 0 auto; font-size: 10px; color: #777; text-align: center; padding-left: 100px;}





.clear { clear: both; }