@charset "utf-8";

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #EBEBEB;
	background-image: url(../images/waterMark02.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.container {
	background-image: url(../images/waterMark01.gif);
	background-repeat: no-repeat;
	background-position: -20px 300px;
}

.header {
	background-color: #FFFFFF;
	background-image: url(../images/headGraphic2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 287px;
}
.header .fixWidth {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
.header  .fixWidth .menu {
	float: right;
	height: 160px;
	width: 150px;
	margin-top: 70px;
	text-align: left;
}
.header .fixWidth .menu li {
	margin-bottom: 0px;
}



.content {
	background-image: url(../images/bgGrdnt.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.content .fixWidth {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
.content  #homePhoto  {
	background-image: url(../images/homePhoto.jpg);
	background-repeat: no-repeat;
	background-position: 570px 20px;
}
.content #enquiriesPhoto {
	background-image: url(../images/enquiriesPhoto.jpg);
	background-repeat: no-repeat;
	background-position: 570px 20px;
}
.content #aboutusPhoto {
	background-image: url(../images/contactusPhoto.jpg);
	background-repeat: no-repeat;
	background-position: 570px 20px;
}


.content   .textBox  {
	width: 365px;
	margin-right: auto;
	margin-left: auto;
	background-color: #333333;
	background-image: url(../images/bgGyGrdnt.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color: #FFFFFF;
	text-align: left;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
	position: relative;
}

.content .textBox p {
	padding-bottom: 10px;
}
.content   .textBox   p   a, .content  .textBox  p  a:hover, .content  .textBox  p  a:visited {
	color: #CCFFCC;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCFFCC;
}

.content .textBox .service01 {
	float: right;
	margin-right: -20px;
}
.content .textBox .service02 {
	float: left;
	margin-left: -20px;

}
.content .textBox .service03 {
	float: right;
	margin-right: -20px;
}
.content  .textBox  .ausmap {
	float: right;
	margin-right: 20px;
	margin-top: 130px;
}

.content .textBox td {
	text-align: left;
	vertical-align: top;
	padding-bottom: 5px;
	padding-right: 5px;
}










.footer {
	background-color: #999999;
	background-image: url(../images/bgFtGrdnt.gif);
	background-repeat: repeat-x;
	background-position: top;
}
