body {
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: Teal;
	margin: 0px;
	padding: 0px;
}
html {
    overflow: -moz-scrollbars-vertical;
}
#tudo {
    /*width: 760px;*/
    width: 100%;
    margin: 0px auto 0px auto;
    text-align: left;
	border: thin double Black;
	background-color: #fff;
}
#topo {
    height: 205px;
    text-align: left;
    background: #CC3333 url(../imagens/bktopo.gif) no-repeat left top;
    margin: 0px 0px 0px 0px;
}
#colEsq {
    width: 150px;
    float: left;
    background-color: #fff;
    margin: 0px 0px 0px 0px;
}
#colMeio {
    float: inherit;
    background-color: #fff;
    margin: 0px 180px 0px 160px; 
}
#colDir {
    width: 170px;
    float: right;
    background-color: #fff;
    margin: 0px 0px 0px 0px;
}
#rodape {
    /*background-color: #FFB6C1;*/
    height: 100px;
    text-align: center;
    clear: both;
    background: url(../imagens/rodape.jpg) no-repeat center;
    margin-top: 10px;
    /*
    padding: 37px 0px 0px 0px;*/
}

/*
P.I.E. FLOAT CLEARING
See http://www.positioniseverything.net/easyclearing.html 
--------------------- */

.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}

.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */		