/* 	File: her_story.css
	Author: nicholas.defelice@gmail.com
	
	Color Key:
	Gold: ffb400
	Purple:560066
	links on white pages are color: #63057A
	links of black pages are color: #FF9900
*/

/*	DEFINE BACKGROUND FOR HER STORY
----------------------------------------------------*/

#wrapper {
	color: black;
	background-image: url("../images/content_main.jpg");
	background-repeat: no-repeat;
	background-position: 53% 60%;

}

#her_story_text {
	font-family: Arial;
	font-size:12px;
	margin-right: 125px;
	width: 700px;
	color:black;
}

#citation {
	font-family: Arial;
	font-size:9px;
	margin-right: 120px;
	width: 700px;
	color:black;
}

#content_scroll{
	position: absolute;
	margin: 0 0 0 220px;
	width: 580px;
	height: 410px;
	overflow-y: scroll;
	overflow-x: hidden;
	
}



