﻿html, body {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
    background-color:#626262;
    margin: 0px auto;
    padding: 0px;
}

#inicioconteudo {
    background:url(../img/hp/inicioconteudo.jpg) repeat scroll 0 0;
    width:780px;
    height:9px;
	margin:0 auto;
	position: relative;
}

#conteudo {
    background: #fff url(../img/hp/conteudo.jpg) repeat scroll 0 0;
	margin:0 auto;
	position: relative;
	width:780px;
    background-color: White;
	height: 600px;
}

#finalconteudo {
    background:url(../img/hp/finalconteudo.jpg) repeat scroll 0 0;
    width:780px;
    height:9px;
	margin:0 auto;
	position: relative;
}
	
#cabecalho {
	background:url(../img/hp/siteimagem.png) no-repeat scroll 0 0;
    position:relative;
    left: 10px;
	width:760px;
	height:148px;
}

#menu {
    position:relative;
    left:10px;
	width:154px;
	height:270px;
	float:left;
	text-align:right;
	background:#D0D0D0;
}
.menu a:link, .menu a:visited {	
	margin:1px 1px 1px 0px;
	display:block;
	font:bold 11px Tahoma, Verdana, Arial;
	color:#606060;
	background:url(../img/hp/opcmenufundo_off.gif) no-repeat;
	padding:8px 15px 9px 0px;
	text-decoration:none;
}
.menu a:link.active, .menu a:visited.active {
	background:url(../img/hp/opcmenufundo_on.gif) no-repeat;	
}
.menu a:hover{ 
	background:url(../img/hp/opcmenufundo_on.gif) no-repeat;
}

#principal {
    position:relative;
	float:right;
	right:10px;
	width:570px;
	padding:16px;
	font:normal 12px Tahoma, Verdana, Arial;
	line-height: 20px;
	color: Black;
}



#principal h1, h2 {
    border-bottom:1px dotted #DDDDDD;
    color:#888888;
    font-family:Tahoma,Verdana,Arial;
    font-size:14px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:bold;
    letter-spacing:5px;
    line-height:normal;
    margin:0 0 20px;
    padding:5px 0 2px;
    text-transform:uppercase;
}

#principal h2 {
    font-size:12px;
    letter-spacing:3px;
}