html, body {
	margin: 0px;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #eff8f9;
	scrollbar-face-color: #f2cde0;
	scrollbar-highlight-color: #f2cde0;
	scrollbar-3dlight-color: #f2cde0;
	scrollbar-darkshadow-color: #f2cde0;
	scrollbar-shadow-color: #f2cde0;
}
#geral{
	width: 100%;
	height: 100%;
}
#central {
	position: relative;
	margin: auto;
	width: 985px;
	z-index: 0;
}
#top {
	position: relative;
	width: 985px;
	height: 195px;
}
#menuCaixa {
	position: relative;
	width: 260px;
	height: auto;
	z-index: 1;
}
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: "Trebuchet MS";
	font-size: 14px;
	
}
#menu {
	position: relative;
	top: 0px;
	left: 35px;
}
dl#menu {
	width: 180px;
}
dl#menu dt {
	cursor: pointer;
	padding-top: 4px;
	padding-bottom: 4px;
}
dl#menu li {
	background: #fffffff;
}
dl#menu li a, dl#menu dt a {
	color: #7a91c4;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
}
dl#menu li a:hover, dl#menu dt a:hover {
	color: #e394c0;
}
/* for IE */
dl#menu li a:active, dl#menu dt a:active {
	color: #e394c0;
}
/* for Firefox */
dl#menu li a:focus, dl#menu dt a:focus {
	color: #e394c0;
}
#barras {
	position: relative;
	width: 260px;
	height: auto;
	background-image: url(../imgs/barras.jpg);
	background-repeat: repeat-y;
}
#barraB {
	position: relative;
	width: 260px;
	height: 30px;
	bottom: 0px;
	background-image: url(../imgs/barra_b.jpg);
	background-repeat: no-repeat;
	z-index: 999;
}
#iframe {
	position: absolute;
	width: 495px;
	height: 332px;
	top: 195px;
	left: 260px;
}
#somb {
	position: absolute;
	width: 230px;
	height: 145px;
	left: 754px;
}

#bannerflash {
	position: absolute;
	top: 340px;
	width: 230px;
	height: 230px;
	left: 754px;
}
#logo {
	position: relative;
	width: 185px;
	height: 83px;
	left: 25px;
}
#fundo {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 83px;
	background-image: url(../imgs/fundo.jpg);
	background-repeat: repeat-x;
	z-index: 998;
}
#baixo {
	position: relative;
	margin: auto;
	top: 0px;
	width: 985px;
	height: 83px;
}
#baixo1 {
	position: absolute;
	width: 800px;
	height: 83px;
}
#baixo2 {
	position: absolute;
	right: 800px;
	width: 185px;
	height: 83px;
}

