body
{
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	font-family: arial, helvetica;
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	line-height: 180%;
}

a
{
	color: #4B6400;
	text-decoration: none;
}

a:hover
{
	color: #000000;
	text-decoration: none;
}

a:visited
{
	color: #000000;
	text-decoration: none;
}




#headercontainer
{
	width: 100%;
	background: #242424;
}

#header
{
	margin: 0 auto;
	width: 860px;
	height: 125px;
	border: 1px solid #6F6F6F;
	border-top: 0px;
	border-bottom: 0px;
	background: #242424 url('/aussie.jpg');
}

#header h1
{
	margin: 0;
	color: #EEEEEE;
	font-family: arial, helvetica;
	font-size: 275%;
	padding-left: 10px;
	letter-spacing: -1px;
	padding-top: 25px;
	padding-bottom: 5px;
}

#header h3
{
	margin: 0;
	color: #EEEEEE;
	font-family: arial, helvetica;
	font-size: 160%;
	padding-left: 10px;
	letter-spacing: 0px;
	padding-top: 8px;
}





#menucontainer
{
	width: 100%;
	height: 30px;
	background: #A0C80E;
	background-image:url('/menu-background.jpg');
	background-repeat:repeat-x;
}

#menu
{
	margin: 0 auto;
	width: 860px;
	background: #A0C80E;
	border-right: 1px solid #95BC0E;
}

#content
{
	margin: 0 auto;
	width: 840px;
	padding: 20px 10px;
	border: 1px solid #B5B5B5;
	border-top: 5px;
	border-bottom: 0px;
	background: #FFF;
	
}

#content h1
{
	color: #666;
	padding-bottom: 5px;
	border-bottom: 1px solid #A0C80E;
	font-family: arial, helvetica;
	font-size: 220%;
	letter-spacing: -1px;
}


#content h2
{
	color: #666;
	padding-bottom: 3px;
	border-bottom: 1px solid #A0C80E;
	font-family: arial, helvetica;
	font-size: 180%;
	letter-spacing: -1px;
}




td {text-align:center;}


#footer
{
	margin: 0 auto;
	width: 850px;
	height: 42px;
	text-align: center;
	color: #FF0000;
	letter-spacing: 0px;
	background: #A0C80E url('/footer-background.jpg') repeat-x;
	border: 1px solid #A0C80E;
	font-family: arial;
	font-size: 100%; 
	padding: 3px 3px;
}