@charset "UTF-8";
/* CSS Document */

body {
	background:url(butterfly.jpg) #aaceec no-repeat bottom right fixed;
}

#menu a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:normal;
	display: block;
	height: 20px;
	line-height: 20px;
	padding: 15px 20px 0px;
	text-align: center;
	border-bottom: 15px solid #c64077;
	color: #ffffff;
	text-decoration:none;
	background:;
}

#menu a:hover{
	border-bottom: 15px solid #873154;
	background-color: #;
	color: #ffffff;
	text-decoration:none;		
}

#menu .current_page_item {
	color: #000000;
	border-bottom: 15px solid #873154;
	background:url(wbg.png);
}

a:link, a:visited, a:active {
	color: #873154;
	text-decoration:underline;
}
a:hover {
	color: #873154;
	text-decoration:none;
}
#secondNav{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:normal;
	width:950px;
	height:32px;
	background:url(wbg.png);
	text-align:center;
	position:relative !important;
	top:-32px;
}


-->