@charset "utf-8";
/* CSS Document */
/* Global Styles */
#body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: rgb(255, 255, 255);
	background-image: url(images/hippy.jpg);
	background-position: top left;
	background-repeat: repeat;
	background-attachment: fixed;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
/* ID Styles */

#navigation td {
	border-bottom: 2px solid #a055a0;
	}
	
#navigation a {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #a055a0;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 26px;
	font-weight:bold;
	}
	
#navigation a:hover {
	background: #a055a0 14px 45% no-repeat;
	color:#d3dd3d;
	}
	
.navText {
	font: 11px comic sans MS;
	color: #a055a0;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	}
	
