* {
	margin: 0;
	padding: 0;
}

body{
	font-family: "Trebuchet MS", Monaco, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height:1.6em;
	color: #777777;
}

img {
	border: 0;
}

a {
	text-decoration: none;
}

ul {
	list-style-type: none;
}

h1 {
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 20px;
}

#maincontainer{
background:#fff url('../img/bg.gif') repeat-y top center;
width: 882px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topo{
background:#fff url('../img/topo.gif') no-repeat ;
height: 165px;
}

#menu{
background-color:#838383;
height: 36px;
}

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

#contentcolumn{
margin-right: 218px; /*Set right margin to RightColumnWidth*/
}

#rightcolumn{
float: left;
width: 218px; /*Width of right column*/
margin-left: -218px; /*Set left margin to -(RightColumnWidth) */
}

#footer{
clear: left;
width: 100%;
}

.innertube{
margin: 0px 22px 20px 22px;
padding-top: 36px;
}

#contentcolumn .innertube {
margin-left: 29px;
margin-right: 29px;
}

#menu ul {
	margin-left: 22px;
}
#menu ul li {
	display: inline;
	white-space: nowrap;
	margin: 0px 0px;
	padding: 8px 30px 8px 10px;
	line-height: 40px;
}

#menu ul li.sep {
	background-attachment: fixed;
	background: transparent url(../img/separador.gif) no-repeat bottom right;
}

#menu ul li a {
	font-size: 14px;
	color: #fff;
}
#menu ul li a:hover {
	color: #a1d9d4;
}

#rightcolumn {
	font-size: 11px;
	color: #5d5d5d;
	line-height:1.4em;
}

#atualizacoes {
	margin: 64px 0px;
}

.blog_data {
	margin-top: 14px;
	margin-bottom: 6px;
	font-size: 18px;
}

.midia {
	display: inline;
	margin-right: 8px;
}

#contato {
	margin-top: 20px;
}

#contato input.inptxt, #contato textarea, #contato select {
	width: 330px;
	border: 1px solid #777;
}

#contato textarea {
	height: 146px;
}

#btenviar {
	border: 1px solid #777;
	background-color: #fff;
	font-size: 11px;
	font-weight: bold;
	color: #777;
	padding: 1px 4px;
	width: 50px;
}

#copyright {
font-size: 11px;
color: #999;
text-align: center;
}
