html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}

body {
	background-color: #1e0000;
	text-align: center;
	font: 13px/1.3em arial, sans-serif;
	color: #565656;
}

h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #b30000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FF7F00;
	text-decoration: underline;
}

#header {
	width: 1000px;
	height: 300px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/header_bg.jpg) no-repeat center top;
}

#navbar {
	margin-top: 266px;
	margin-left: 41px;
	height: 24px;
	position: absolute;
}
#nav ul {
 margin: 0;
 padding: 0;
}
#nav li {
 float: left;
 border-right: 1px solid #A26A6B;
 padding: 2px 15px 2px 9px;
 list-style: none;
}
#nav li.last {
 border-right: none;
}
#nav a {
 color: #eeeeee;
 font: 12px arial, sans-serif;
 font-weight: normal;
	text-transform: uppercase;
}
#nav .selected a {
 font-weight: bold;
}

#content {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/content_bg.jpg) repeat-y center top;
}

#left {
	float: left;
	width: 200px;
	margin: 0;
	padding-top: 50px;
	text-align: center;
	margin-left: 50px;
	color: silver;
}

#left p {
	line-height: 1.5em;
}

#left img, #right img{
	padding: 2px;
	text-align: center;
	margin: 3px;
	background-color: #404040;
	border: 1px solid #789;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#left a:hover img, #right a:hover img {
	background-color: #7f190b;
	border: 1px solid #789;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#right {
	margin-left: 280px;
	padding-top: 20px;
	padding-right: 50px;
	text-align: left;
	color: #DDDDDD;
	font: 13px/1.3em "Lucida Grande", Lucida, Verdana, sans-serif;
}

#footer {
	margin: 0 auto;
	width: 1000px;
	height: 119px;
/*	background: url(../images/footer_bg.png) no-repeat center top; */
}

ul#logos {
	list-style: none;
	background: url(../images/footer_bg.png) no-repeat center top;
	position: relative;
	width: 1000px;
	height: 119px;
	margin: 0;
	padding: 0;
}

ul#logos li {
	border: 0;
	position: absolute;
}

#proloco {
	width: 150px;
	height: 70px;
	top: 22px;
	left: 50px;
}

#cairo {
	width: 138px;
	height: 100px;
	top: 13px;
	left: 800px;
}

ul#logos li a{
	display: block;
	height: 100%;
	text-indent: -9000px;
}

#page_end {
	margin: 0 auto;
	width: 1000px;
	height: 45px;
	background: url(../images/page_end.jpg) no-repeat center top;
}

#page_end p {
	padding: 0;
	margin: 0;
	line-height: 45px;
}

img.left {
	float: left;
}
.right {
	float: right;
	margin-left: 5px;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 988px;
	position: relative;
}



#copyright {
 color: white;
}
#copyright p {
 margin: 0 1em 0.5em 1em;
}




/** Body **/


#right h2 {
 font: 18px "Times New Roman", serif;
}
#right h2 strong {
 color: #980707;
 font-weight: normal;
 font-size: 24px;
}
#right h3 {
 font: 14px "Times New Roman", serif;
 color: #660505;
 margin-top: 1.4em;
 margin-bottom: 1.1em;
}
#right h4 {
 color: #660505;
}
#right .left {
 margin: 0 26px 0 0;
}

/** footer **/
.body-hr {
 clear: both;
 height: 43px;
 background: bottom left url(../images/body_hr.jpg) no-repeat;
 margin: 10px -39px;
}

