html, body {
	height:100%;
	margin:0;
}

body {
	background:#9DA8B6;
	color:#333333;
	font-family:georgia, tahoma, verdana, arial;
}

div, span, img { margin:0px; }
p { margin:5px 0px 10px 0px; }
li { list-style-type:circle; }
acronym { cursor:default; }
img.semborda { border:0px; }

#link1 {
	height:64px;
	display:block;
	padding:5px;
	min-height:64px;
}

#link1 img {
	margin-right:15px;
	border-width:0px;
}

#link1 a {
	color:#666666;
	text-decoration:none;
}

#link1 a:hover {
	color:#000000;
	text-decoration:none;
}

html>#container { height:100%; }
#container {
	width:662px;
	height:100%;
	margin:auto;
}

#corpo {
	width:662px;
	height:365px;
	top:50%;
	margin: -180px 0px 0px 0px;
	position:relative;
	background:#FFF url('imagens/bg_principal.png') repeat-y;
	overflow:hidden;
}

#direita1 {
	width:342px;
	height:26px;
	float:right;
	position:relative;
	padding:0px 5px 0px 5px;
	margin: 0px 10px 0px 0px;
	_margin: 0px 5px 0px 0px;
	/*background-color:#9F0;*/
}

#direita2 {
	width:342px;
	height:224px;
	float:right;
	font-size:90%;
	margin: 0px 10px 0px 0px;
	_margin: 0px 5px 0px 0px;
	overflow:auto;
	padding:0px 5px 5px 5px;
	position:relative;
	/*background-color:#dd0;*/
}

#esquerda {
	width:280px;
	height:250px;
	float:left;
	padding:5px;
	overflow:hidden;
	position:relative;
	/*background-color:#6CF;*/
}

#logotipo {
	width:662px;
	height:91px;
	margin:0px;
}

.roundtop {
	background:url('imagens/brd_top.png') no-repeat bottom;
}

.roundbg {
	background:#FFF url('imagens/bg_principal.png') repeat-y;
}
