* {
	padding: 0;
	margin: 0;
}
ul, li {
	list-style: none;
}
body {
	background: #C3E7D2;
	font-family: Tahoma, Verdana;
	font-size: normal;
}
#container {
	background: url(../images/page-wrapper.gif) repeat-y;	
	margin: 40px auto;
	width: 718px;
}
#content-wrapper {
	background: url(../images/pink.gif) repeat-y;	
	}
#top-curve {
	background: url(../images/top-curve.gif) no-repeat top left;
}
#bot-curve {
	background: url(../images/bot-curve.gif) no-repeat bottom left;
	padding: 12px;
}
#top-content {
	background: url(../images/top-content.jpg) no-repeat top left;	
	padding: 0 0 60px 0;
	height: auto;
	min-height: 360px;
	position: relative;
}
.menu {
	background: url(../images/nav_bg.gif) repeat-y;	
	position: absolute;
	top: 190px;
	left: 1px;
}
.menu-top-curve {
	background: url(../images/nav_top_curve.gif) no-repeat top left;	
}
.menu-bot-curve {
	background: url(../images/nav_bot_curve.gif) no-repeat bottom left;
	height: auto;
	min-height: 135px;
	padding: 14px 0 15px 20px;
	width: 140px;
	}
.menu-bot-curve ul li {
	padding: 2px 0 2px 0;
	}
.menu-bot-curve ul li.selected a {
	background: url(../images/star.gif) no-repeat center left;
	color: #d30d78;
	}
.menu-bot-curve ul li a {
	color: #fd82c3;
	padding: 0 0 0 22px;
	text-decoration: none;
	}
.menu-bot-curve ul li a:hover {
	color: #d30d78;
	}
.main-content {
	float: right;
	padding: 60px 110px 0 60px ;
	width: 320px;
	}
.main-content p {
	color: #FFF;
	font-size: 11px;
	padding: 6px 0 6px 0;
	}
.main-content small a {
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	float: right;
	margin: 0 30px 0 0;
	text-decoration: none;
	}
#bottom-content {
	background: url(../images/bottom-bg.jpg) no-repeat bottom left;
	height: 453px;
	position: relative;
	}
#bottom-content .palace {
	position: absolute;
	bottom: 2px;
	right: 5px;
	}
#bottom-content .collect {
	position: absolute;
	bottom: 74px;
	left: 69px;
	}
#bottom-content .collect small {
	margin: 0 0 0 95px;
	}
#bottom-content .collect small a {
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	}
.clear {
	clear: both;
	}