body {
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

#wrapper {
	width:990px;
	height:620px;
	margin:10px auto;
	background:url(images/coloured_bg.jpg) no-repeat;
	background-position:-15px 0px;
}

#butterfly{
	position:relative;
	top:-115px;
	left:-57px;
	width:554px;
	height:466px;
	background:url(images/butterfly_bg.jpg) no-repeat;
}

#cherished_title {
	position:relative;
	top:-423px;
	left:108px;
	width:544px;
	height:59px;
	background:url(images/cherished_title.jpg) no-repeat;
	text-indent:-9999px;
}

#cherished_title h1{
	padding:0;
	margin:0;
}

#content_wrapper {
	position:relative;
	top:-425px;
	left:120px;
	width:750px;
	background:#fff;
	*filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
}

#menu {
}

#menu ul{
	margin:0;
	padding:10px 0px 0px 10px;
	list-style-type:none;
}

#menu ul li{
	display:inline;
	padding:0px 10px 0px 10px;
	border-right:2px solid #000;
	font-weight:bold;
	font-size:16px;
}
#menu ul li a{
	color:#000000;
	text-decoration:none;
}

#menu ul li a:hover{
	color:#000000;
	text-decoration:underline;
}

#content {
	margin:0 0 20px 0;
	padding:0px 20px 10px 20px;
	text-align:justify;
	*filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}

#content h1 {
	font-size:20px;
	text-align:left;
}

#copyright_wrapper {
	padding:30px 0 0 0;
}

#copyright {
	text-align:center;
	clear:both;
	border-top:1px solid #CCC;
	font-size:10pt;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
