/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	
	background-image: url('../images/bgPage.gif');
	background-position: top left;
	background-repeat: repeat-x;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #676767;
}


html, body, #wrapper {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

html>body, html>body #wrapper, html>body #wrapper #mainBody {
	height: auto;
}

#wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	min-height: 100%;
	height: 100%;
	
	text-align: center;
	
	background-image: url('../images/bgMain.gif');
	background-position: top center;
	background-repeat: repeat-y;
}

#mainBody {
	position: relative;
	min-height: 100%;
	height: 100%;
	width: 700px;
	margin: auto;
	padding: 0px 10px;
	
	text-align: left;
}

/* ***** Header ***** */
img.logo {
	margin: 40px 0px 0px 10px;
}

/* ***** Navigation ***** */
ul.nav {
	width: 100%;
	padding-top: 10px;
	margin: 10px 0px 10px 0px;

	background-image: url('../images/bgNav.gif');
	background-position: top left;
	background-repeat: no-repeat;
	
	list-style-type: none;
}

ul.nav li {
	display: inline;
	margin-right: 30px;
}

ul.nav li a {
	color: #676767;
	text-decoration: none;
	text-transform: lowercase;
}
ul.nav li a:hover { text-decoration: underline; }

ul.nav li.firstItem { margin-left: 100px; }

/* ***** Image Banner ***** */

hr {
	width: 100%;
	padding: 0px;
	margin: 23px 0px 10px 0px;
	height: 10px;
	
	border: 0px none #000000;
	background-image: url('../images/bgImages.gif');
	background-position: top-left;
	background-repeat: no-repeat;
}

/* ***** Main Content ***** */
div#mainContent {
	position: relative;
	padding: 30px 110px 0px 220px;
}

	/* Headigns */
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #c75319;
	text-transform: lowercase;
}

h4 {
	margin: 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #676767;
}

	/* Text */
p.sml { margin: 0px; font-size: 10px; }

	/* Images */
img.imgPhoto {
	float: left;
	margin: 0px 20px 15px 0px;
}

/* ***** Home ***** */
div#home {
	position: relative;
	padding: 30px 0px 0px 0px;
}

div#home h1,
div#home h3 { margin-left: 95px; }

div.wodonga,
div.geelong {
	padding: 10px 1px 0px 1px;
}

div.wodonga img,
div.geelong img {
	border: 0px none #000000;
}

div.wodonga p,
div.geelong p { margin: 0px; }

div.wodonga p a,
div.geelong p a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
div.wodonga p a:hover,
div.geelong p a:hover { color: #fe5f10; }

div.wodonga {
	position: absolute;
	right: 50%;
	
	text-align: left;
}

div.geelong {
	position: absolute;
	left: 50%;
	
	text-align: right;
}

/* ***** Additional Styles ***** */
span.clear {
	display: block;
	clear: both;
}