body {
	text-align: center;
	background-color: #f7941e;
	-webkit-text-size-adjust: none;
}
.heading{
	width: 95%;
	min-width: 400px;
	background-color: #ffffff;
	border:3px solid;
	border-radius:25px;
	-moz-border-radius:25px; /* Firefox 3.6 and earlier */
	box-shadow: 6px 10px 10px #000000;
	behavior: url(style/ie-css3.htc);
	margin-left: auto ;
	margin-right: auto ;
}
.mainarea {
	width: 89%;
	border: 4px solid #d7d7d7;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.3;
}
img {
	max-width: 100%;
	min-width: 10px;
	height: auto;
}
table#tweaktable {
	width: 100%;
}
.mapside {
	display:none;	
}
.images {
	margin-left: 20px;
	margin-right: 20px;	
}
.nav{
	font-size:24px;
	font-weight: bold;
	font-family: "Trebuchet MS", Trebuc;
}
.paragraph {
	font-size: 24px;
	font-family: "Trebuchet MS", Trebuc;
}
.paragraphBOLD {
	font-size: 24px;
	font-family: "Trebuchet MS", Trebuc;
	font-weight: bold;
}
.paragraphITALIC {
	font-size: 24px;
	font-family: "Trebuchet MS", Trebuc;
	font-style:italic;
}
.paragraphCALL {
	font-size: 22px;
	font-family: "Trebuchet MS", Trebuc;
	color: #00cc00;
	font-weight: bold;
}
.smallparagraph {
	font-size: 22px;
	font-family: "Trebuchet MS", Trebuc;
}
.smallparagraphBOLD {
	font-size: 22px;
	font-family: "Trebuchet MS", Trebuc;
	font-weight: bold;
}
.smallparagraphITALIC {
	font-size: 22px;
	font-family: "Trebuchet MS", Trebuc;
	font-style:italic;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #f7941e;
}
a:active {
	text-decoration: none;
}
.footer {
	font-family: "Trebuchet MS", Trebuc;
	font-size: 18px;
	font-weight:bold;
	color: #ffffff;
}
a.footer2:link {
	color: #ffffff;
}
a.footer2:hover {
	color: #ffffff;
}
a.footer2:visited {
	color: #ffffff;
}
input[type=text] { 
	width:200px; 
	border:solid 2px #000; 
	text-align: center;
}
textarea { 
	width:350px;
	resize: none; 
	border:solid 2px #000;
} 
@font-face
{
	font-family: Trebuc;
	src: url('http://www.48hourwebsites.com.au/trebuc.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face
{
	font-family: Trebuc;
	src: url('http://www.48hourwebsites.com.au/trebucit.ttf');
	font-weight: normal;
	font-style: italic;
}
@font-face
{
	font-family: Trebuc;
	src: url('http://www.48hourwebsites.com.au/trebucbd.ttf');
	font-weight: bold;
	font-style: normal;
}
@font-face
{
	font-family: Trebuc;
	src: url('http://www.48hourwebsites.com.au/trebucbi.ttf');
	font-weight: bold;
	font-style: italic;
}