/* IE StyleSheet Used for <project name> */


	#footer
	{
		position: absolute;
		background-color: #e5f0ed;
		padding:20px 0 0 25px;
		width: 100%;
		background-image: url(images/footer_shad.gif);
		background-repeat: repeat-x;
		background-position: left top;
		height: 100%;
	}
	#footer a
	{
		padding-right:0px;
		color:#005976;
		font-size:12px;
	}
	#footer div
	{
		float:left;
		width:280px;
		border-right:1px dotted #aaa;
		padding:0 20px 10px 20px;
		color:#004f69;
		font-size:12px;
		height:100px;
	}
	#footer div h1
	{
		
		color:#303030;
		font-size:12px;
		margin-bottom:5px;
	}
	#footer div p
	{
		
		text-align:right;
	}
