body {
margin: 0;
padding: 0;
line-height: 2em;
font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
font-size: 80%;
color: #000;
background: #e3fffa;
/*background: url(images/pagebackground.jpg) ;*/
}
<!--
body { text-align:center }
#wrapper { 
	 padding: 0px 0 0px 0; 
        text-align: left;
	margin: 0 auto;
	width:900px;
	background: #fff  ;
	color:#000;
	
}
-->

#destaque {
color: #4f7d8e;
font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
font-size: 120%;
font-style: italic;
}

			/*TITLE BAR*/
#top {
height: 50px;
background: #801d3a;
margin-top: 0;
}
			/*BANNER*/
#header {
height: 140px;

background-image:  url(images/topo.jpg);
margin:0;
/*border-top : 3px solid #cecece;*/
}
			/* TOP MENU */
#menu {
width:100%;
height: 80px;
font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
background: url(images/menu.png);
font-size:80%;
line-height:normal;

}
#menu ul {
margin:0;
padding: 0 0 0 0;
list-style:none;
}
#menu li {
display:inline;
margin:0;
padding:0;
}
#menu a {
float:left;
/*background:url(images/tableft6.gif) no-repeat left top;*/
margin:0;
padding:0 0 0 4px;
text-decoration:none;
}
#menu a span {
float:left;
display:block;
/*background:url(images/tabright6.gif) no-repeat right top;*/
padding: 5px 45px 4px 6px;
color:#fff;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {float:none;}
/* End IE5-Mac hack */
#menu a:hover span {
color:#FFF;
}
#menu a:hover {
background-position:0% -42px;
color: #000;

}
#menu a:hover span {
background-position:100% -42px;
color: #000;

}
			/*3 COLUMNS*/
#gutter {
clear:both;
float: left;
width: 3%;
height: 1px;
}
#col1 {
float: left;
width: 130px;
height:600px;
background: #fff ;
font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;

text-align:justify;
margin-bottom: 10px;
}
#col2 {
float: left;
width: 500px;
/*height:600px; */
margin-left: 65px;
background: #fff;
font-family:Verdana, Arial, Helvetica, Tahoma, sans-serif;

text-align: justify;
margin-bottom: 10px;
}
#col3 {
float: right;
width: 130px;
height:600px;
margin-right: 3%;
background-color: #fff;
font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;

text-align: justify;
margin-bottom: 10px;
}
			/*BOTTOM*/
#bottom {
border-top: 3px solid #eee;
height:200px;
clear:both;
color: #000;
background-color: #cacaca;
}
#bottom a {
color : #fff;
background : transparent;
text-decoration : none;
}
#bottom a:hover {
color : #484452;
text-decoration : none;
}
			/*LIST*/
.list3,.list3center {
float: left;
width: 28%;
margin-left : 10px;
}
.list3center {
margin: 0 6%;
}
			/*FOOTER*/
#footer {

font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
clear: both;
padding:5px;
background: #e3fffa;
background: url(images/footer.png);
color:#000;
}
#footer a {

color: #000;
}
#footer a:hover {
background: inherit;
color: #333;
}
			/*TYPOGRAPHY*/
h1 {
margin: 0;
padding : 10px 0 0 30px;
font-size : 200%;
letter-spacing: 5px;
color : #082449;
background : inherit;
}
h2 {
margin-top: 10px;
font-size : 150%;
letter-spacing: 3px;
color : #082449;
background :transparent;
}
h3 {
margin : 10px 0 0 20px;
font-size : 160%;
letter-spacing: 5px;
text-transform: uppercase;
color : #082449;
background : inherit;
}
p {
margin-left: 7px;
margin-right: 7px;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #677278;
}
			/*LINKS*/
a:link {
color : #082449;
background : transparent;
text-decoration : none;
}
a:visited {
color : #000;
background : transparent;
text-decoration : none;
}
a:hover {
color : #000;
text-decoration : underline;
}
li {
list-style-image: url(images/arrow.gif);
padding-left: 3px;
}
a img {
border : 0;
}
			/*CLASS*/
.clear {
clear: left;
overflow: hidden;
width: 0;
height: 0;
}
