/* cairns website design layout */

body {
	background: #737373;
	margin: 0;
	position: center;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 140%;
	}
	
h1 { 
	font: 14pt arial;
	color: #666;
	}
	
a:link, a:visited { 
	text-decoration: none;
	color: #666;
	}
a:hover, a:active { 
	text-decoration: none;
	color: #000;
	}

#container {
	width: 947px;
	margin: 0px;
	padding: 0px;
	}

#header {
	background: url(images/headerBg.png) no-repeat top;
	width: 947px;	
	height: 163px;
	margin: 0px;
	}

#content {
	background: #a9ff00 url(templates/splash/images/leftBg.jpg) no-repeat left;
	width: 947px;
	height: 456px;
	}

#contentR {
	background: url(images/flashBg.png) no-repeat top right;
	width: 947px;
	height: 135px;
	position: relative;
	text-align: right;
	}	
	
.innerContent {
	/*background: url(images/formBg.png) center top no-repeat;*/
	text-align: center;
	margin-left: 85px !important;
	margin-left: 40px;
	float: left;
	clear: both;
	width: 540px;
	height: 404px;
	/*background-color: #474747;*/
	}
	
.text {
	padding-left: 15px;
	padding-right: 15px;
	color: #666666;
	}
	
#flash {
	height: 135px;
	}

#bottomRight {
	background: url(images/bottomR.png) no-repeat bottom;
	width: 320px;
	height: 321px;
	float: right;
	position: relative;
	}
	
#bottom {
	background: url(templates/splash/images/bottomBg.jpg) no-repeat;
	width: 947px;
	height: 125px;
	}
	
#copyright {
	margin-top: -125px;
	font-size: 8pt;
	color: #666666;
	}
	
#copyright a {
	font-size: 8pt;
	color: #333333;
	text-decoration: none;
	}
	
#copyright a:hover {
	color: #000000;
	text-decoration: none;
	}
	
#footlinks {
	margin-top: 60px;
	font-size: 8pt;
	color: #4d4d4d;
	}
	
#footlinks a {
	color: #4d4d4d;
	font-size: 8pt;
	text-decoration: none;
	}
	
#footlinks a:hover {
	color: #333333;
	text-decoration: none;
	}