body {
background-image: url(img/site_bg.jpg);
background-repeat:no-repeat;
background-position:center;
background-position:top;
background-color:#000;
}

#footer {
	width:100%; /* width of footer bar */
	height:35px; /* height of footer bar */
}
html>body #footer {
	position:fixed; /* do not remove*/
	bottom:0; /* Locks footer to bottom*/
	z-index:10; /* Prevent certain problems with form controls */
}

#footer {
	font-size:11px; /* font size of the footer*/
	color:#FFFFFF; /* text color of the footer*/
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}
.footerbg {
	background:#222; /* background color of the footer*/
	background-image: url(img/footer_edge.jpg); /* beveled edge of the footer*/
	background-position:top;
	background-repeat:repeat-x;
}

.body_text {
	font-family: Arial, Tahoma;
	font-size: 14px;
	color: #000000;
	margin:4px;
	padding-left:5px;
}


.address {
	font-family: tahoma;
	font-size: 11px;
	color: #ffffff;
}

.nav_subtext {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
}



h3 {
	font-family: Arial;
	color: #000000;
}



.page_heading {
	font-family: Arial;
	font-size: 30px;
	color: #000;
	font-weight:bold;
	padding-top:15px;
	padding-bottom:15px;
	}


.page_sub-heading {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #F90;

	}





/** Links Begin **/


a.nav_link:link, a.nav_link:visited {
	font-family: Arial, Arial Narrow, Century Gothic, Tahoma;
	font-size: 21px;
	font-weight: bold;
	color: #000000;
	text-decoration:none;
}
a.nav_link:hover {
	font-family: Arial, Arial Narrow, Century Gothic, Tahoma;
	font-size: 21px;
	font-weight: bold;
	color: #cc0000;
	text-decoration:underline;
}






.footerlink a:link, .footerlink a:visited {
	color:#FFF; /* footer link colour*/
	text-decoration:none; /* removes link underlines*/
	font-family:Arial, Helvetica, sans-serif;
}
.footerlink a:hover {
	color:#ededed; /* footer link hover colour*/
	text-decoration:none; /* removes link underlines*/
	font-family:Arial, Helvetica, sans-serif;
}





a.text_link:link, a.text_link:visited {
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.text_link:hover {
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}

/** Links End **/

