*{
	margin:0;
	padding:0;
	list-style:none;
}
html{
	width:100%;
	height:100%;
}
h1{
	font-size:20px;
	text-align:left;
	font-weight:normal;
	color:#c3fa58;
	border-bottom:#c3fa58 1px solid;
	width:98%;
}
h2{
	font-size:18px;
	text-align:left;
	font-weight:normal;
	color:#c3fa58;
}
h3{
	font-size:18px;
	text-align:right;
	font-weight:bold;
	color:#c3fa58;
	padding:3px 0 3px 0;
	border-bottom:#c3fa58 1px solid;
}
h4{
	font-size:11px;
	text-align:right;
	font-weight:bold;
	color:#c3fa58;
	padding:5px 0 10px 0;
}

a:link {
	color: #383431;
	text-decoration: none;
	font-size:14px;
}
a:visited {
	text-decoration: none;
	color: #383431;
	font-size:14px;
}
a:hover {
	text-decoration: underline;
	color: #383431;
	font-size:14px;
}
a:active {
	text-decoration: none;
	color: #383431;
	font-size:14px;
}
#main{
	height:100%;
	width:782px;
	margin:auto;
}
#menu li{
	width:160px;
	height:auto;
	margin-left:20px;
	margin-bottom:5px;
	
	list-style:none;
	text-align:left;
	background:url(../../imagem/capa/fundoLI.gif) bottom left no-repeat;
}
#geral{
	margin-top:30px;
	width:782px;
	height:100%;
	margin:auto;
}
#topo{
	width:782px;
	height:420px;
	float:left;
	margin-top:31px;
	*margin-top:0px;
}
#work{
	float:left;
	width:572px;
}
#content{
	float:left;
	width:572px;
}
#contentArea{
	width:572px;
	float:left;
}
#barra{
	width:100%;
	height:25px;
	position:fixed;
	left:0px;
	z-index:1001;
	background-color:#FFF;
	border-bottom:#000 1px solid;
	padding-top:5px;
}
#barra ul{
	width:770px;
	margin:auto;
}
#barra li{
	float:left;
}
