body {
margin : 0;
padding : 0;
font : 90% verdana, helvetica, "Trebuchet MS", tahoma, arial, sans-serif;
line-height : 1.6em;
color : #666;
background : #fcf9f2 url(images/toppageheader.jpg);
background-position: 20px 10px;
background-repeat:no-repeat;
}
			/*TOP BANNER*/
#header {
height: 200px;
background-repeat:no-repeat;
padding : 20px 0px 0px 0px;
color : #000;
}

#header H1 {
	text-indent: -9999px;
}

#header H2 {
	text-indent: -9999px;
}

#header p {
	text-indent: -9999px;
}


#header ul {
	margin: 10px 0px 0px 20px ;
	list-style: none;
}

#header li {
	display: inline;

}

#header a {
	float: left;
	padding: 20px 20px 0px 15px;
	font : 95% verdana, helvetica, "Trebuchet MS", tahoma, arial, sans-serif;
	text-decoration: none;
	color: #555;
}

#header a:hover {
	color: #8953a1;
	background-image:url(images/rolloverbg.png);
}
	 

