* {
	margin:0;
	padding:0;
}

body {
	background:#fff url('../images/dot.gif') repeat;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10px;
	color: #666;
}

img {
	border:0;
}

a {
	text-decoration: none;
}

h1 {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: normal;
	line-height: 25px;
	color: #333;
}



/* ESTRUTURA */

#maincontainer{
width: 535px;
margin: 0 auto;
position: absolute;
top: 20px;
left: 80px;
}

#submaincontainer {
background:#fff;
}

#contentwrapper{
float: left;
width: 100%;
}

#topsection {
background:#fff;
height: 143px;
padding-top: 16px;
}

#topsection .innertube {
	padding: 0px 20px;
}

#contentcolumn .innertube {
	padding: 0px 20px;
}

#rightcolumn{
float: left;
width: 160px;
margin-left: -180px;
margin-right: 20px;
background: #eae9e4;
}

#rightcolumn .innertube{
padding: 11px 6px;
}

#footer{
background:#fff;
clear: left;
width: 100%;
text-align: center;
padding: 20px 0px;
}

#arrasta {
	height: 58px;
	background:transparent url('../images/top.gif') no-repeat;
}

/* MENU */

#menu {
	float: right;
}
#menu ul {
	list-style-type: none;
}
#menu ul li {
	display: inline;
}
#mn_nome {
	margin-left: 6px;
}

/* INDEX */
.blogh_txt {
	font-weight: bold;
	line-height: 15px;
	color: #999;
}

.blogh_txt a {
	font-weight: normal;
	font-size: 11px;
	color: #605f59;
}

.blogh_img {
	float: left;
}

.blogh_img img {
	border: 1px dotted #000;
	margin-right: 10px;
}
.break {
	clear: both;
}

#txt_home {
	margin: 30px 0px;
}

/* DESTAQUE */
#destaque {
	margin: 20px 0px;
}

#informe {
	margin: 20px 0px 50px 0px;
}

#email_informe {
	width: 140px;
	margin: 4px 0px;
}
