/* *************************************************************************** */
/* These are the styles for the footer links */
#footer_links {
	position:relative;
	text-align:center; /** Alignment **/
	padding-top:1px; /** Padding **/
	background-color:; /** Background Color **/
	font-family:"Courier New", Courier, monospace; /** Default Font **/
	font-size:10px; /** Default Font Size **/
	color:#ffffff; /** Default Font Color **/
	float:right;
	text-transform: lowercase;
	padding-top:125px;
	}
#footer_links a:link,
#footer_links a:visited,
#footer_links a:hover,
#footer_links a:active {
	font-family:Georgia, "Times New Roman", Times, serif; /** Link Font **/
	font-size:10px; /** Link Font Size **/
	color:#ffffff; /** Link Font Color **/
	text-decoration:none;
}