/* global styles */

body {
	margin: 0;
	padding: 0;
	font: 85% arial, hevetica, sans-serif;
	text-align: right;
	color: #333;
	}

a:link { color: #B52C07; }
a:visited { color: #b93411; }
a:focus { color: #000; }
a:hover { color: #7d8206; }
a:active { color: red; }
h1, h2, h3, h4, h5, h6 { margin: 0 0 .5em; }

h2 {
	color: #B52C07;
	font: 140% georgia, times, "times new roman", serif;
	}

h2 a { text-decoration: none; }

h3 {
	color: #7d8206;
	font: 110% georgia, times, "times new roman", serif;
	}
h4 {
	color:#000;
	font: 8px Verdana, Geneva, sans-serif;
	}

/* container styles */


/* header styles */

#header {
	height: 180px;
	width: 100%;
	padding: 0px;
	position:relative;
	background:#0CF;
	background-image:url(images/fundo2.png);
	}

#header h1 {
	position: absolute;
	background-color:#C60;
	left: -500em;
	}

#skipmenu {
	position: absolute;
	left: 39px;
	top: 13px;
	width: 1024px;
	text-align: right;
	}

#skipmenu a {
	color: #555;
	text-decoration: none;
	}

/* mainnav styles */

/* footer styles */

#footer {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	background-color:#000;
	height: 200px;
	width: 100%;
	text-align: center;
		
	}
