body {
	background:url(background2.png);
	color: #330033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
a img
{
border: none;
}
hr
{
color: #cc0066;
background-color: #cc0066;
}
#navlist { 
	list-style-image: url(../button.png); 
	}
#navlist li
	{
	padding-top: 5px;
	padding-bottom: 5px;
	}
#navlist a:link {
	text-decoration: none;
	color: #cc0066;
}
#navlist a:visited {
	text-decoration: none;
	color: #CC0099;
}
#navlist a:active {
	text-decoration: none;
	color: #CC0099;
}
#navlist a:hover {
	text-decoration: underline; 
	color: #aa236b;
}

#left {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 20px;
	padding: 10px;
	border: 4px solid #cc0066;
	background: #ffccff;
	width: 250px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 220px;
	}
html>body #left {
	width: 220px; /* ie5win fudge ends */
	}
#middle {
	margin: 20px 190px 20px 290px;
	padding: 10px;
	border: 4px solid #cc0066;
	background: #ffccff;
	width: 70%;
	}

