@CHARSET "ISO-8859-1";
body {
	font-family: verdana, arial, sans-serif;
	font-size: 1em;
	color: #FFF;
	background-image: url("../imagens/fundo2.jpg");
	background-repeat: repeat-x;
	background-color: #010CBC;
	padding: 0px;
	margin: 0px;
}

a {
	text-decoration: none;	
}

img {
	outline: none;
}

#box {
	margin-left: auto;
	margin-right: auto;
	width: 1000px; 
}

#logo {
	background-image: url("../imagens/logo.jpg");
	width: 195px;
	height: 182px;
}
	

#logo a {
	width: 195px;
	height: 182px;
	display: block;
	outline: none;
}

#bannerFlash {
	width: 790px;
	height: 140px;
	position: absolute;
	top: 5px;
	margin-left: 205px;
}

#nav {
	
	position: absolute;
	top: 0px;
	margin-left: 205px;
	margin-top: 148px;
}
	
#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#nav ul li {
	float: left;
	text-align: center;
	margin-left: 1px;
}

#nav ul li a {
	background-image: url("../imagens/menu.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 78px;
	height: 21px; 
	display: block;
	color: #FFF;
	font-size: 0.7em;
	line-height: 21px;
	outline: none;
}

#nav ul li a:hover {
	background-image: url("../imagens/menu.png");
	background-repeat: no-repeat;
	background-position: 0px -21px;
	width: 78px;
	height: 21px; 
	display: block;
	color: #FFF;
}

#conteudo {
	padding: 10px;
	width: 100%;
	text-align: center;
	color: #C2C2C2;
}

#conteudo p {
	text-align: justify;
	font-size: 0.8em;
	padding-left: 100px;
	padding-right: 100px;
}

#conteudo ul li {
	list-style: none;
	text-align: left;
	padding-left: 100px;
	padding-right: 100px;
	font-size: 0.7em;
}

#conteudo #flash {
	display: block;
	float: right;
	width: 65%;
	text-align: left;
}

#toTop { 
	width: 100px;
	text-align: center;
	padding: 5px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
	color: #666;
	text-decoration: none;
}

#rodape {
	color: #FFF;
	margin-top: 30px;
	display: block;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
}

#rodape a {
	color: #FFF;
	text-decoration: none;
}

#clear {
	clear: both;
}
