/* CSS Document */

#footer
	{
	position:absolute;
	top: 1025px;
	left: 0px;
	width: 990px;
	height: 100px;
	border-top: 2px solid #D6D2D0;
	}

#footer_bg
	{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 990px;
	height:30px;
	}	
	
	#footer_bg img {
		padding-top: 15px;
	}
	
#footer_links
	{
	position:absolute;
	top: 35px;
	left: 10px;
	height: 10px;
	width: 500px;
	}

.footer_links_text
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #6A6A6A;
	}
	
#footer_sublinks
	{
	position:absolute;
	top: 80px;
	left: 10px;
	height: 9px;
	width: 700px;
	color: #333;
	font-weight:bold;
	}
	
#social_icons
	{
	position:absolute;
	top: 15px;
	right: 0px;
	height: 50px;
	width: 300px;
	text-align:right;
	}
	
.footer_sublinks_text
	{	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	}
	
#footer_copyright
	{
	position:absolute;
	top: 40px;
	left: 590px;
	height: 9px;
	width: 400px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #AFA79F;
	text-align: right;
	}

.footer_links_text a
	{
	color: #6a6a6a;
	}
	
.footer_sublinks_text a
	{
	color: #333;
	}
	