@charset "UTF-8";
/* CSS Document */



#Hero {
	margin: 0px 0px 0px 0px; /*top, right, bottom, left*/
	padding: 0px 0px 0px 0px; /*top, right, bottom, left*/
}

#Hero h2 {
	margin: 0px 0px 0px 0px; /*top, right, bottom, left*/
	padding: 30px 30px 0px 0px; /*top, right, bottom, left*/
	float:right;
}

#Hero p {
	margin: 0px 0px 0px 0px; /*top, right, bottom, left*/
	padding: 10px 40px 0px 0px; /*top, right, bottom, left*/
	float:right;
	width:300px;
}

#send_to_friend {
	margin: 0px 0px 0px 0px; /*top, right, bottom, left*/
	padding: 0px 0px 0px 300px; /*top, right, bottom, left*/
}

#send_to_friend img {
	margin: 0px 5px 0px 0px; /*top, right, bottom, left*/
	padding: 0px 0px 0px 0px; /*top, right, bottom, left*/
	float:left;
}


#send_to_friend h1 {
	margin: 0px 0px 0px 0px; /*top, right, bottom, left*/
	padding: 10px 0px 0px 0px; /*top, right, bottom, left*/
	font-size:18px;
	float:left;
}
