/* Folha dos estilos do site */

body {
	margin:0px;
	font-family:verdana, arial;
	font-size:12px;
	color:#000;
	background-image:url(../images/bg-body.jpg);
	}

a {
  text-decoration:none;
  color:#000;
  }
  
  a:hover {
    text-decoration:none;
	color:#900;
	font-weight:bold;
	}


/* controle geral */

#wrapper {
	width:775px;
	height:100%;
	}
	
#lat {
	float:left;
	margin:0px;
	width:150px;
	height:100%;
	background-image:url(../images/bg-lat.jpg);
	}

	#lat p {
		margin-left:10px;
		}
	
	#lat .menutxt {
		font-size:12px;
		}

#bots {
	margin-top:10px;
	float:right;
	width:610px;
	background-color:#fff;
	border:1px solid #ccc;
	}
	
	#bots a {
		color:#fff;
		text-decoration:none;
		}
		
	#bots a:hover {
		color:#fff;
		font-weight:bold;
		}
	
	#bots .turmas {
		font-size:10px;
		color:#fff;
		}

#content { 		/* aqui controla onde vai rolar o conteúdeo */
	margin-top:10px;
	float:right;
	width:610px;
	background-color:#fff;
	border:1px solid #ccc;
	}
	
	#content h1 {
		margin-left:10px;
		margin-top:10px;
		color:#aaa;
		}
	
	#content h2 {
		color:#333;
		font-size:14px;
		}
		
#corpotxt {
	margin-top:10px;
	margin-botton:10px;
	width:85%;
	color:#333;
	text-align:left;
	}
	
	#corpotxt p {
		margin-top:5px;
		color:#333;
		}
	
	#corpotxt .tabela {
		font-size:12px;
		color:#333;
		}
	
	
#end {  		/* aqui vai controlar o endereço no rodapé da página */
	margin-top:10px;
	float:right;
	width:610px;
	}
	
	#end .endtxt {
		text-color:#ccc;
		font-size:10px;
		}	