﻿/*----------------------------------------------------------------------------------
	Page:						Header.css
	Author:					John Bradnam
	Created:				070812 JLB
	Copyright:			Republicorp P/L
	Purpose:				Defines styles used in the header division
	History:
	--------------------------------------------------------------------------------*/
	
.header {
	border-top: 0px solid white;
	background-image : url(../Images/Header.gif);
	background-repeat : no-repeat;
	margin: 0px;
	padding: 0px;
	width : 800px;
	height : 104px;
}

.header a {
	margin-left: 18px;
	margin-top: 14px;
	display: block;
	width: 76px;
	height: 65px;
	text-decoration: none;
}

