body {
	margin: 0;
	padding: 0;
}

h1 {
	margin: 0 0 0 25px;
	padding: 0 0 0 10px;
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 150%;
	text-align: left;
	border-bottom-color: #FFC600;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	color: #FFC600;
	width: 45%;
}

textarea {
	margin: 3px 0 0 3px;
	padding: 0 0 0 3px;
	border: 1px solid #CCCCCC;
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 100%;
	width: 90%;
	height: 90px;
	overflow: auto;
	z-index: 7;
}

#top {
	position: relative;
	margin:-3px 0 0 0;	
	background-color: #FFC600;
	height: 15px;
	width: 100%;
	z-index: 1;
}

#logo {
	position: relative;
	margin-top: 2px;
	padding: 0;
	background-color: #F1EBE2;
	background-image: url(imagens/logo.gif);
	background-position: 10px;
	background-repeat: no-repeat;
	width: 100%;
	height: 70px;
	display: block;			
	z-index: 2;	
}

#menu {
	position:relative;
	margin: 2px 0 0 0;
	padding: 0px;
	background-image: url(imagens/listrado.gif);
	background-position: 11.4em;
	background-repeat: repeat-y;
	height: 24px;
	z-index: 3;
	display: block;	
}


#conteudo {
	margin: 0 0 0 25px;
	padding: 15px 0 20px 15px;
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 75%;
	text-align: left;
	border-left-color: #FFC600;
	border-left-style: solid;
	border-left-width: 2px;
	width: 80%;
	display: block;
	z-index: 5;
}


 #item_menu {
	position: relative;
	margin: 0;
	list-style: none;
	top: -1.1em;
	left: 14.4em;
	padding: 0;
	text-align: center;
	display: inline;
	z-index: 4;
}

html>body  #item_menu {
	position: relative;
	margin: 0;
	list-style: none;
	top: -1.4em;
	left: 14.4em;
	padding: 0;
	text-align: center;
	display: inline;
	z-index: 4;
}

#item_menu li {
	position: relative;
	margin: 0 3px 0 0;
	padding: 0;
	display: inline;
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 70%;	
}

html>body #item_menu li {
	position: relative;
	background-color: #000;
	margin: 0 3px 0 0;
	padding: 4px 0px 4px 0px;
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 70%;

}

#item_menu a, #item_menu a:link, #item_menu a:visited {
	position: relative;
	background: #F6A800;
	border: 1px solid #FFC600;
	bottom: 2px;
	color: #FFF;
	display: inline;
	height: 19px;
	margin: 0;
	padding: 3px 5px 3px 5px;
	right: 2px;
	text-decoration: none;
	text-align: center;
	width: 90px;
}


#item_menu a:hover, #item_menu a:active {
	position: relative;
	background: #FFC600;
	border: 1px solid #F6A800;
	bottom: 1px;
	color: #FFF;
	right: 1px;
}

#rodape {
	position: relative;
	margin: 10px 0 0 0;
	background-color: #FFC600;
	float: none;
	display: block;
	width: 100%;
	height: 15px;
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 65%;
	color: #FFF;
	text-align: center;
	font-weight: bold;	
}

#valid {
	border: 0px;
	margin: 25px 0 5px 25px;
	padding: 0;	
}

.contato {
	padding: 3px 0 0 3px;
	font-size: 100%;
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	text-decoration: none;
}

.form {
	margin: 3px 0 0 3px;
	padding: 0 0 0 3px;
	border: 1px solid #CCCCCC;
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 100%;
	width: 90%;
	z-index: 6;
}

.contato_ok {
	margin: 10px 0 25px 15px;
	padding: 15px;
	background-color: #FDF5E6;
	border: 1px solid #FFC600;
	width: 40%;
}

table.login {
	border: none;
	margin: 0 0 0 60%;
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size:70%;
	width: 30%;
	text-align: left;
	border-spacing: 0px;
}

.form_login {
	margin: 0;
	padding: 0 0 0 3px;
	border: 1px solid #F6A800;
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 100%;
	width: 50%;
}

.atencao {
	color: #C00;
}
