@charset "utf-8";
/* CSS Document */
body {
margin-top:0px;
margin-bottom:0px;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

#geral {
width:1003px;
margin:auto;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#top {
background-image:url(../imagens/top-logo.png);
width:100%;
height:81px;
}

#top-menu-horizontal {
width:1003px;
height:46px;
background-image:url(../imagens/top-menu-horizontal.png);
}

#top-agenda {
background-image:url(../imagens/top-agenda.png);
width:100%;
height:34px;
}

#corpo {
width:100%;
height:auto;
}

#left {
width:210px;
float:left;
}

#conteudo {
width:465px;
float:left;
margin-left:15px;
}

#conteudo-2-col {
width:778px;
float:left;
margin-left:15px;
}


#right {
width:300px;
float:right;
}

#rodape {
height:120px;
width:1003px;
clear:both;
border-top:1px solid #CCCCCC;
background-color:#E4E4E4;
}

#conteudo_master {
width:465px;
float:left;
margin-left:15px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

