/* 
    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: 800px;
		padding: 0, 30px, 0px, 30px;
}


/* Required */

	
		
/* Optional	*/

#pic-box	{
	width: 950px; height: 385px;
	float: left;
	margin-left: 35px;
	margin-bottom: 10px;
	background-color: black;
	}
	#picture	{
	width: 940px;	height: 375px;
	margin-top: 5px;
	background-image: url(../images/fox-w-friends.jpg);
	}

#text-title	{
	width: 950px; height: 65px;
	margin-left: 35px;
	float: left;
	margin-bottom: 10px;
	}
#text-box	{
	float: left;
	width: 990px; height: 300px;
	margin-left: 10px;
	}
	#text-left	{
	float: left;
	width: 300px; height: 280px;
	margin-left: 25px;
	
	}
	#text-right	{
	position: relative;
	float: right;
	width: 300px; height: 280px;
	
	
	}

#form-box	{
	width: 325px; height: 550px;
	float: right;
	background-color: black;
	}
	#form	{
	width: 285px;	height: 510px;
	margin-top: 5px;
	padding: 15px;
	background-color: white;
	}
	#form-container  {
	width: 261px;	height: 176px;
	margin-top: 5px;
	padding: 10px;
	background-color: black;
	border: solid black 2px;
	}
