*{
	margin:0;
	padding:0;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:none;
	list-style:none;
}


/* DIVS */
#container {
	float:left;
	width:100%;
	min-height:100%;
	position:relative;
}

#containerSite {
	width:780px;
	min-height:10px;
	margin:0 auto 246px; 
	text-align:left;
}

#rodape {
	width:100%;
	height:246px;
	background-image:url(../imagens/bgRodape.jpg);
	background-repeat:no-repeat;
	background-position:100px;
	background-position:bottom;
	position:absolute;
	bottom:0;
	*left:0;
}

#rodape #ass{
	width:180px;
	height:23px;
}

#topo{
	width:780px;
	padding-top:20px;
}

#logomarca{
	width:300px;
	float:left;
}
#menu{
	width:150px;
	height:140px;
	float:left;
	padding-left:300px;
}

#conteudo{
	float:left;
	width:780px;
	min-height:10px;
	padding-top:20px;
}

#conteudo1{
	width:260px;
	min-height:10px;
	float:left;
	padding-right:40px;
}
#conteudo2{
	width:450px;
	min-height:10px;
	float:left;
}
#conteudo2 li{
	list-style:outside;
}

#subMenu ul{
	padding-bottom:5px;
}

/* ELEMENTOS HTML */
html, body {
	height: 100%;
}

* html #container {
	height: 100%; /* hack para IE6 que trata height como min-height */
}

body {
	background-image:url(../imagens/bgTopo.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	color: #8f8f8f;
	font-size: 10px;
	background-color:#FFF;
	text-align:center;
	line-height:170%;
}

a {
	color:#8f8f8f;
	text-decoration:none;
}

a:hover {
	color:#333;
	text-decoration:none;
}
h1{
	font-size:24px;
	color:#79C713;
	font-weight:lighter;
	line-height:100%;
}
h2{
	font-size:18px;
	color:#20BFD2;
	font-weight:lighter;
	text-align:center;
}
h3{
	font-size:14px;
	color:#79C713;
	font-weight:lighter;
}
h4{
	font-size:20px;
	color:#e544c5;
	font-weight:lighter;
}
dt{
	display:table-cell;
}
dd{
	float:left;
	padding-bottom:10px;
}

/* CLASSES */

.campo {
	color:#333333;
	background-color:#FFF;
	border: 1px solid #EBEBEB;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:1px 5px;
}

.botao {
	color:#333333;
	background-color:#FFF;
	border: 1px solid #EBEBEB;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:1px 5px;
}

.boxLink{
	border:1px solid #8f8f8f;
	background-color:#FFF;
	padding:3px;
}

.subMenu{
	width:250px;
	border-bottom:1px solid #CCC;
	padding:5px;
	font-size:11px;	
}

.clear{
	clear:both;
}
