@charset "UTF-8";
/* CSS Document */

html{min-height:100%;position:relative;background-color:#D6D6D3;}

img {margin:0;padding:0;float:left}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
	background-color:#3F9;
}

ul
{
    list-style-type: none;
}

.img {
	border:0 none;
	border-width:0;
	
}

a.linkemail:link, a.linkemail:visited, a.linkemail:active {
	color:#4D4D4D;
	text-decoration:none;
}

a.linkemail:hover {
	text-decoration:underline;
}

#topo-geral {
	background-image:url(img/bg_topo.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:141px;
	float:left;
}

#main {
	width:100%;
	height:100%;
	min-height:100%; !important
	position:absolute;
	background-color:#D6D6D3;
	
}

#wrapper {
	width:1000px;
	height:100%;
	position:absolute;
	left:50%;
	margin-left:-500px;
	
}


#topobg {
	/*
	background-color:#C90;
	background-image:url(img/bg_topo.jpg);
	background-repeat:repeat-x;*/
	width:1000px;
	height:141px;
}

#rodape-geral {
	background-image:url(img/bg_rodape.jpg);
	background-repeat: repeat-x;
	height:87px;
	width:100%;
	position:relative;
	margin-top:-87px; /* negative value of footer height */
	position:\absolute; !important
	margin-top:\660px; !important
	float:\ left; !important
	clear:both;
	
}


#logo {
	
	width:138px;
	height:157px;
	float:left;
	margin-top:5px;
	margin-left:120px;
	z-index:100;
}

#menu {
	
	width:600px;
	height:50px;
	float:left;
	margin-top:55px;
	margin-left:-4px;
	z-index:1;
}

#meio {
	
	width:760px;
	padding-top:70px;
	padding-left:120px;
	padding-right:120px;
	
}

#rodape {
	/*background-image:url(img/bg_rodape.jpg);
	background-repeat: repeat-x; */
	height:87px;
	width:1000px;
}