#about p{margin-bottom: 15px;}
#categories li { 
	float: left; display: inline;
	padding: 5px 10px; list-style: none;}

#categories ul a { color: #000;text-decoration: none; display: block; font-style: bold; font-size: 1.4em;}
#categories ul a:hover { color: #000; }
#categories ul a:focus { outline: none; }
	/*http://www.devdevote.com/2009/07/19/disable-anchor-dotted-border/*/

#categories img { 
	border: 4px solid #f9e0f9;
	border-radius: .5em;-webkit-border-radius: .5em; -moz-border-radius: .5em;
	box-shadow: 2px 2px 4px #cc33cc; 
		-webkit-box-shadow: 2px 2px 4px #cc33cc; -moz-box-shadow: 2px 2px 4px #cc33cc;
}

.gotoPage { clear:left; text-align: center; font-size: 1.2em; }
.gotoPage a {text-decoration: none;}


/* see header.php for styles that will be deleted when JS is off*/
	/* css hack to huide above content if JS is turned off (= no jquery tabs); 
		below the good content with direct links to the pages*/
#tabs_wo_JS li a{text-decoration: none;  text-align: center;} 
#tabs_wo_JS li a:hover{text-decoration: underline;  color: #fff;} 

/* .fiesta {margin-bottom: 30px;} */