div#header {
	height: 40px;
	text-align: left; /* Return alignment to default because of IE */
	background: #fff url(/images/css/el_header_bg2.png) repeat-x top left;
	}
	h1#logo {
		float: left;
		margin: 0 10px; padding: 0;
	}
	h1#logo a {
		display: block;
		height: 40px; width: 185px;
		text-indent: -9999px;
		background: url(/images/css/el_header2.png) no-repeat top left;
	}
	ul#sites {
		float: right;
		margin: 0; padding: 0;
		list-style: none;
	}
	ul#sites li {
		float: left;
		padding: 0 0.5em;
		margin-top: 10px;
	}
	ul#sites li a {
		display: inline;
		height: 28px;
		font-weight: bold; font-size: 80%; color: #eeaaaa;
		 margin-top: 10px; 
		padding-right: 9px;
	}
	ul#sites li a:hover {
		color: #fff;
		background: url(/images/css/el_exclamation.gif) no-repeat top right;
	}

	ul#buy_links li a {
		display: block;
		width: 80px; height: 20px;
		text-align: center; color: #eeaaaa;
		text-decoration: none; line-height: 1.5em; font-weight: normal;
		background: #000 url(/images/css/el_button_bg.gif) no-repeat top center;
	}
	div#busca {
		background: #cc0000;
		color: #eaa;
		margin-bottom: 20px;
	}
		div#left_menu {
			background: #000 url(/images/css/el_menu_bg.png) no-repeat bottom center;
		}
		div#left_menu h4 {
			font-size: 90%; 
			color: #fff;
			border-bottom: 1px solid #ef8080;
			background: url(/images/css/el_menu_bg.png) no-repeat top center;
		}
		div#left_menu ul {
			margin: 0; 
			padding: 0;
			list-style: none;
			font-size: 75%;
		}
		div#left_menu li a {
			display: block;
			width: 135px; height: 25px;
			font-weight: normal; color: #eeaaaa;
		}
		div#left_menu a:hover {
			color: #fff;
			background: url(/images/css/el_exclamation.gif) no-repeat 130px 50%;
		}

	div#newsletter {
		background: #cc0000;
		color: #FFF;
		margin-bottom: 10px;
		border:1px solid #555753;
		padding: 5px;
		width: 238px;
	}

	div#newsletter h3 { margin:0; padding:0; }
	div#newsletter input[type="text"],
	div#newsletter .botao {
		border:1px solid #000;
		margin-bottom:5px;
		margin-top:5px;
	}
	
