﻿/*----------------------------------------------------------------------------------
	Page:						Frame.css
	Author:					John Bradnam
	Created:				070812 JLB
	Copyright:			Republicorp P/L
	Purpose:				Defines styles used in the body and frame division
	History:
	--------------------------------------------------------------------------------*/
	
body, p, li, td, th, input, select, texarea  {
	font-family : Arial, Verdana, Sans-Serif;
	font-size: 11px;
}
		
body {
	background-image : url(../Images/Background_Page.gif);
	background-repeat : repeat-x;
	background-position : left bottom;
	background-color: White;
	margin: 0px 0px 0px 0px; 
	text-align: center;
}
	
/* main frame */
div.frame {
  background-image: url(../Images/Holder.gif);
  background-repeat: repeat-y;
  background-position: left top; 
  background-color: white;
	position : relative;
	margin: 0px auto 0px auto;
	width: 800px;
  border-bottom: 1px solid #c1c2c2;
}

/* header */
div.header {
	background-image: url(../Images/Header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 2px 2px 1px 2px;
	margin-top: 0px;
	width: 796px;
	text-align: left;
}

div.banner {
	background-image: url(../Images/Header_01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 32px;
	width: 796px;
	position: relative;
	height: 308px
}

div.banner img {
	position: relative;
	left: 35px;
	top: 245px;
}

div.logo {
	position: absolute;
	width: 145px;
	height: 95px;
	top: 10px;
	left: 605px;
}
