/* CSS Document */

body{
	margin:0px 0px 0px 0px;
	scrollbar-face-color:#3e3e3e;
	scrollbar-shadow-color:#3e3e3e;
	scrollbar-highlight-color:#3e3e3e;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-track-color:#ffffff;
	scrollbar-arrow-color:#ffffff;
	}
	
div.principal{
	width:780px;
	height:550px;
	position:relative;
	border: 1px solid #000000;
	}
		
div.top{
	width:100%;
	height:70px;
	top:0px;
	left:0px;
	background-color:#000000;
	position:absolute;
	}

div.esq{
	width:70px;
	height:100%;
	top:0px;
	left:0px;
	background-color:#000000;
	position:absolute;
	overflow:hidden;
	}
	
div.menu{
	width:100%;
	height:30px;
	background-color:#000000;
	left:0px;
	top: 80px;
	position: absolute;
	text-indent:170px;
	}

div.texto{
	width:600px;
	height:400px;
	position: relative;
	top:-80px;
	left:150px;
	overflow:auto;
	font-family:verdana;
	font-size:12px;
	line-height:18px;
	text-indent:20px;
	padding-right:10px;
	}

img.logo{
position:absolute;
left:2px;
top:2px;
z-index:1
}

img.subtitulo{
position:relative;
left:75px;
top:150px;
z-index:1
}

a.um:link{color:#CC0000}
a.um:visited{color:#CC0000}
a.um:hover{color:#666666}

.imgboxum{
	width:180px;
	height:230px;
	position:absolute;
	top:240px;
	left:400px;
	overflow:hidden;
	}
	
.imgboxdois{
	width:190px;
	height:230px;
	position:absolute;
	top:460px;
	left:390px;
	overflow:hidden;
	}

