a {
	font-size: 13px;
	color: #e7e7e7;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #e7e7e7;
}
a:hover {
	text-decoration: underline;
	color: #e7e7e7;
}
a:active {
	text-decoration: none;
	color: #e7e7e7;
}
.bg {
	font-family: Tahoma;
	font-size: 13px;
	color: #a4c9ec;
	background-attachment: scroll;
	background-color: #04101a;
	background-image: url(../imagens/bg_blog.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#principal {
                    width: 770px;
                    position: absolute;
                    left: 50%; 
                    margin: 0px 0px 0px -385px;
					padding-top:400px;
					padding-left:20px;
					float:left;
}

.mensagens {
                    width: 530px;
					border-right:2px solid #0b2537;
					float:left;
}
.arquivos {
                    width: 218px;
					margin-left:550px;
					*margin-left:20px;
					*margin-top:-320px;
					margin-top:100px;
					float:left;
					vertical-align:top;
					position: absolute;
					*top:370px;
}
.resposta {
					width: 520px;
					border-left:2px solid #0b2537;
					padding-left:10px;
					float:left;
					margin-top:8px;
					margin-bottom:8px;
}
.titulo {
	font-size: 16px;
	font-weight: bold;
	color:#FFFFFF;
}
.titulo_italico {
	font-size: 16px;
	font-weight: bold;
	color:#FFFFFF;
	font-style:italic;
}
.data {
	font-weight: bold;
	font-size: 10px;
	color:#FFFFFF;
}
.comentario {
	font-size: 13px;
	color:#FFFFFF;
	text-decoration: underline;
}
.comentario_inside {
	font-size: 16px;
	color:#FFFFFF;
	text-decoration: underline;
}
.nome {
	font-size: 16px;
	color:#2174b3;
	font-weight: bold;
	font-style:italic;
}
.link_voltar{
	width:100px;
	position:absolute;
	margin-left:450px;
	*margin-left:-80px;
}
