﻿/*----------------------------------------------------------------------------------
	Page:						Frame.css
	Author:					John Bradnam
	Created:				070812 JLB
	Copyright:			Republicorp P/L
	Purpose:				Defines styles used in the frame and content divisions
	History:
	--------------------------------------------------------------------------------*/
	
/* Home page frame */
.frame {
	border: 10px solid White;
	border-top-width: 0px;
	margin: 0px auto 0px auto;
	width: 800px;
}

/* Content frame */
.content {
	background-image : url(../Images/Menu_Bar.gif);
	background-repeat : repeat-y;
	background-color: White;
}
