@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color:#000000;
}
#wrap {
	width:900px;
	margin:0 auto;
	text-align:center;
}
a {
	color:#ffffff;
	text-decoration:underline;
}
#topo {
	height:630px;
	clear:both;
	width:900px;
	background-image:url(images/topo.jpg);
}
#menu {
	width:900px;
	text-align: left;
}
#menu a {
	display:block;
	float:left;
	text-align:center;
	margin:0 10px;
	text-decoration:none;
}
#menu a:hover {
	border-bottom: #ffffff solid 1px;
	color:#ffffff;
}
#menu ul li {
	display:inline;
	font-size:26px;
	font-weight:bold;
	margin:0 0 0 10px;
}
a.selected {
	border-bottom: #ffffff solid 1px;
	color:#ffffff;
}
#container {
	clear:both;
	text-align: left;
}
#conteudo {
	width:900px;
	color:#FFFFFF;
	padding:10px 10px 10px 10px;
	font-size:14px;
}
#conteudo p {
	padding:10px 10px 10px 10px;
}
#rodape {
	width:900px;
	border-top:#4e3227 solid 5px;
	text-align:center;
	padding:20px 0 20px 0;
	color:#FFFFFF;
}
h2 {
	margin: 0 0 15px 0;
}
#w3counter {
	display:none;
}
h3 {
	font-size:18px;
}

label.error {color:#FF0000; clear:both;}
input.error {border: #FF0000 dotted 1px;}