body {
margin: 0;
padding: 0;
border: none;
background: url('../img/background.jpg') no-repeat;
	}

/*retira o sublinhado dos span's */
A:visited {text-decoration: none;} 
A:link {text-decoration: none;}
	
#geral {
	width: auto;
	height: auto;
	margin: 0 auto 0 auto;
	padding: 0;
	text-decoration: none;
   	}

#topo {
	background: url('../img/topo.jpg') no-repeat;
	width: 775px;
	height: 142px;
	margin: 0 auto 0 auto;			
	padding: 0;
	clear: both
	}
	
#cabecalho {
	background: #FFFFFF;
	width: 770px;
	height: 213px;
	margin: 142px auto 0 auto;
	padding: 0;
	float: left;
	display: block;
	clear: both;
}
	
#menu {
	width: 770px;
	float: left;
	display: inline;
	padding: 0px;
	background-image: url(../img/menu.jpg)
	}

	#menu ul{
		margin: 0px;
		padding: 0px;
		list-style: none;
		text-align: center;
		}

	#menu li a:link, li a:visited {
		height: 20px;
		text-decoration: none;
		font-weight: bold;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #336600;
		display: inline-block;
		margin-right: 15px;
		}
		
	#menu li a:hover {
		height: 20px;
		text-decoration: underline;
		font-weight: bold;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #336600;
		display: inline-block;
		margin-right: 15px;
		}		
		
	#banner {
		width: 135px;
		height: 450px;
		margin-top: 0px;
		float: left;
		}

	#banner_abp {
		background: url('../img/banner_abp.jpg');
		width: 134px;
		height: 347px;
		}

	#logo_sol {
		background: url('../img/sol_logo.jpg') no-repeat;
		width: 134px;
		height: 103px;
		display: block;
		cursor: pointer;
		}
		
	#fundo {
		background: url('../img/fundo.jpg') no-repeat;
		width: 635px;
		height: 450px;
		float: left;
		display: block;
		margin-top: 0px;
		padding: 0px;
		}		

	#superior {
		width: 636px;
		height: 230px;
		float: left;
		margin: 0px;
		padding: 0px;
		}

		#duplo {
			background: url('../img/capa_duplo.jpg') no-repeat;
			width: 635px;
			height: 225px;
			display: block;
			float: left;
			margin: 0px;
			padding: 0px;
			}
						
		
	#inferior {
		width: 636px;
		height: 230px;
		*height: 230px;
		float: left;
		margin: 0px;
		padding: 0px;
		}
		#curso {
			background: url('../img/capa_curso.jpg');
			width: 635px;
			*width: 635px;
			height: 225px;
			display: block;
			float: left;
			padding: 0px;
			}
		

		#rodape {
			background: url('../img/rodape.gif');
			width: 770px;
			height: 25px;
			display: block;
			float: left;
			margin-top: 1px;
			padding: 0px;
			}
			#rodape span { display: none; }
