/* 	File: contact.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 CONTACT PAGE
----------------------------------------------------*/

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

#contact_text {
	margin-top: 20px; 		/*top of text down 73 pixels*/
	width: 400px;     		/*width of text box*/
	color: white;     		/*text color*/
	font-family: Arial;		/*font type*/
	font-size: 1em;			/*font size*/
}

a{
	color:#CCCCCC; 		/*color of links*/
	
}

a:hover {
       color:#FFFFFF;                 /*color of links on hover*/
}


.inline{
	padding-left: 20px;		/*padding between the inline list items <li>*/
}
