body {
	text-align:center; /* Required for pesky IE */
	background:#004a80;
	font-family: 'Cambria', Georgia, Times, serif;
	color: #333333;
}

#wrapper {
	margin-left:auto;
	margin-right:auto;
	width:753px;/* Change value to suit*/
	text-align:left; /* Overrides the previously set center alignment that older IE versions reqd */
}

#header {
	background: url(../images/logo_149.gif) 20px 10px no-repeat;
	width: 708px;
	height: 115px;
	}

#logo {
	}

#body {
	background: url(../images/body.png) 50% 50% repeat-y;
	}

#top {
	background: url(../images/top.png) 50% 50% no-repeat;
	width: 753px;
	height: 170px;
	}

ul.menu {
	margin-top: 20px;
	text-transform: uppercase;
	float: left;
	list-style-type: none;
	font-family: 'Georgia';
	background: url(../images/separador.gif) 100% 100% no-repeat;
	height: 40px;
}
.menu {
	margin-left: 34px;
}
.menu li {
	float: left;
}
.menu li a {
	color: #5e5e5e;
	margin-right: 8px;
	padding: 3px 12px 3px 1px;
	font-size: 12px;
	text-decoration: none;
	background: url(../images/bullet.gif) 100% 50% no-repeat;
	letter-spacing: -1px;
}
.menu li a:hover {
	text-decoration: underline;
	color: #333333;
}
.menu li a.last {
	margin-right: 0px;
	background:none;
}
#content {
	width: 640px;
	margin-left:auto;
	margin-right:auto;
	margin-top: -100px;
	}
#content p {
	font-family: 'Cambria', Georgia, Times, serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.5em;
	text-indent: 1em;
}
#content img {
	background-color: #efefef;
	padding: 2px;
	border: 1px solid #b1b0af;
}
#main {
	float: left;
	width: 440px;
}
.post {
	
}



#side {
	float: left;
	margin-left: 20px;
	width: 180px;
	margin-top: 19px;
	}
#side p, #side ul {
	font-size: 13px;
}
#side ul {

	padding-left: 3px;
	list-style-position: inside;
}


#bottom {
	margin-top: 30px;
	margin-bottom: 40px;
	clear: both;
width:100%;
}

.datanoticias {
	color:#555;
	font-size:0.8em;
	margin: 20px 0 -10px 14px;
}

#footer {
	width: 753px;
	height: 76px;
	background: url(../images/footer.png) 0% 0% no-repeat;
	margin-bottom: 50px;
	}
	
	
	
/* MISC */


h2 {
	font-family: 'Adobe Garamond Pro', 'Garamond', 'Georgia';
	font-weight: normal;
	font-style: italic;
	background: url(../images/separador.gif) 0% 100% no-repeat;
	font-size: 2em;
	margin-bottom: 0px;
	padding-left: 12px;
}
h3 {
	font-family: 'Adobe Garamond Pro', 'Garamond', 'Georgia';
	font-weight: normal;
	font-style: italic;
	background: url(../images/separador.gif) 0% 100% no-repeat;
	font-size: 1.3em;
	margin-bottom: 0px;
	padding-left: 6px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix {display: inline-block;}  /* for IE/Mac */

