/*------------------------------------------------------------
SHILLING - Footer Style Sheet
 
version:			3.0
compatibility:		IEv7, IEv6, FIREFOXv3, FIREFOXv2, CHROMEv1
 
author:				Tony Taylor
email:				tony@shilling.co.uk
copyright:			2009 Shilling Communication
 
TO DO LIST
 
------------------------------------------------------------*/

/*#############################################################
#
#	FOOTER
#
#############################################################*/

#footer {
	width: 100%;
	text-align: center;
	height: 30px;
	background-color: #c7b6d8;
	/*position: fixed;
	bottom: 0;*/
}
/*
* html #footer {
	position: static;
}

*:first-child+html #footer {
	position: static;
}*/

	#footer_inner {
		width: 960px;
		margin: 0 auto;
		text-align: left;
		background-color: #662d91;
		height: 24px;
		padding: 6px 10px 0 10px;
	}
	
		#footer_inner h6.left {
			float: left;
			font-size: 1.1em;
			color: #fff;
		}
		
		#footer_inner h6.right {
			float: right;
			font-size: 1.1em;
			color: #fff;
		}
		
			#footer_inner h6 a:link, #footer_inner h6 a:visited {
				color: #fff;
				text-decoration: underline;
			}
			
			#footer_inner h6 a:hover, #footer_inner h6 a:active {
				color: #BBB;
				text-decoration: underline;
			}