/* Corpo da Página */

body{
	margin: 0 0 0 0;
	
	font-family: Verdana;
	font-size: 10px;
	
	background: #EEEEEE;
}


/* Divs do Layout */

#divMainPage{
	position: absolute;
	width: 900px;
	top: 0;
	left: 50%;
	margin-left: -450px;
}

#divTopo{
	width: 900px;
	height: 200px;
	
	background: url("imagens/layout/topo.png");
}

#divMain{
	width: 900px;
	margin-bottom: 0;
	
	background: url("imagens/layout/barra.png");
}

#divMenu{
	width: 140px;
	
	margin-left: 30px;
	
	float: left;
}

#divPage{
	width: 680px;
	
	margin-right: 20px;
	
	padding: 10px;
	
	float: right;
}

#divBase{
	width: 900px;
	height: 70px;
	margin-top: 0;
	padding-top: 10px;
	
	background: url("imagens/layout/barra2.png");
}

#divBase2{
	width: 900px;
	height: 25px;
	
	background: url("imagens/layout/base.png");
}


/* Menu */

#divMenu ul{
	padding-left: 0;
	margin-left: 0;
	
	margin-top: 0;
	
	font-family: verdana;
	font-size: 10px;
}

#divMenu ul li{
	list-style: none;
	
	display: inline;
	margin-top: 0;
	margin-bottom: 3px;
}

#divMenu ul li a{
	display: block;
	
	padding-top: 5px;
	padding-left: 5px;
	
	width: 135px;
	height: 20px;
	
	color: #FFFFFF;
	background: #CCCCCC;
	
	text-decoration: none;
}

#divMenu ul li a:hover{
	color: #FFFFFF;
	background: #CC5555;
}

/* Links */

a{
	color: #294061;
	text-decoration: none;
}

a:hover{
	color: #5C82BA;
}

img{
	border: 0;
}

/* Pesquisa */

#divMenuPesquisa{
	padding: 5px;
}

#divMenuPesquisa fieldset{
	border: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}

#divMenuPesquisa input, select{
	border: 1px solid #666666;
	background: #F2F2F2;
	width: 110px;
}

#divMenuPesquisa fieldset legend{
	color: #999999;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}

#divMenuPesquisa label{
	width: 100px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-right: 5px;
	text-align: right;
}

hr{
	border: 1px solid #131C3C;
	height: 1px;
}
