#homepage {
	width: 430px;
	margin: 30px 20px 0 0;
}
#mainContent { /* OVERWRITE */
	width: 470px;
	float: left;
	padding-right: 18px;
}
#coreContent { /* OVERWRITE */
	margin: 0 0 0 3px;
}



#sidebar {
	margin: 15px 0 0 0;
	float: left;
	display: block;
	width: 342px;
	background: #fff;
/*
	_width: 200px;
*/
}
#sidebar div {
	width: 322px;
	background: #fff;
	padding: 15px 10px;
	margin: 0 0 30px 0;
	text-align: center;
	-moz-border-radius: 20px; /* FIREFOX */
	-webkit-border-radius: 20px; /* SAFARI */
	-khtml-border-radius: 20px; /* CHROME */
	border-radius: 20px; /* CSS3 */
}

#fb-root{
	background: #ffd4d4;

}

#sidebar div p {
	margin: 10px 0 0 0;
}
#sidebar div a {
	background: #fff;
}

div#flowers {
	background: #fff url(../images/flowers.png) no-repeat center center;
	height: 207px;
}
#flowers p {
	color: #ff0078;
	font-size: 20px;
	font-weight: bold;
	line-height: 28px;
}
#flowers p a {
	position: relative;
	top: -10px;
	background: none;
	text-decoration: none;
	line-height: 40px;
}
#flowers p a:hover {
	text-decoration: underline;
}

