/* 
    AUTHOR: Steven Collins
            stevenecollins@me.com
            http://stevencollins.net

Individual CSS elements for the From The Heart Page

*/

/* TEXT */


/* STRUCTURE */

#main-content-share{
		position: relative;
		top: 0px;
		width: 1000px;
		height: 1350px;
		padding: 0, 30px, 0px, 30px;
}


/* Required */

	
		
/* Optional	*/


#text-title	{
	width: 1000px; height: 65px;
	float: left;
			}
#text-box	{
	float: left;
	width: 1000px; height: 300px;
	}
	#text-left	{
	float: left;
	width: 475px; height: 280px;
	
	}
	#text-right	{
	position: relative;
	float: right;
	width: 475px; height: 280px;
	
	}
#question {
	font-family: "Arial Black"; font-size: 14px; font-weight: bold;
}
