body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../_images/bg.jpg);
	background-position:left top;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #fff;
}
#container { 
	width: 750px;
	margin: 0 0 0 55px;
	text-align: left;
} 
#header { 
	height:390px;
}
#menu {
	margin:7px 0 0 0;
	height:390px;
	overflow:hidden;
	text-align:center;
}
#sidebar1 {
	float: right;
	width: 150px;
	text-align:center;
}
#mainContent { 
	margin: 0 200px 0 0;
}
#internal {
	width:440px;
	margin:0 auto;
}
#footer { 
} 
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* links */
a {
	color:#FFF;
	text-decoration:underline;
}
a:hover {
	color:#FFF;
	text-decoration:none;
}
a:visited {
}
/* headings */
h1, h2, h3, h4, h5 {
	color:#000;
	font-size:12px;
	text-transform:uppercase;
	margin-top:0;
	margin-bottom:0;
}
h1 a, h2 a, h3 a, h4 a, h5 a {
	color:#000;
	text-decoration:none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
	color:#000;
	text-decoration:underline;
}
/* banners */
.bannerApoio {
	margin:15px 0 15px 0;
}
/* comments */
.boxComment {
	margin:0 20px 15px 20px;
	border:1px solid #FFF;
	padding:5px;
}
.commentName {
	color:#000;
	font-weight:bold;
}
/* news */
.boxNews {
	padding:0 0 10px 0;
	margin:20px 0 20px 0;
	background-image:url(../_images/line.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
}