/* Estrutura do Site */
@import url(lightbox.css);

* {	margin:0; padding:0; vertical-align:middle; }

body { background:url(../img/bg_site.gif) top repeat-x #deeef0;  }

#area{
	width:854px;
	/* height:2000px; */
	margin:0 auto;
	position:relative;
}

a img{
	border:none;
}

/* Header */

#header { height:220px; }

h1 span{ display:none; }
h1 { display:block; float:left; width:854px; height:220px; background: url(../img/header.gif) no-repeat; }

#contato { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000; font-weight:normal; text-align:right; width:200px; height: 100px; position: absolute; top: 16px; left:640px;  }


/* Content */

#content { width:854px; }


/* Boxes */

.box_left { width:400px; height:133px; margin-left:4px; border:4px solid #7ba6ac; float:left; }
.box_right { width:400px; height:133px; margin-left:30px; border:4px solid #7ba6ac; float:left; }
.txt_left { width:400px; height:100px; padding-top:3px; margin-left:5px; float:left; }
.txt_right { width:400px; height:100px; padding-top:3px; margin-left:38px; float:left; }

/* Type */

h2 { font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#216169; }
h3  { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000; font-weight:normal;  }


a.links:link {font-family:Arial, Helvetica, sans-serif; font-size: 12px; color: #000; font-weight: bold; text-decoration: underline;}
a.links:visited {font-family:Arial, Helvetica, sans-serif; font-size: 12px; color: #000; font-weight: bold; text-decoration: underline;}
a.links:hover {font-family:Arial, Helvetica, sans-serif; font-size: 12px; color: #000; font-weight: bold; text-decoration: none; }
a.links:active {font-family:Arial, Helvetica, sans-serif; font-size: 12px; color: #000; font-weight: bold; text-decoration: none;}
