ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,img{
	margin:0;
	padding:0;
	
}
ul{
	list-style:none;
	
}
a{
	color:#8e8e8e;
	text-decoration:none;
	
}
a:hover{
	text-decoration:underline;
}
a img{
	border:0;
}
.clear{
	clear:both;
	
}

body{
	margin:0px;
	padding:0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#8e8e8e;
}

#page{
	width:500px;
	margin:0px auto;

}

/* MENU */

#menu{
	width:100%;
	height:39px;
	background: left;
	
}

#menu_items{
	float:left;
	width:600px;
	

}

#header_link{
	float:left;
	width:200px;
	
}

#header_link p{
	font-family:Arial, Helvetica, sans-serif;
	padding:12px 0 0 23px;
	
}

#header_link a{
	color:#666b2c;
	font-size:12px;
	
}

#menu_items ul{
	padding:0 0 0 0;
	float:left;
	
}

#menu_items li{
	float:left;
	display:block;
	height:39px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background:url(imagens/menu_items_sep_2.png) no-repeat right bottom;
	text-transform:uppercase;
}

#menu_items li.last{
	background:none;
}

#menu_items a{
	color:#000;
	display:block;
	float:left;
	padding:12px 20px 0 15px;
	
	
}

#menu_items  a:hover, #menu_items a.select{
	text-decoration:underline;
}

#menu_items li img{
	float:left;
	display:block;
	height:80px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background: right bottom;
	text-transform:uppercase;
}