body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 55%;
	margin:0 0 0 0;
	background:url(imgs/bg.jpg) repeat-y;
	}	

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:none;
	margin:0;
	padding:12px;
	text-align: justify;
	}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	font-variant:small-caps;
	margin:0;
	padding:0;
	}

hr {
	border:none;
	border-top:1px solid #CCCCCC;
	height:1px;
	margin-bottom:25px;
	}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
.rodape {
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	}
	
#geral {
	margin: 0 auto;
	border:#000 solid;
	border-size: 2px;
	border-width: 2px;
	border-bottom-color:#333333;
	width:758px;
	height:580px;
	background-color:#B8D7B7;
	}
	
#banner {
	width:758px;
	height:150px;
	}

#conteudo {
	background:url(imgs/bg.jpg) repeat-y;
	border:#000 solid;
	border-size: 1px;
	border-width: 1px;
	border-bottom: none;
	height:380px;
	float:none;
	padding:10px;
	overflow : auto;
	}
	
#areaaluno {
	border:#000 solid;
	border-size: 1px;
	border-width: 1px;
	border-bottom:none;
	border-left:none;
	border-right:none;


	}

#direita {
	clear:both;
	float:right;
}

#menu {
	width: 150px;
	border-style: solid none none none;
	border-color: #000000;
	border-size: 1px;
	border-width: 1px;
	margin: 0px;
	font-weight:bold;
	float:left;
	}

	
#menu li a {
	height: 16px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	text-decoration: none;

	}	
	
#menu li a:link, #menu li a:visited {
	color:#000000;
	display: block;
	background: url(imgs/menu.gif);
	padding: 8px 0 0 10px;
	}
	
#menu li a:hover {
	color:#336633;
	background: url(imgs/menu.gif) 0 -24px;
	padding: 8px 0 0 10px;
	}
	
#menu li a:active {
	color: #26370A;
	background: url(imgs/menu.gif) 0 -48px;
	padding: 8px 0 0 10px;
	}
	
#rodape {
    background-image:url(imgs/bg_rodape.gif);
	width:758px;
	height:28px;
	border-top:solid 1px;
	}
