<!--
* {
	text-decoration:none;
	margin:0;
	padding:0;
	list-style:none;
	vertical-align:middle;
	border:none;
}

body {
	text-align: center;
}

#geral {
	width: 770px;
	margin:0 auto;
        text-align: left;
}

#topo {
	float: left;
	padding: 0px 0;
	text-align:left;
}

#topo h1 {
	overflow:hidden;
	width:220px;
	height:100px;
        background: #ffffff url(imagens/logo.gif) no-repeat;
}
#topo h1 a {
        display:block; 
	width:220px;
	height:100px;
}

#frase {

	float: right;
	width:540px;
	margin: 10px 0px 0;
        text-align:center;

}

#frase .a{

        font-family: Verdana; 
	font-size: 10px;
}



#menu {
	width:770px;
	margin: 10px 0px 0;
        font-family: Verdana; 
	font-size: 10px;
	border:1px outset #336699;
        clear: both;
}


#lateral {
	float: left;
	width:180px;
	margin: 3px 0px 0;
	padding: 5px 10px;
	text-align:left;
	border:1px outset #336699;
}


#meio {

	float: right;
	width:540px;
	margin: 3px 0px 0;
	padding: 5px 10px;
	border:1px outset #336699;
}

#rodape {


	width:770px;
	margin: 10px 0px 0;
        font-family: Verdana; 
	font-size: 10px;
	border:1px outset #336699;
        text-align: center;
        clear: both;
}



-->
