/* cores   */		
#logo {
	background: url(images/logo.png) no-repeat;
}
body {
 	background: url(images/makpat2.png);
 	background-position: 0px 0px;
 	background-repeat: repeat-y;				
}
#page { 	
	background: url(images/makpat.png);		 	
 	background-position: 180px 0px;
 	background-repeat: repeat-y;			
}
		
#menu .menu_dir a {	
	/* #menu .menu_dir a:hover */
	color: #f15a31;
	background: #ffffff;
}		
#menu .menu_esq a {
	/* #menu .menu_esq a:hover */
	color: #ffffff;
	background: #f15a31;
}
#hmenu {
	background: #f15a31;
}		
#hmenu a {			
	background: #f15a31;
	color: #ffffff;			
}	
#hmenu li.selected a,
#hmenu a:hover {
	background: #ffffff;
	color: #f15a31;
}
		
#content {
	background: #725944;
 	/* para efeito mais super-mega-ri-fixe 
 	background: url(http://localhost/~pedro/makpat/makpat.php?w=200&h=3&bg=aaaaaa&fg=99bbee);			
 	*/
}
#content-wrap {
	background-color: #efe9c8;			
}
					
#content h2 {
	border-bottom: 1px dashed #000;
	color: #4b3d30;
}
#content h3 {
	color: #4b3d30;
}		
#search_pager a { 
	color: #f15a31;
}			
#search_pager a:hover,		
#search_pager li.selected a { 
	color: #f15a31;
}	
#text a {
	color: #4b3d30;
}
#text p.date {
	border-bottom: 1px dashed #4b3d30;
}
a , a:visited, a:hover, a:link{
color: #4b3d30;
}