﻿div#_janela
{
	font-family: Verdana;
	background-color: white;
	color: White;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 708px;
	width: 1024px;
	padding: 2px;
	border-right: navy thin solid;
	border-top: navy thin solid;
	border-left: navy thin solid;
	border-bottom: navy thin solid;
}

div#_linha
{
	background-color: Navy;
	color: White;
	position: absolute;
	left: 0px;
	top: 161px;
	height: 2px;
	width: 1028px;
	padding: 0px;
}

div#_fundo
{
	background-color: Navy ;	
	color:White;
	position:absolute;
	left:0px;
	top:650px;
	height:2px;
	width:1028px;
	padding: 0px;
}

div#_baixo
{
	background-color: teal;
	color: navy;
	position: absolute;
	left: 0px;
	top: 652px;
	height: 40px;
	width: 1008px;
	padding: 10px;
	vertical-align: middle;
	text-align: center;
}

div#_menu
{
	font-family: Verdana;
	background-color: silver;
	color: White;
	position: absolute;
	left: 0px;
	top: 163px;
	height: 479px;
	width: 150px;
	padding: 5px;
}

div#_body
{
	font-family: Verdana;
	background-color: white;
	color: navy;
	position: absolute;
	left: 157px;
	top: 163px;
	height: 472px;
	width: 855px;
	overflow: auto;
	padding: 8px;
}
