/* 	File: a21.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 A21
----------------------------------------------------*/



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

}

#content_scroll{
	position: absolute;
	margin: -10 0 0 -15px;
	width: 667px;
	height: 400px;
	overflow-y: scroll;
	overflow-x: hidden;
	scrollbar-base-color: black;
	scrollbar-arrow-color: white;
	}

#text_right {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 675px;
	margin-top: 27px;
	width: 150px;
	float: left;
	font-size:13px;
	color:white;
	text-align:center;
	line-height:200%;
	
}


#partner_text {
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 0px;
	margin-top: 0px;
	width: 640px;
	float: left;
	font-size:13px;
	color:white;
	text-align:left;
}

#letter_to_tat{
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 0px;
	margin-top: 0px;
	width: 640px;
	float: left;
	font-size:13px;
	color:white;
	text-align:left;
}

a:link {color: #FF9900; text-decoration: underline; }
a:active {color: #CCCCCC; text-decoration: underline; }
a:visited {color: #FF9900; text-decoration: underline; }
a:hover {color: #CC0000; text-decoration: none; }



