/* Stylesheet for the RSNSW www pages */

body {
	background-image: url("images/parchment.jpg");
	background-repeat: repeat;
}
#map {
	position: absolute;
	top:  20px;
	left: 150px;
}
#maptext {
	position: absolute;
	top:  85px;
	left: 200px;
}

#table_right {
	position: absolute;
	top:  150px;
	left: 700px;
}

#table_bottom {
	position: absolute;
	top:  480px;
	left: 0px;
}

#bottom {
	position: absolute;
	top:  700px;
	left: 20px;
	font-size: 10pt;
}

