@charset "utf-8";
/* CSS Document */

body {
margin-top:0px;
margin-bottom:0px;
background-image:url(../imagens/fundo.gif)
}

img {
border:0px;
}

/* Links */

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}

/* Divs */

#cabe {
height:40px;
}

#main {
margin:auto;
height:820px;
width:775px;
}

#centro {
height:780px;
background-image:url(../imagens/meio.jpg);
}

#esquerda {
float:left;
position:relative;
left:12px;
top: 200px;
width:155px;
height:210;
}

#menu {
padding: 15px 0px 17px 40px;
height:210px;
line-height: 21px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
font-weight:bold;
background-image:url(../imagens/menu.jpg);
}



#frame {
width:550px;
height:575px;
position:relative;
top:200px;
left: 45px;
border:none;
}