body {
	margin: 0;
	padding: 0;
	text-align: center;
	}
	
/*CAMADAS*/
	
#all {
	width: 770px;
	text-align: left;
	position: relative;
	margin: auto;
	border: solid 1px #666;
	}
	
#header {
	height: 101px;
	background: repeat url('images/header.jpg');
	overflow:hidden;
	}
	
#menu {
	height: 29px;
	background: repeat url('images/menu-background.jpg');
	}
	
#search {
	position:absolute;
	width:130px; 
	height:27px; 
	top: 130px; 
	right: 0px;
	padding-left: 20px;
	padding-top: 2px;
	background: no-repeat url('images/search-background.jpg');
	z-index: 2;
	}
	
#col-left {
	width: 150px;
	float: left;
	}
#col-right {
	width: 150px;
	float: right;
	margin-top: 27px;
	}
#support {
	width: 150px;
	height: 34px;
	background: no-repeat url('images/support.gif');
	}
	
.category {
	margin: 0;
	height: 20px;
	background: no-repeat url('images/support-background.gif');
	background-position: top;
	font-family: Verdana;
	font-size: 11px;
	color: #333;
	font-weight: bold;
	padding-left: 6px;
	padding-top: 3px;
	}
.category-item {
	width: 145px;
	margin:0;
	margin-bottom: 15px;
	padding:0;
	}

#main {
	width: 770px;
	position: relative;
	margin: auto;
	background: repeat-y url('images/background.gif');
	*background: repeat-y url('images/background-ie.gif');
	background-position: center;
	}

#content {
	float: left;
	width: 468px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	background-position: center;
	}

#news {
	width: 446px;
	margin: auto;
	margin-top: 0;
	padding-top: 2px;
	padding-left: 7px;
	padding-right: 5px;
	background: no-repeat url('images/background-content.gif');
	background-position: top;
	}
#header-news {
	width: 468px;
	font-family: Verdana;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	padding-bottom: 10px;
	background: #fff;
	margin:0;
	overflow: hidden;
	}	
#footer {
	height:26px;
	padding-top: 4px;
	position: relative;
	clear:both;
	background: no-repeat url('images/footer.gif');
	}
#adsense {
	margin-top: 20px;
	width: 485px;
	float: right;
	}
#banner-sidebar {
	padding-left: 15px;
}
	
	
/* FORMATAÇÃO TEXTO E LINKS */
p {
	margin: 0;
	margin-top: 2px;
	font-family: Arial;
	font-size: 12px;
	color: #222;
	}
h1 {
	margin: 0;
	padding: 0;
	}
.post_content a {
	font-family: Verdana;
	color: #333;
	text-decoration: underline;
	}
.post_content a:hover {
	font-family: Verdana;
	color: #FF6600;
	text-decoration: underline;
	}
.comments_form a {
	font-family: Verdana;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	}
.comments_form a:hover {
	font-family: Verdana;
	font-size: 12px;
	color: #222;
	text-decoration: underline;
	}

.submit-bottom {
	width: 22px;
	height: 22px;
	border: 0;
	position: absolute;
	top: 3px;
	left:120px;
	background: no-repeat url('images/ok.jpg');
	}
	

.title-content {
	font-family: Verdana;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	}
	
.noticia-titulo {
	font-family: Arial;
	font-weight: bold;
	font-size: 15px;
	color: #222;
	text-decoration: none;
	}
.noticia-titulo:hover {
	font-family: Arial;
	font-weight: bold;
	font-size: 15px;
	color: #444;
	}
.noticia-data {
	font-family: Verdana;
	font-size: 10px;
	color: #333;
	margin-bottom: 5px;
	}
.noticia-data a {
	font-family: Verdana;
	font-size: 10px;
	color: #333;
	text-decoration: underline;
	}
.noticia-data a:hover {
	font-family: Verdana;
	font-size: 10px;
	color: #FF6600;
	text-decoration: underline;
	}
.page a {
	font-family: Arial;
	font-size: 10px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	}
.page a:hover {
	font-family: Arial;
	font-size: 10px;
	color: #444;
	font-weight: bold;
	text-decoration: none;
	}
#post .more-link{
	font-family: Arial;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	}
#post .more-link:hover {
	font-family: Arial;
	font-size: 12px;
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
	}
/*MENUS LATERAIS */
#main ul {
	padding: 0;
	display: block;
	margin: 0;
	list-style-type: none;

}
#main ul .children li{
	padding-left: 8px;
	display: block;
	margin: 0;
	font-weight: none;
	width: 120px;
	border: none;
}

#main ul li {
	padding: 0;
	padding-left: 9px;
	margin: 0;
	margin-top: 2px;
	font-size: 11px;
	width: 141px;
	background: no-repeat url(images/deco.jpg);
	background-position: 0 3px;
	border-bottom: solid 1px #E0EEE0;
	}

#main ul li a {
	margin: 0;
	display: block;
	text-decoration: none;
	font-family: Verdana;
	font-size: 12px;
	color: #333;
	text-decoration: none;
}

#main ul li a:hover {
	font-family: Verdana;
	font-size: 12px;
	color: #FF6600;
	text-decoration: underline;
}
	
/*MENU SUPERIOR*/
h2 {
        font: bold 14px Verdana, Arial, Helvetica, sans-serif;
        color: #000;
        margin: 0px;
        padding: 0px 0px 0px 15px;
}

/*- Menu Tabs G--------------------------- */

#tabsG {
	width:100%;
	background: url('images/menu-background.jpg');
	font-size:93%;
	line-height:normal;
	font: bold 11px/1.5em Verdana;
	height:28px;
	margin: auto;
	}
#tabsG ul {
	margin:0;
	padding:0px 10px 0 0px;
	list-style:none;
	}
#tabsG li {
	display:inline;
	margin:0;
	padding:0;
	}
#tabsG a {
	float:left;
	background:url('images/tableftG.gif') no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	}
#tabsG a span {
	float:left;
	display:block;
	background:url('images/tabrightG.gif') no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#FFF;
	}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsG a span {float:none;}
/* End IE5-Mac hack */
#tabsG a:hover span {
	color:#FFF;
	}
#tabsG a:hover {
	background-position:0% -42px;
	}
#tabsG a:hover span {
	background-position:100% -42px;
	}

#tabsG #current a {
	background-position:0% -42px;
	}
#tabsG #current a span {
	background-position:100% -42px;
	}

	
ol.commentlist {
	width: 445px;
	list-style: none;
	margin: 0 auto 50px auto;
	padding: 0;		
	font-size: 14px;
}
ol.commentlist li {
	margin: 0 0 20px 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #ABCAD9;
}
ol.commentlist a {
	color: #000;
}
ol.commentlist a:hover {
	color: #444;
}