/* CSS RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body{
	background:url(crepusculo_fundo.jpg) no-repeat top right fixed #000000;
	font:12px verdana,arial,sans-serif;
	color:#FFFFFF
}
a{
	color:#FFFFFF;
	font-weight:bold;
}
a:hover{
	color:#000000;
	background:#FFFFFF;
	text-decoration:none;
}
p {
	margin:15px 0;
	line-height:140%;
}
img{
	padding:4px;
	border:1px solid #C1C1C1;
}
.imagem{
	text-align:center;
	clear:both;
	display:block;
	margin:20px auto;
	font-size:10px;
}
#crepusculo {
	width:1000px;	
	margin:0 auto;
}


h1{
	width:354px;
	height:54px;
	margin:0 auto;
	background:url(logo_01.jpg) no-repeat 0 0;
	text-indent:-9099999px;
	overflow:hidden;
}
h2{
	font:16px;
	font-weight:bold;
	margin-top:50px
}
blockquote {
	font-style:italic;
	padding:20px 50px;
}
blockquote p {
	margin:10px 0;
	line-height:100%;
}
#menu{
	margin:10px 10px 50px 0;
	float:left;
	border-right:1px solid #FFFFFF;
}
#menu li{
	float:left;
	border-left:1px solid #FFFFFF;
}
#menu a{
	display:block;
	padding:5px 25px;
	text-decoration:none;
}
#menu a:hover{
	background:#999999;
}
#conteudo {
	width:600px;
	padding:20px;
	float:left;
}
/* ARQUIVOS */
#bloco_arquivos {
	width:320px;
	float:left;
	background:url(bg.gif);
	padding:47px 0 0;
}
#arquivos{
	font:10px verdana,arial,sans-serif;
	font-weight:bold;
	margin:0;
	padding:0;
	list-style:none;
	width:313px;
}
#arquivos li{
	padding:3px;
}
#arquivos img{
	border:none;
	display:block;
	padding:0;
}
#arquivos span{
	font:bold 12px
}
#arquivos li{
	border:1px solid #FFF;
	margin:0 0 5px;
}
#arquivos a{
	text-decoration:none;
	padding:0;
	display:block;
	padding:3px;
	height:1%;
}
#arquivos a:hover{
	color:#FFFFFF;
	background:#666666;
}


address {
	clear:both;
	text-align:center;
	font-size:10px;
	padding:10px;
}
