body {
	background-color: #C7B8D1;
	margin: 0px;
	text-align:center;
}

/*Header*/
#header {
	position: relative;	
	text-align: left;
	margin: auto;
	background-color:#fff;
	top: 5px;
	left: 10px;
	width: 990px;
	height: 175px;
}
#imagerotate  {
	position: absolute;
	left: 275px;
	top: 10px;	
}

#title {
	position: absolute;
	top: 5px;
	left: 5px;
	background: url(images/logo.jpg) center no-repeat;
	height: 165px;
	width: 264px;
}

#backdrop {
	position: relative;	
	text-align: left;
	margin: auto;
	top: 10px;
	left: 10px;
	height: 575px;
	width: 990px;
	background-color: #fff;
}
#butterfly {
	position: absolute;
	top: 80px;
	left: 375px;
	background: url(images/butterfly.jpg) bottom right no-repeat;
	height: 492px;
	width: 608px;
}

/*Nav*/
#nav {
	position: absolute;
	top: 20px;
	left: 25px;
	width: 700px;
}
#nav p {
	float: left;
	clear: none;
}
#nav img {
	border: none;
}
#nav a {
	text-decoration: none;
	color: #FF9DFF;
	font-family:"Kristen ITC";
	font-size: 20px;
}
#nav a img {
	float: left;
}
#nav a:hover {
	text-decoration: none;
}
#nav a:hover .butterfly {
	background: url(images/sm_butterfly.gif);
}
.butterfly {
	float: left;
	width: 33px;
	height: 28px;
}
/*Content*/
#content {
	position: absolute;
	top: 75px;
	left: 75px;
	width: 600px;
	height: 300px;
	background: none;
}
#content p {
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
}
#slogan {
	position: absolute;
	top: 525px;
	left: 700px;
	background: none;
}
#slogan p {
	color: #FF9DFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 17px;
}
