@media all {
	#FooterContainer{
		clear:both;
		background-color: #FFFFFF;
		border-top: 5px solid #99ff00;
		}	
	.column{
		float:left;
		margin-top: 0px;
		padding-top: 0px;
		width:50%;
		}
	
	.column h1{
		color: #FFFFFF;
		display: block;
		font-size:120%;
		border-right-width: 0px;
		border-right-style: solid;
		border-right-color: #FAFAFA;
		margin-top: 0px;
		padding-top: 0px;
		padding-bottom: 2px;
		margin-bottom: 0px;
		background: #333333 url(../img/interface/HeadingSingleLineBackground.png) repeat-x;
		padding-left: 5px;
		}
	.column h2{
		margin-top:7px;
		margin-bottom:0;
		}
	.column img{
		float:left;
		margin:5px;
		}
		
	#PageFooterContainer{
		height: 50px;
		background-color: #5A595A;
		background-image: url(../img/interface/PageFooterBackground.png);
		background-repeat: repeat-x;
		color: #FFFFFF;
		text-align: center;
		clear: both;
		border-top: 5px solid #444444;
		}
	#PageFooterContainer a{
		color:#FFFFFF;
		}
	#PageFooterContainer a:hover{
		color:#ff3755;
		}
	#PageFooterContainer p{
		margin-top:15px;
		}
	#PageFooterLeft{
		background-color: #666666;
		background-image: url(../img/interface/PageFooterLeft.png);
		float: left;
		height: 50px;
		width: 9px;
		background-repeat: no-repeat;
		
		}
	#PageFooterRight{
		background-color: #666666;
		background-image: url(../img/interface/PageFooterRight.png);
		background-repeat: no-repeat;
		float: right;
		height: 50px;
		width: 15px;
	
		}
}
@media print {
	#FooterContainer{
		visibility:hidden;
		display:none;
	}

}
