* {margin: 0;
   padding: 0;}
   
body {
	background-color: #000000;
	color: #FFFFFF;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-attachment: fixed;
  }
	
/* Begin Structure of site '*/  
 
#container {
	width: 896px;
	padding:3px;
	margin: 0px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #FFFFFF;
	background-color: #000000;
}

#header {margin-top: 1px;
	background-image: url(../images/banner_australia.png);
	height: 320px;
	border: 1px solid #FFFFFF;
}

#wrapper {
	margin-top: 7px;
}

#left {
	float: left;
	width: 155px;
	height: 567px;
	color: #FFFFFF;
	background-color: #000;
  padding: 5px;
	border:1px solid #fff;
}

#right {
	background-color: #000;
	color: #FFFFFF;
	float: right;
	width: 155px;
/*
	background-image: url(images/round_corner_r.gif);
	background-repeat: no-repeat;
	background-position: right top;
*/
	padding: 5px;
	border:1px solid #fff;
}

#content {
	margin-left: 170px;
	margin-right: 170px;
	margin-bottom: 5px;
	color: #FFFFFF;
	background-color: #000000;
	padding: 20px;
	border: 0px solid #FFFFFF;
}

#footer {
	clear: both;
	background-color: #000000;
	color: #FFFFFF;
	padding: 4px;
	border: 1px solid #FFFFFF;
	/*background-image: url(images/bar_bg.gif);*/
	text-align: center;
}

/* Begin text formatting and image floats */

.imageleft{
	float: left;
	margin-right: 7px;
	margin-bottom: 1px;
}


p{
    margin-top: 15px;
	margin-bottom: 15px;
}

blockquote{
	margin-top: 10px;
	margin-bottom: 15px;
	padding-left: 0px;
	border: 0px solid #FFFFFF;
}

h1{
	background-color: #ff951b;
	padding: 5px;
	font-size: 1.3em;
	color: #000;
	margin-top: 5px;
	margin-bottom: 15px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;

}

h2{
	background-color: #ff951b;
	padding: 5px;
	font-size: 1.3em;
	color: #FFFFFF;
	margin-top: 15px;
	margin-bottom: 15px;
	border-top: 0px solid white;
	border-bottom: 0px solid white;

}

h3{
	padding: 5px;
	font-size: 1.3em;
	color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 15px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

h4{
  background:#FFA540;
  letter-spacing:10px;
  padding:1px;
  font-size:1em;
  color:#000000;
  margin-top:1px;
  margin-bottom:1px;
  border:1px dotted #000000;
  text-transform:uppercase;
}

.list {
	margin-left: 27px;
	list-style-image: url(../images/sign_bullet.png);
	margin-top: 30px;
}

a:link, a:visited, a:active{
	color: #ff951b;
	background-color: inherit;
	text-decoration:none;
}

a:hover {
	color: #ff951b;
	background-color: inherit;
	text-decoration:underline;
}

span.pages {
	padding: 4px 8px 4px 8px;
	margin: 2px;
	background:#ff951b;
	color:#000;
	border-top:1px;
	border-left:0px;
	border-right:0px;
	border-bottom:1px;
	border-color:#FFF;
        border-style:solid;
}

span.current {
	padding: 4px 8px 4px 8px;
	margin: 2px;
	background:#FFB766;
	color:#000;
	border-top:1px;
	border-left:0px;
	border-right:0px;
	border-bottom:1px;
	border-color:#FFF;
	border-style:solid;
}

/********** Begin top navigation *************/
#navlist
{
	height: 2.6em!important;
	height: 2.7em;
	margin-top: 7px;
	padding: 1.7em 0em .3em .4em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid #FFFFFF;
}

#navlist a, #navlist a:link, #navlist a:visited
{
border: 1px solid #CCCCCC;
padding: 1.2em;
padding-left: 0.5em;
padding-right: 0.5em;
color: #FFFFFF;
text-decoration: none;
}

#navlist a:hover, #navlist a:active, #navlist a:focus
{
	border: 1px solid #FFFFFF;
	padding: 1.1em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-decoration: none;
	color: #FFFFFF;
}

#navlist li
{
padding-right: 1px;
display: inline;
font-size: 1em;
}

#navlist ul
{
margin: 0px;
padding: 0px;

}

#navlist #active a {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
}

hr{
  border-style:dotted;

}
