body, html {
	margin:0;
	padding:0;
}
body {
	min-width:750px;
	font-family: "Century Gothic", Tahoma, Arial, sans-serif;
	font-size: 13px;
	background-image:url('images/bg.jpg');		
	background-repeat: repeat-x;
	border: 4px solid #FFFFFF;
}
#container {
	width:940px;	
	margin: 15px auto;	
}
#wrap {
	background:#FFFFFF;
	width:940px;
	position: relative;	
	margin: 0px 10px 0px 0px;
	border: 1px solid #E1E1E1;
	background-image:url('images/whitebg.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
}
#header {
	border: 1px solid #F20000;
	height: 160px;
	background-color: #F20000;
	margin-left: 10px;
	width: 940px;
	text-align: center;
}
h1 {
	color: #F20000;
	font-size: 55px;
	font-weight: normal;
	text-align: right;
	margin: 0px;
	padding: 5px 10px;
	display: none;
}
h2 {
	width: 100%;
	border-bottom: 5px solid #FFCB04;
	color: #FF3300;
	font-weight: normal;
	font-size: 30px;
	margin: 0px;
	padding: 0px;
	margin-left: -10px;
	padding-left: 10px;
}
h3 {
	color: #FF3300;
	font-weight: normal;
	font-size: 24px;
	margin: 0px;
	padding: 0px;
}

a {
	color: #F20000;
}

#nav {
	text-align: right;
	padding-right: 10px;
	font-size: 18px;
	margin-bottom: 10px;
	clear: both;
}
#nav ul{
	margin:0;
	padding:0;
	list-style:none;
}
#nav li{
	display:inline;
	margin:0;
	padding:0;
}
#nav li a {
	text-decoration: none;
	color: #000000;
	margin: 10px;
	font-weight: bold;
	line-height: 30px;
}	
#nav li a:hover {
	color: #FFCB04;
}	
#nav li a.selected {
	color: #F7931D;
	}	
#main {
	float:left;
	width:600px;
	margin-left: 10px;
}
#sidebar {
	background:#FFFFFF;
	border-left: 5px solid #F7931D;
	float:right;
	text-align: justify;
	padding: 5px;
	width:280px;
}
#sidebar h3, #sidebar p {
	padding:0 10px 0 0;
}
#footer {
	clear: both;
	height: 50px;
	background-color: #F20000;
	background-image:url('images/footer.jpg');
	width: 940px;
	text-align: right;
	margin-bottom: 0px 5px;
}
#footer p {
	padding:3px;
	margin:0;
	margin-right: 10px;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
}
.image {
	border: 1px solid #E1E1E1;
	padding: 1px;
	margin-left: 5px;
}
.contactsimage {
	border: 1px solid #FFCB04;
	border-bottom-width: 5px;
	margin-right: 5px;
	float: left;
}
.aboutimage {
	border: 1px solid #FFCB04;
	border-bottom-width: 5px;
	margin-right: 5px;
	float: left;
}
.bottomborder {
	border-bottom: 5px solid #F7921E;
	margin-bottom: 20px;
	line-height: 180%;
}
.topborder {
	border-top: 5px solid #F7921E;
	border-bottom: 5px solid #F7921E;	
	margin-top: 20px;
	line-height: 180%;
}
#copyright_slider {
	width: 645px; 
	background-color: #FFCC00; 
	height: 5px; 
	font-size: 1px; 
	margin-top:22px;
	float: left;
}

label {
	font-size: 9px;
	display: inline;
}

.contactinput {
	margin-bottom: 5px;
	width: 600px;
	font-size: 13px;
	font-family: Tahoma, "Times New Roman", Times, serif;	
}

.contactvalidation {
	margin-bottom: 5px;
	width: 200px;
	float: left;
	font-size: 13px;
	font-family: Tahoma, "Times New Roman", Times, serif;	
}
.contactbutton {
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: bold;
	font-family: Tahoma, "Times New Roman", Times, serif;	
}
.caption {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

.galleryimage {
	width: 280px;
	height: 260px;
	margin-right: 10px;
	float: left;
	text-align: center;
}
.galleryimage img {
	border: 1px solid #FFCB04;
	border-bottom-width: 5px;
	margin-right: 5px;
	margin: 0px auto;
}

.black_overlay{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
 
.white_content {
	display: none;
	position: fixed;
	top: 5%;
	left: 20%;
	width: 60%;
	height: 80%;
	padding: 16px;
	border: 10px solid orange;
	background-color: white;
	z-index:1002;
	overflow: auto;
	text-align: center;
}

#australialogo {
	height: 85px;
	width: 117px;
	background-image: url('images/logo_govt.gif');
	position: absolute;
	top: 3px; 
	right: 10px;
}