﻿/*----------------------------------------------------------------------------------
	Page:						Footer.css
	Author:					John Bradnam
	Created:				070812 JLB
	Copyright:			Republicorp P/L
	Purpose:				Defines styles used in the footer division
	History:
	--------------------------------------------------------------------------------*/
	
.footer {
	clear: both;
	width : 800px;
	height : 0px;
	border-top: 8px solid White;
	border-bottom: 3px solid #8C2135;
	font-size: 1px;
	background-color: White;
}

