/* 
    AUTHOR: Steven Collins
            stevenecollins@me.com
            http://stevencollins.net

Individual CSS elements for the Pasport Donations Page

*/

/* TEXT */


/* STRUCTURE */

/* Required */

/* Optional	*/

#main-content{
		position: relative;
		top: 0px;
		width: 1000px;
		height: 575px;
		padding: 0, 30px, 0px, 30px;
}



#left-content 	{
	width: 565px; height: 625px;
	float: left;
	padding: 5px;
	margin-right: 5px;
}

#picture-box	{
	width: 565px; height: 540px;
	float: left;
	padding: 5px;
	margin-right: 5px;
	background: black;
}
#picture	{
	width: 565px; height: 540px;
	background-image: url(../images/donation-image.jpg);
}

#right-text-box	{
	width: 405px; height: 575px;
	float: left;
	margin-left: 15px;
	}

#heart	{
	width: 430px; height: 200px;
	float: left;
}

	#box	{
	width: 430px; height: 160px;
	margin-top: 10px;
	padding-top: 5px;
	padding-left: 5px;
	background: black;}

#donate-today {
	position: absolute;
	width: 175px; height: 141px;
	left:205px;
	top:470px;
	
	z-index:1;

	}
	
#donate	{
	
	width: 175px; height: 138px;
	text-decoration:none;
	display:block;
	background-image:url(../images/heart_sprite.png);
	background-position:0px 0px;
	z-index:1;
	}
			
#donate:hover, #donate:active { background-position: 0px 138px; }
	

/* END DEMOS NAV */



	