html, body {
	width:100%;
	height:100%;
	margin:0;
	border:0;
	padding:0;
	background-color:#D8D9D3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3C3C3C;
}
form{
	padding:0;
	margin:0;
	border:0;
}
#wrapper { 
	margin: 0 auto;
	margin-top:10px;
	width: 916px;
	padding:4px;
	background-color:#fff;
	border:2px solid #D0D1CC;
}
#content { 
	float: left;
	background: #fff;
	width: 692px;
	display: inline;
	border:10px solid #fff;
	min-height:330px;
}
#navigation {
	width: 916px;
	float: left;
	height: 78px;
	background: #fff;
	background-image:url(../images/bg_menu_topo.jpg);
	background-repeat:repeat-x;
	line-height:78px;
	vertical-align:middle;
	text-align:center;
}
#footer { 
	width: 916px;
	height: 60px;
	clear: both;
	background:#ECECEC;
	line-height:60px;
	vertical-align:middle;
	text-align:center;
}
#google_ads { 
	width: 916px;
	height: 90px;
	clear: both;
	line-height:65px;
	vertical-align:middle;
	text-align:center;
}
#header {
	float: left;
	width: 712px;
	height: 222px;
	background: #5A626C;
}
#login {
	float: left;
	width: 180px;
	height: 202px;
	border:10px solid #2A2A2A;
	background: #2A2A2A;
}
#leftcolumn { 
	width: 180px;
	float: left;
	border:10px solid #fff;
	min-height:350px;
}
#rightcolumn { 
	width: 200px;
	float: left;
	min-height:350px;
}
#spacerh {
	width:916px;
	height:4px;
	float: left;
}
#spacerv {
	width:4px;
	height:222px;
	float: left;
}
#separador916 {
	background:#F7F7F7;
	width:916px;
	height:3px;
	float:left;
}
#separador505 {
	background:#F7F7F7;
	width:505px;
	height:3px;
	float:left;
}
input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-decoration:none;
}
.titulos {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
}
.menus {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
}
.datas {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
.azul {
	color:#30B8EC;
}
.cinza_claro {
	color:#9298A3;
}
.botao {
	display:block;
	background-color:#30B8EC;
	color:#fff;
	height:18px;
}
.branco {
	color:#fff;
}