@charset "utf-8";
/* CSS Document */

#body {background-color: #00C;
}
#header {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1024px;
	height: 300px;
	background-color: #00C;
	z-index: 0;
}
#translate {
	position: absolute;
	left: 100px;
	top: 240px;
	width: 100px;
	height: 25px;
	z-index: 0;
	background-color: #000000;
}
#search {
	position: absolute;
	left: 600px;
	top: 240px;
	width: 300px;
	height: 30px;
	z-index: 0;
	background-color: #000000;
}
#barra_lateral_esquerda {
	position: absolute;
	left: 0px;
	top: 400px;
	width: 160px;
	height: 1500px;
	z-index: 2;
	background-color: #00C;
}
#menu_esq {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 160px;
	height: 400px;
	z-index: 2;
	background-color: #00C;
}
#bar_lat_esq {
	position: absolute;
	left: 0px;
	top: 400px;
	width: 160px;
	height: 1100px;
	z-index: 2;
	background-color: #00C;
}

#barra_lateral_direita {
	position: absolute;
	left: 864px;
	top: 400px;
	width: 160px;
	height: 1500px;
	z-index: 2;
	background-color: #00C;
}
#menu_dir {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 160px;
	height: 400px;
	z-index: 2;
	background-color: #00C;
}
#bar_lat_dir {
	position: absolute;
	left: 0px;
	top: 400px;
	width: 160px;
	height: 1100px;
	z-index: 2;
	background-color: #00C;
}
#marketing {
	position: absolute;
	left: 0px;
	top: 300px;
	width: 1024px;
	height: 100px;
	z-index: 2;
	background-color: #00C;
}
#marketing2 {
	position: absolute;
	left: 0px;
	top: 1900px;
	width: 1024px;
	height: 100px;
	z-index: 2;
	background-color: #00C;
}
#adsense {
	position: absolute;
	left: 130px;
	top: 5px;
	width: 758px;
	height: 90px;
	z-index: 2;
	background-color: #00C;
}
#content {
	position: absolute;
	left: 160px;
	top: 400px;
	width: 705px;
	height: 1500px;
	z-index: 2;
	background-color: #00C;
}
#iframe {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 705px;
    height: 1500px;
    z-index: 2;
    background-color: #00C;
}


#footer {
	position: absolute;
	left: 0px;
	top: 2000px;
	width: 1024px;
	height: 500px;
	z-index: 5;
	background-color: #00C;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	font-weight: bolder;
	color: #000000;
}
a img { 
	border: none;
}
a:link {
	color: #1A00FF;
	text-decoration: none;
	}
}
a:visited {
	color: #1A00FF;
	text-decoration: none;
	}
a:hover, a:active, a:focus { 
	color: #1A00FF;
	text-decoration: none;
	}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
ul.nav {
	list-style: none;
	border-left: 1px;
	border-top: 1px solid #666; 
	margin-bottom: 1px; 
	background-color: #321DEB;
}
ul.nav li {
	border-bottom: 1px solid #666; 
}
ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 5px;
	display: block; 
	width: 150px;  
	text-decoration: none;
	background-color: #C6D580;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background-color: #ADB96E;
	color: #FFF;
}
