/* 	File: human_trafficking.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 HUMAN_TRAFFICKING BACKGROUN
----------------------------------------------------*/

#wrapper {
	background-image: url("../images/content_main.jpg");
	background-repeat: no-repeat;
	background-position: 53% 55%;
	position: relative;
}

#content{
	font-family: Arial;
}

#content_scroll{
	position: absolute;
	margin: 0 0 0 240px;
	width: 591px;
	height: 320px;
	overflow-y: scroll;
}

ul#nav {
	margin: 0 0 0 360px;
}
ul#nav li{
	padding-right: 30px;
	display: inline;
}

ul#nav li a{
	text-decoration: none;
	color: #63057A
}

ul#nav li a:hover {
	text-decoration: underline;
}

#content_scroll ul {
	margin: 0 0 0 20px; 
	padding: 2px; 
	
}

#content_scroll ul li {
	list-style-position: inside;
	list-style: circle;
}

