body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}

h1, h2, h3 {
	margin: 4px 0;
	color: #FFFFFF;
}

h1 {
	font-size: 23px;
}

a { color: #C53000; text-decoration: none; }
a:hover { color: #C53000; }

div.hr {
	background-image: url(../imagens/hr.gif);
	background-repeat: repeat-x;
	height: 1px;
}

div.light-hr {
	background-image: url(../imagens/light_hr.gif);
	background-repeat: repeat-x;
	height: 1px;
}

#background {	
	width: 100%;
	background: url(../imagens/background.jpg) no-repeat center top;
}

#site {
	width: 960px;
	margin: auto;
}

/** Header **/
#header {
	height: 127px;
}

	#header a {
		display: block;
		width: 100%;
		height: 126px;
		margin: auto;
	}
	
	#header a span {
		display: none;
	}
	
#outdoor {
	width: 958px;
	height: 338px;
	border: 1px solid #333333;
}

/** Menu **/
ul#menu {
	width: 845px;
	height: 39px;
	background-image: url(../imagens/menu_background.jpg);
	background-repeat: repeat-x;
	border: 1px solid #333333;
	border-top: 0;
	padding: 0;
	margin: 0;
	margin-left: 20px;
}

	ul#menu li {
		display: block;
		float: left;
		width: 170px;
		height: 39px;
		margin-left: 10px;
		list-style: none;
	}

/** Content **/	
#content {
	clear: both;
}

#footer {
	background: url(../imagens/footer.jpg) no-repeat center top;
	width: 100%;
	height: 81px;
	padding-top: 10px;
	color: #666666;
	line-height: 15px;
	font-size: 11px;	
}

	#footer #inner {
		margin: auto;
		width: 320px;
		padding-top: 7px;
	}
	
		#footer #inner img {
			float: left;
			margin-right: 10px;
		}
	
		#footer #inner p {
			width: 250px;
			float: left;
		}
		
		#footer #inner p a {
			color: #666666;
		}
		
	

address {
	text-align: center;
	font-style: normal;
	color: #666666;
	line-height: 15px;
	font-size: 11px;	
}

.shadow {
	clear: both;
	background-image: url(../imagens/menu_shadow.jpg);
	background-repeat: no-repeat;
	height: 30px;
	margin-left: 20px;
}