/*
-----------------------------------------------
August 2.0 Screen Styles
Author:   Matt Agar
Company:  August P/L
Version:  17 December 2007
----------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	line-height: 17px;
}

html, body {
	height: 100.1%; 
}

body {
	margin: 0;
	padding: 0;
	font-family:"Century Gothic";
	font-size: 10pt;
	color:#000000;
	  background-color:#85AE15;
	
}



/* Structure
----------------------------------------------- */

div#wrapper {
	width: 100%;
	margin: -1px 0 0;
	padding: 0;
	
}
div#main {
	margin: 0 auto;
	width: 914px;
	padding: 0px 20px;
}
div#content {
	margin-top: 20px;
	padding: 0pt;
	position: absolute;
	top: 0pt;
	width: 914px;
	text-align:center;
	
}
div#content2 {
	margin-top: 0px;
	padding: 0pt;
	position: absolute;
	top: 0pt;
	width: 914px;
	text-align:center;
	
}
div#flash-container {
	height: 100%;
	overflow: visible;
	width: 100%;
}
div#background {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
	background-image:url(../images/bgOriginal.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	background-color:#68AE28;
}
#flash-background {
	height: 100%;
}
/* Forms
----------------------------------------------- */


/* Misc
----------------------------------------------- */

a img {
	border: 0;
}

.image-replace {
	text-indent: -5000px;
}

.clear {
	clear: both;
}


.dda {
color:#000000;
font-size:6pt;
}

a.dda {
color:#000000;
font-size:6pt;
text-decoration:underline;
}
a.dda:hover {
color:#FF0000;
font-size:6pt;
text-decoration:none;
}
