html, body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: pink;
}
#Container {
	background: url(../images/azelea_base.jpg) no-repeat left top;
	padding: 0;
	width: 700px;
	margin: 30px auto;
	text-align: left;
	height: 400px;
	position: relative;
	border-top: 10px solid #FEA3CF;
	border-right: 10px solid #FA4B6A;
	border-bottom: 10px solid #DF2938;
	border-left: 10px solid #FE6F9A;
}
#Container h1 {
	font-size: 30px;
	line-height: 30px;
	background: url(../images/azelea_dark.jpg) no-repeat left -50px;
	margin: 50px 0 0;
	padding: 20px 0 20px 80px;
	color: white;
	position: relative;
	border-top: 1px solid #FE82A6;
	border-bottom: 1px solid #FE82A6;
}
#Container a {
	display: block;
	margin: 0px;
	padding: 5px 10px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
#Container #Possibilities h2 {
	font-size: 18px;
	margin: 0px;
	padding: 10px 10px 5px;
	text-decoration: underline;
}
#Container #Possibilities {
	position: absolute;
	top: 260px;
	right: 20px;
	width: 230px;
	background: url(../images/azelea_purple.jpg) no-repeat -450px -261px;
	border: 1px solid #FD6188;
}
#Container a:hover {
	background: #FCB3D1;
}
#Container #Content {
	position: absolute;
	height: 230px;
	width: 400px;
	left: 0px;
	bottom: 0px;
	background: url(../images/azelea_orange.jpg) no-repeat -1px -151px;
	color: #7B0F74;
	padding: 10px 0;
	border-top: 1px solid #FEA3CF;
	border-right: 1px solid #FD6188;
	border-left: 10px;
	border-bottom: 10px;
}
#Container #Content h2 {
	padding: 10px 0 10px 15px;
	margin: 0;
}

#Container p {
	padding: 0 20px;
	margin: 0;
	font-weight: bold;
	margin-top: 10px;
}

