
body {
	background-color: #8CAF70;
	color: #666;
}

a {
	color: #0071BC;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

h1 {
	background: url(../images/bg-header.gif) no-repeat;
	height: 51px;
	display: block;
	width: 808px;
	overflow: hidden;
	margin: 20px auto 0;
}

h1 span {
	display: none;
}

#main {
	background: url(../images/bg-main.gif) repeat-y #fff;
	width: 808px;
	margin: 0 auto 10px;
}

#nav {
	background: url(../images/bg-nav.gif) repeat-x;
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

#nav div {
	background: url(../images/bg-nav-l.gif) no-repeat left top;
	float: left;
	width: 100%;
}

#nav ul {
	float: right;
	background: url(../images/bg-nav-r.gif) no-repeat right top;
	padding-right: 14px;
}

#nav li {
	float: left;
	height: 52px;
	background: url(../images/bg-divider.gif) no-repeat left bottom;
}

li#next {
	background: none;
}

#nav a {
	display: block;
	line-height: 52px;
	padding: 0 24px 0 20px;
	font-size: 182%;
	color: #fff;
	text-decoration: none;
}

li#current {
	background: url(../images/bg-tab-l.gif) no-repeat left bottom !important;
}

#nav li.over {
	background: url(../images/bg-tab-mo-l.gif) no-repeat left bottom;	
}

li#current a {
	background: url(../images/bg-tab-r.gif) no-repeat right bottom !important;
	color: #666;
}

#nav li.over a {
	background: url(../images/bg-tab-mo-r.gif) no-repeat right bottom;
	color: #666;
}

#footer {
	background: url(../images/bg-main-btm.gif) no-repeat bottom;
	clear: left;
	padding: 20px 0;
	color: #aaa;
}

#footer span {
	display: block;
	padding-top: 37px;
	background: url(../images/yarra-logo.gif) no-repeat 20px;
	text-align: center;
	line-height: 20px;
}

.column {
	width: 401px;
	float: left;
}

h2 {
	clear: both;
	font-weight: bold;
	font-size: 197%;
	margin: 30px 15px 10px;
}

h3 {
	clear: both;
	font-weight: bold;
	font-size: 152%;
	margin: 15px 15px 5px;
	border-bottom: 1px dotted #BFA471;
	color: #777;
}

p {
	margin: 10px 15px;
	font-size: 122%;
}

.img-r {
	display: block;
	float: right;
	margin-bottom: 15px;
}

#map {
	width: 370px;
	height: 370px;
	margin: 0 auto;
	border: 1px solid #666;
}

#jbi {
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
}

#jbi a {
	color: #fff;
}

.box {
	width: 360px;
	background: url(../images/bg-box.gif) repeat-y;
	margin-left: 20px;
}

.box div {
	background: url(../images/bg-box-top.gif) no-repeat top;
	padding: 1px 0 0 0;
}

.box div div {
	background: url(../images/bg-box-btm.gif) no-repeat bottom;
	padding: 0 0 1px 0;
}

table {
	margin-left: 15px;
	width: 361px;
}

th {
	font-size: 114%;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px dotted #BFA471;
}

td {
	text-align: center;
	padding: 2px;
}

td.bold {
	font-weight: bold;
	text-align: left;
}

#links {
	font-size: 136%;
}

iframe {
	width: 760px;
	height: 600px;
	margin-left: 25px;
}

.border_top {
	float: left;
}

.brown_hr {
	display: block;
	border-bottom: 1px dotted #BFA471;
	clear: left;
	margin: 0 15px;
}
