body {
	color: #ccc;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0;
	font-size: 0.6em;
	background: #473a2a url('../images/banner_bkgd.gif') top left repeat-x; /** BOTTOM BKGD COLOUR **/
}

#banner {
	height: 110px;	
	margin: 0;
}

#nongallery
{
	width: 680px; 
	height: 480px;
	z-index:20;
	border: 1px solid #473a2a;
}

.textcontent
{
	overflow: hidden;
	position: relative;
	border: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background-color: #897360;  /** IMAGE BKGD AREA COLOUR **/
	z-index:20;
}

.textbody
{
	position: absolute;
	top: 30px;
	left: 30px;
	padding: 0;
	margin: 0;
}

.text {
	clear: both;
	text-align: left;
	width: 660px;
	padding: 1px 0 30px 0px;
	background-color: transparent;
	margin: 0;
}

.text p {
	font-size: 12px;
	color: #eee;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	padding: 5px 30px 10px 0;
	line-height: 15px;
	margin: 0;
}

.text h2
{
	color: #fff;
	font-size: 18px;
	margin: 15px 0 5px 0;
	padding: 0;
}

.contactbody
{
	position: absolute;
	top: 10px;
	left: 30px;
	padding: 0;
	margin: 0;
}

.contactleft {
	float: left;
	text-align: left;
	width: 290px;
	padding: 1px 0 0px 0px;
	background-color: transparent;
	margin: 0;
}

.contactright {
	float: right;
	text-align: left;
	width: 335px;
	padding: 1px 0 0px 0px;
	background-color: transparent;
	margin: 0;
}

.contactleft p, .contactright p {
	font-size: 12px;
	color: #eee;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	padding: 5px 30px 10px 0;
	line-height: 15px;
	margin: 0;
}

.contactleft h2, .contactright h2
{
	color: #fff;
	font-size: 18px;
	margin: 10px 0 5px 0;
	padding: 0;
}

.contacttext{
	margin-right: 15px;
}

.white {
	color: #fff;
	background-color: #473a2a;
	padding: 5px;
}

.gold {
	color: #FFCC33;
}

a:link, a:visited, a:active{
	color:#fff;
	background-color:transparent;
	font-weight: normal;
}

a:hover{
	color:#fff;
	text-decoration: underline;
	font-weight: normal;
}

form {
	font-size: 12px;
	color: #eee;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}
textarea {
	width: 190px;
	padding: 0;
	margin: 0;
}
input, select, textarea {
	font-size: 12px;
	color: #111;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	padding: 1px 5px 0 5px;
	margin: 0;
}

table {
	padding: 0;
}

ul#topnavlist {
	z-index: 15;
	position: absolute;
	top: 0px;
	right: 30px;
	height: 20px;
	margin: 0;
	/*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/
	text-align: center;
	cursor: pointer;
	white-space: nowrap;
	padding: 5px 0 0 0;
	margin: 0 auto;
}

#topnavlist li {
	display: inline;
	list-style-type: none;
	font-size: 13px;
	padding: 0 0 5px 0;
	color: #ddd;
}

#topnavlist a { 
	padding: 0 10px 5px 10px;
}

#topnavlist a:link, #topnavlist a:visited {  /** BUTTON COLOURS ARE OPPOSITE OF SUBNAV **/
	color: #ccc;
	background-color: #9a8776; 
	text-decoration: none;
}

#topnavlist a:hover {
	color: #fff;
	background-color: #786655;
	text-decoration: none;
}

#topnavlist #current {
	color: #fff;
	background-color: #544a40;
	text-decoration: none;
	padding: 0 10px 5px 10px;
}

ul#subnavlist {
	z-index: 15;
	position: absolute;
	top: 0;
	left: 30px;
	height: 20px;
	margin: 0;
	/*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/
	text-align: center;
	cursor: pointer;
	white-space: nowrap;
	padding: 0;
	margin: 0;
}

#subnavlist li {
	display: inline;
	list-style-type: none;
	font-size: 13px;
	background: #a35f6c;
	color: #fff;
	padding: 0 0 5px 0;
}

#subnavlist a { 
	padding: 0 10px 5px 10px;
}

#subnavlist a:link, #subnavlist a:visited {
	color: #ccc;
	background-color: #544a40;
	text-decoration: none;
}

#subnavlist a:hover {
	color: #fff;
	background-color: #786655;
	text-decoration: none;
}

#subnavlist #current {
	color: #fff;
	background-color: #9a8776;
	text-decoration: none;
	padding: 0 10px 5px 10px;
}

#footer 
	{
	font-size: 11px;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 40px;
	visibility: visible;
	display: block
	}

#copyright {
	height: 50px;
	margin: 0;
}

#copyright p {
	font-size: 12px;
	color: #9a8776;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	padding: 10px 0 2px 0;
	margin: 0;
}

#copyright a:link, a:visited {
	color: #786655;
	text-decoration: none
	}

#copyright a:hover {
	color: #fff;
	text-decoration: none
	}

ul#footernavlist {
	height: 20px;
	margin: 0;
	/*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/
	text-align: center;
	cursor: pointer;
	white-space: nowrap;
	padding: 0;
	margin-top: 20px;
}

#footernavlist li {
	display: inline;
	list-style-type: none;
	font-size: 13px;
	background: transparent;
	color: #fff;
	padding: 0 0 5px 0;
}

#footernavlist a { 
	padding: 0 10px 5px 10px;
	background: transparent;
}

#footernavlist a:link, #footernavlist a:visited {
	color: #786655;
	background: transparent;
	text-decoration: none;
}

#footernavlist a:hover {
	color: #fff;
	background-color: #786655;
	text-decoration: none;
}

h1
{
	color: #fff;
	font-size: 47px;
	font-weight: bolder;
	margin: 0 40px;
	padding: 0.08em 0;
}

h1 sup
{
	color: #ddd;
}

h1 a
{
	color: #fff;
	text-decoration: none;
}

h1 .company, h1 a .company
{
	color: #d01a71;
}

h2
{
	color: #ddd;
	font-size: 18px;
	margin: 15px 0 5px 0;
	padding: 0;
}

h3
{
	color: #fff;
	font-size: 1.5em;
}

h4
{
	font-size: 1.3em;
}

.content
{
	margin: 0;
}

.content a
{
	color: #fff;
}


.content p.linkage
{
	margin-top: 2em;
	text-align: right;
	font-size: 1.7em;
	color: #ddd;
}

.content p.linkage a { color: #fff; }

/*.content p.linkage a
{
	color: #fff;
	background: url('../images/bg/biglink_off.gif') center right no-repeat;
	padding: 10px 20px;
	text-decoration: none;
}

.content p.linkage a:hover
{
	background: url('../images/bg/biglink_on.gif') center right no-repeat;
	font-style: italic;
}*/

#myGallery
{
	text-align: left;
	margin: 0 auto;
}