@charset "UTF-8";
/* CSS Document */

/********************
General
********************/
body{
	
	background: rgb(255,255,240) url('../images/pinkStretch.gif') repeat-x;
	
}


/********************
Design
********************/
#container{
	width: 1024px;
	height: 1024px;
	background: url('../images/bodyBackground2.png');
	margin: 0 auto;
	position: relative;
	top: -8px;	
}

#content{
	width: 750px;
	height: 925px;
	margin: 0 auto;
	position: relative;
	top: 50px;
	
}

#navigation{
	float: left;
	position: relative;
	padding: 25px 0px 0px 25px;
	font-size: 24px;
	width: 200px;
	height: 825px;
	
	
}

#lifeStyle{
	position: relative;
	padding: 25px 25px 0px 0px;
	float: right;
	width: 500px;
	height: 350px;
}

#lifeStyle h3{
	font-size: 22px;
	margin-bottom: -1px;
}

#infoBox{
	position: relative;
	padding: 0px 25px 0px 0px;
	top: 1px;
	float: right;
	width: 500px;
}

#infoBox ul{
	padding: 10px 0px 5px 5px;	
	font-size: large;
}

#infoBox ul li{
	position: relative;
	left: 15px;
	list-style-position: inside;
	list-style-type: none;
	font-size: medium;
}

#footer{
	position: relative;
	bottom: 1px;
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
}

.registerInfo{

	margin: 0 auto;
	width: 250px;
	text-align: center;
}

ul.heartLink{
	position: relative;
	left: -45px;
}


ul.heartLink li{
	text-align: left;
	float: left;
	height: 50px;
	list-style: none;
	padding: 20px 10px 0px 25px;
	background: url('../images/girlBtn.png') no-repeat;
}

ul.heartLink li a{
	color: white;	
}

.registerInfo a{
	color: blue;	
}
