body {
	font-family: Verdana;
	font-size:10px;
	color: #000000;
	background-color:#FFF;
	margin-top: 0px;
	margin: auto;
	text-align: center;
	height:100%;
}

#geral {
	width:800px;
	background-color: #fff;
	position: absolute;
	text-align: center;
	margin:0px 0px 0px -380px;
	left: 50%;

}

#logo {
	background-color: #FFF;
	width: 800px;
	float:left;
}

#menu {
	text-align: center;
	width: 800px;
	background-color:#EDEDED;
}

#menu ul {
   padding:0px;
   margin:0px;
   float: left;
   width: 800px;
   background-color:#EDEDED;
   list-style:none;
   height: 20px;
}
#menu ul li {
	display: inline;
}

#menu ul li a {
   padding: 2px 10px;
   float:left;
   /* visual do link */
   background-color:#EDEDED;
   color: #333;
   text-decoration: none;
   border-bottom:3px solid #EDEDED;
}

#menu ul li a:hover {
   background-color:#D6D6D6;
   color: #6D6D6D;
   border-bottom:3px solid #339900;
}

#caixalogin {
	background-image: url(../images/topo.jpg);
	background-repeat: no-repeat;	
	background-color: #FFF;
	width: 800px;
	height: 200px;
	left: 50%;
	position: absolute;
	margin: 50px 0px 0px -400px;
	padding-top: 220px;
}

#login {
	width: 300px;
	height: 120px;
	color: #000;
	margin:20px 0 0 250px;
	_margin:20px 0 0 0px;
	text-align:center;
}

#login input {
	background-color:#E7E7E8;
	color: #000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	border:2px solid #E7E7E8;
}

#conteudo{
	margin-top:150px;
	_margin-top:-50px;
	padding-top:100px;
	height:100%;
	font-size:12px;
	width: 800px;
}

fieldset {
	width:500px;
	margin-left: 70px;
	border:none;
	padding: 10px;
}

label {
	float: left;
	width: 250px;
	text-align:right;
	padding-right: 10px;
	margin-top: 10px;
}

input, textarea, select {
	background-color:#E7E7E8;
	color: #000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	border:1px solid #E7E7E8;
	margin-top: 10px;
}

#rodape a{
	text-decoration:none;
	color:#000033;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#rodape {
	margin-top:50px;
	width:100%;
}

.textosimples{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a {
	text-decoration:none;
	color:#339900;
}
	
a:hover{
	text-decoration:underline;
	color:#000;
}

textarea {
  width: 450px;
  height: 200px;
}
