
body {
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#4f5050;
	}
h1 {
	font-size:46px;
	font-family:"AvantGarde BK BT",Arial, Helvetica, sans-serif;
	font-weight:lighter;
	color: #505050;
	margin:0;
	padding:0;
	
	}
h2 {
	font-size:24px;
	font-family:"AvantGarde BK BT",Arial, Helvetica, sans-serif;
	font-weight:lighter;
	color: #3789c8;
	}
	
	h2 img {
		padding:0;
		margin:0 10px 0 0;
		float:left;

		}
h3 {
	font-size:18px;
	font-family:"AvantGarde BK BT",Arial, Helvetica, sans-serif;
	font-weight:lighter;
	color: #3789c8;
	border-bottom:1px dotted #3789C8;
	}
	
a:link {
	color:#4f5050;
	}
	
a:link.Data {
	color:#3789c8;
	text-decoration:none;
	}
	
#asideRight p {
	margin-top:4px;
	}
#header, #footer, #section, #artigo{
		width:825px;
		margin:0 auto;
		display:block;
	}
#header, #footer {
	text-align:center;
	}
.banner {
	width:825px;
	height:280px;
	border:1px dotted #3789C8;
	margin-top:5px;
	z-index:0;
	background-image:url(../img/banner.png);
	position:relative;
	}
#section {
	margin-top:21px;
	
	}

#asideLeft {
	display:inline-table;
	padding-right:13px;
	width:560px;
		border-right:1px dotted #3789C8;
	}
	#asideLeft p {
		display:block;
		}
	
#asideRight {
	width:225px;
	padding-left:21px;

	display:inline-table;
	}
	
#footer {
		border-top:1px dotted #3789C8;
	margin-top:21px;
	padding:5px 0;
	}
	
.Title {
	position:absolute;
	;
	text-align:right;
	/*float:right
	margin-top:150px;
	margin-right:20px;*/
	z-index:1000;
	bottom:20px;
	right:20px;
	}
	
.Data {
	color:#3789C8;
	padding:0;
	margin:0;
	}
	
.BlockContent {
	display:block;
	height:auto;
		}
	
li { 

	margin-bottom:10px;
	}