
* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #4B0000;
	font-size: 62.5%;
}

p {
	color: white;
	font: 1em/1.4em Tahoma, Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 8px;
}

#oeste {
	width: 800px;
	margin: 0 auto;
}

#oeste .main {
	float: left;
	width: 800px;
	background-color: #330000;
}

.main .headspace {
	float: left;
	width: 800px;
	height: 100px;
	background: #111111 url(../media/header/h_bg.jpg) no-repeat;
}

.headspace .logo {
	float: left;
	width: 133px;
	height: 100px;
}

.headspace .hme {
	float: left;
	width: 46px;
	height: 65px;
	margin: 18px 0 0 190px;
	display: inline;
}

.headspace .men {
	float: left;
	width: 55px;
	height: 65px;
	margin: 18px 0 0 7px;
	display: inline;
}

.headspace .win {
	float: left;
	width: 44px;
	height: 65px;
	margin: 18px 0 0 9px;
	display: inline;
}

.headspace .dri {
	float: left;
	width: 55px;
	height: 65px;
	margin: 18px 0 0 13px;
	display: inline;
}

.headspace .fes {
	float: left;
	width: 71px;
	height: 65px;
	margin: 18px 0 0 3px;
	display: inline;
}

.headspace .eve {
	float: left;
	width: 50px;
	height: 65px;
	margin: 18px 0 0 5px;
	display: inline;
}

.headspace .jbs {
	float: left;
	width: 39px;
	height: 65px;
	margin: 18px 0 0 8px;
	display: inline;
}

.headspace .cnt {
	float: left;
	width: 85px;
	height: 65px;
	margin: 18px 0 0 9px;
	display: inline;
}

.main .hr_rule {
	float: left;
	width: 800px;
	height: 11px;
	background-color: #820000;
}

.main .content {
	float: left;
	width: 784px;
	margin: 8px;
	display: inline;
}

#oeste .foot {
	float: left;
	width: 800px;
	background-color: #820000;
	border-top: .4em solid #4B0000;
}

.foot .links {
	float: left;
	width: 660px;
	margin: 20px 0 20px 20px;
	display: inline;
}

.foot .tch {
	float: left;
	width: 100px;
	margin: 8px 0 0 5px;
	display: inline;
}

p.footer_p {
	color: #330000;
	font: .9em Tahoma, Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	margin: 0;
}

a.footer:link, a.footer:visited {
	color: #330000;
	font: 1em Tahoma, Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	margin: 0;
}

a.footer:hover {
	text-decoration: underline;
	margin: 0;
}

a:link, a:visited {
	font: 1em;
	color: white;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}