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

body {
	background-color: #000000;
}

#menu {
	width:157px;
}
#menu a {
	display:block;
	height: 40px;
	margin: 7px 0 8px 0;
	background-repeat: no-repeat;
}
#m1 {
	background: url('img/m1.gif');
}
#m2 {
	background: url('img/m2.gif');
}
#m3 {
	background: url('img/m3.gif');
}
#m4 {
	background: url('img/m4.gif');
}
#m5 {
	background: url('img/m5.gif');
}
#m6 {
	background: url('img/m6.gif');
}
#m7 {
	background: url('img/m7.gif');
}
#m8 {
	background: url('img/m8.gif');
}
#m9 {
	background: url('img/m9.gif');
}
#m1:hover {
	background: url('img/m1_hover.gif');
}
#m2:hover {
	background: url('img/m2_hover.gif');
}
#m3:hover {
	background: url('img/m3_hover.gif');
}
/*#m4:hover {
	background: url('img/m4_hover.gif');
}*/
#m5:hover {
	background: url('img/m5_hover.gif');
}
#m6:hover {
	background: url('img/m6_hover.gif');
}
#m7:hover {
	background: url('img/m7_hover.gif');
}
#m8:hover {
	background: url('img/m8_hover.gif');
}
#m9:hover {
	background: url('img/m9_hover.gif');
}



#texto {
	margin-top:12px;
	height:425px;
	background: url(img/bg_texto.gif) top right no-repeat;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 12px;
	color:#FFFFFF;
	padding:7px 15px;
	font-style:italic;
}
.scrollTexto {
	overflow:auto;
	height:350px;
	padding-right:10px;
	font-size:12px;
	font-style:normal;
}
.blocoTitulo {
	display:block;
	background:#1A1A1A;
	margin:0 auto 10px auto;
	border:1px solid #610101;
	text-align:center;
}
.redLink {
	color:red;
	text-decoration:none;
}
.redLink:hover {
	color:#B00202;
	text-decoration:underline;
}
.vinte {
	font-size:20px;
}
.thumb {
	padding:5px;
	border:1px solid #610101;
	background:#1A1A1A;
}
.gray {
	color:#B3B3B3;
}