body {
	font-family: Arial,Verdana, Tahoma, sans-serif;
	background: url("images/bg.gif") #B4BABA repeat-x;
	
}

#page {
	position: absolute;
	margin:auto;
	width: 780px;
	height:500px;
	left:50%;
	margin:50px 0px 0px -380px;
	background: url("images/page_.gif") no-repeat;
	
	
}

#left {
	float: left;
	width: 180px;
	height: 400px;
	
}

#logo {
	float:left;
	width: 180px;
	height: 120px;
	text-align:center;
	padding-top: 20px;

}

#menu {
	float:left;
	width: 160px;
	height:260px;
	padding-left: 20px;
	margin-top: 130px;
}

#menu a {
		text-decoration: none;
		color: #5A647F;
		display: block;
		width: 130px;
		height: 20px;
		font-size: 11px;
		padding-top: 8px;
		border-bottom:solid 1px #E3E3E2;

		
		
}

#menu a:hover {
		background: url("images/menu_left_seta.gif") 150px 8px no-repeat;	
}


#banner {
	float: left;
	width: 600px;
	height: 345px;
	background: url("images/ensino_superior.jpg") 43px 120px no-repeat;
}

.submenu {
		visibility:hidden;
		position:absolute;
		width: 585px;
		height: 345px;
		padding-left:63px;
		padding-top: 15px;
		
		
}

#s1, #s2, #s3, #s4, #s5, #s6 {
	top:105px;
	left:160px;

}



#chamada {
	float:left;
	width: 545px;
	height: 100px;
	padding-left: 50px;
	padding-top: 10px;


}
#chamada ul {
		margin:0px;
}

#chamada h1 {
		font-weight:bold;
		font-size:10px;
		color: #707042;
		
}

#chamada li {
	background: url("images/seta_chamada_inicio.gif") left 5px no-repeat;
	list-style-position: outside;
	list-style: none;
	padding-top:0px;
}


#chamada a {
		text-decoration: none;
		color: #000;
		font-size: 12px;
		padding-left: 15px;
		
}

#chamada a:hover {
		text-decoration: underline;
			
}


