a
{
  text-decoration: none;   
}

#logomarca {
	background-color: #E1E3D5;
	height: 169px;
	width: 182px;
	float: left;
}
#topo {
	height: 169px;
	width: 598px;
	float: right;
	background-image: url(imgs/topo.jpg);
}
#menu {
	background-color: #4B542E;
	height: 25px;
	width: 780px;
	clear: both;
}
#conteudo {
	background-color: #E1E3D5;
	width: 442px;
	float: right;
	margin: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
}
#conteudo_inteiro {
	width: 740px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}



#esquerdo {
	background-color: #E1E3D5;
	/*height: 500px;*/
	width: 288px;
	float: left;
}

#rodape {
	clear: both;
	width: 780px;
	height: 83px;
	background-image: url(imgs/rodape.jpg);
	color: #FFFFFF;
	margin: 0px;
	font-size: 12px;
	padding: 0px;
}

#endereco {
	height: 33px;
	width: 558px;
	float: left;
	margin: 0px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}




#assina_sphera {
	height: 33px;
	width: 192px;
	float: right;
	margin: 0px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#site #rodape #assina_sphera a {
	color: #FFFFFF;
	text-decoration: none;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	color: #003300;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	background-image: url(imgs/fundo.jpg);
	background-repeat: repeat-x;
	text-align: justify;
	background-position: center center;
	background-attachment: fixed;
	line-height: 19px;
}

#site {
	width: 780px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #E1E3D5;
	padding: 0px;
}





    #tabsC {
	width:780px;
	font-size:14px;
	line-height:normal;
	background-color: #4B542E;
	height: 20px;
      }
    #tabsC ul {
	margin:0;
	padding:0px;
	list-style:none;

      }
    #tabsC li {
	display:inline;
	margin:0;
	padding:0;
	width: 100px;
      }
    #tabsC a {
	float:left;
	margin:0;
	padding:0;
	text-decoration:none;
	cursor: pointer;
      }
    #tabsC a span {
	float:left;
	display:block;
	color:#FFFFFF;
	font-weight: normal;
	background-color: #4B542E;
	background-repeat: no-repeat;
	background-position: right top;
	width: 100px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsC a span {float:none;}
    /* End IE5-Mac hack */
    #tabsC a:hover span {
	background-color: #939E78;
	color: #FFFFFF;
	height: 21px;
      }


    #tabsC a:hover {
	background-position:0% -42px;
      }
    #tabsC a:hover span {
      background-position:100% -42px;
      }  
h2 {
	color: #4B542E;
	background-color: #AFB591;
	height: 21px;
	font-size: 14px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-weight: bold;
}
h3 {
	height: 21px;
	font-size: 14px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-weight: bold;
	background-color: #F0F1EB;
}
strong {
	font-size: 15px;
	font-weight: bold;
	color: #003300;
}
#site #conteudo_inteiro a {
	color: #4B542E;
	text-decoration: none;
}
#conteudo a {
	text-decoration: none;
	color: #003300;
}


/* ESSA PARTE É DA GALERIA \*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 250px;
	height: 172px;
}

