*  { outline: 0 !important; font-family: Verdana, Calibri, "Trebuchet MS", Tahoma; border: medium none; }
html 	{ font-size: .7em; }
body 	{
	background: url("../img/bg.png") fixed;
	color: silver;
	padding: 0;
	margin: 1.5em auto;
	overflow: 0;
	overflow-x: none;
}

a { text-decoration: none; color: white; }
a:hover { color: silver; text-decoration: underline; }
a.selected { color: black; text-decoration: none !important; }

input[type=submit], button {
	background-image: url("../img/bgBtn.png");
	font-size: .9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: 1px solid gray;
	height: 16px;
	vertical-align: bottom;
	font-variant: small-caps;
}

.negrito { font-weight: bold !important; }
.italico { font-style: italic !important; }
.vermelho { color: #BF1717 !important; }

/*******************************************/

#site {
	min-height: 550px;
	height: auto;
	min-width: 900px;
	width: 70%;
	margin: auto 15%;
	border: 1px solid #7F7F7F;
	-moz-border-radius: .3em;
	position: relative;
	background-color: #eee;
}

#topo {
	background: #250000 url("../img/bgTop.png") no-repeat;
	padding: .5em;
}

#menu {
	background-color: #2F0909;
	height: 43px;
	font-variant: small-caps;
	padding-left: 1em;
	background: transparent url("../img/bgMenu.png") repeat-x;
	vertical-align: baseline;
	text-align: center;
	
}
#menu a span {
	
	
}
#menu a {
	font-weight: bold;
	padding-right: 1.2em;
	font-size: 1.2em;
	top: .8em;
	position: relative;
}
#menu a:hover {
	text-decoration: underline;
}

#conteudo {
	min-height: 415px;
	min-width : 98.8%;
	max-width : 100%;
	padding: 1em;
	color: #250000;
	text-align: center;
}
#conteudo p {
	text-indent: 2em;
	margin-right: 1em;
	font-size: 1.2em;
	text-align: justify;
	padding-bottom: 1em;
}
#conteudo img { width: 400px; }
#conteudo h3 {
	text-align: left;
	background-color: #660000;
	border-bottom: 2px solid #250000;
	-moz-border-radius: 4px 4px 0 0;
	width: 98.5%;
	color: white;
	height: 1.5em;
	padding-top: .2em;
	padding-bottom: 0;
	padding-left: .2em;
	font-size: 1.1em;
}
#conteudo ul {
	text-align: left;
	list-style: inside url("../img/listarrow.gif");
	padding-bottom: 2em;
}

#rodape a {
	color: black;
}
#rodape {
	position: absolute;
	bottom: .1em;
	text-align: center;
	color: black;
	min-width: 100%;
	font-size: .76em;
	font-style: italic;
	padding-top: 3em;
}
