* {
	margin: 0;
	padding: 0;
}

body {
	color: #666;
	margin: 0px 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #5b5b5b;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #828282;
	text-decoration: none;
}
a:active {
	color: #CCCCCC;
	text-decoration: none;
}
.header
{
	height: 250px;
	width: 740px;
	background-color: #000;
}

.titulo {
	margin-right: auto;
	margin-left: auto;
	padding-top: 7px;
	padding-bottom: 7px;
	background-color: #212121;
}
.titulo  h1 {
	color: #FFFFFF;
	font-size: 28px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.titulo  h2 {
	color: #b5140f;
	font-size: 14px;
	padding-top: 2px;
	padding-left: 20px;
}
/* ------------
content part
------------ */

.entry {
	background: #fff url(images/bg_item.gif) repeat-x;
	padding: 8px 10px;
}
.texto   {
	width: 620px;
}
.banners   {
	width: 250px;
	float: right;
}



.entry p {
	margin: 0px 10px 10px 10px;
	text-align: justify;
	line-height: 24px;
	padding-right: 10px;
}

.entry a {
	color: #73100D;
}

.entry a:hover {
	color: #444;
	text-decoration: none;
}
.texto h3 a {
	color: #2A2A2A;
}

.entry  h3 {
	margin: 20px 10px 10px;
	color: #2a2a2a;
	font-size: 22px;
}

/* ------------
right menu part links
------------ */

.menu_list {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#container {
	border: 1px solid #111;
	text-align: left;
	width: 900px;
	background-color: #181818;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: auto;
}


#menu p {
	margin: 5px 10px 10px 10px;
	line-height: 150%;
	text-align: justify;
}

/* ------------
right menu part
------------ */

#menu {
	float: right;
	padding:0px;
	margin-left: 0px;
	width: 160px;
	background-color: #999;
	color: #000;
}

#menu li {
	margin:0px;
	border-bottom:1px solid #000;
	font-size: 1em;
	text-decoration: none;
	padding:0px;
	width:160px;
}

#menu li a {
	display: block;
	color: #ccc;
	font-size: 12px;
	text-decoration: none;
	border-left:5px solid #900;
	border-bottom: none;
	background: #000 url(images/bg_menu_grey.gif) bottom center repeat-x;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	text-transform: capitalize;
}

#menu li a:hover {
	color: #fff;
	background: #000 url(images/bg_menu.gif) bottom center repeat-x;
	text-decoration: none;
	text-transform: capitalize;
}

/* ------------
footer information part
------------ */

#footer {
	padding: 10px;
	text-align: center;
	color: #FFFFFF;
	font-size: 11px;
	background: #000 url(images/bg_menu_grey.gif) bottom center repeat-x;
} 
#container .barra {
	background-color: #73100d;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
}

* html #menu {
	margin-left: 10px;
}


* html #menu li{
	margin-bottom:-3px;
}
.texto h3 a:hover {
	color: #73100D;
}
.header ul {
	position: absolute;
	padding: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	list-style-type: none;
}
.header ul li {
	margin-bottom: 17px;
}
.header ul li a {
	color: #aeaeae;
}
.header ul li a:hover {
	color: #c4c4c4;
}
