/*
Original Design by Digital88 Pty Limited  
Contact Phone +613 9016 5226 or 1300 88 04 07
http://www.digital88.com.au
*/

body {
	margin: 20px;
	padding: 0;
	background: #FFFFFF;
	font: normal small Arial, Helvetica, sans-serif;
	color: #6F4503;	
}

#container{
	width:803px;
	margin:0 auto;	
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	color: #ffffff;
}

h1, h2, h3 {
}

h4, h5, h6 {
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a {
	color: #6F4503;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

/* Header */

#logo {	
	/*height:92px;
	width:379px;		
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;*/
}

#logo h1 {
	text-align: center;
	font-size: 3em;
}

#logo h2 {
	text-align: center;
	font-size: 1.4em;
}

#logo a {
	text-decoration: none;
	color: #9E6813;
}

/* Menu */

#menu {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:13px;	
	height: 27px;
	margin-left:4px;
	padding-top:1px;	
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
	padding: 0px;
	margin: 0px;
}

#menu a {
	display: block;
	float: left;	
	text-align: center;
	color: #FFF;
	padding-top:9px;
	background:url(images/default_btn.jpg);
	width:104px;
	height: 25px;	
}

#menu a:hover, #menu .active a 
{
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/over_btn.jpg);
	width:104px;	
	color: #FFF;	
}


a:link {color:#0000FF} /* unvisited link */
a:visited {color:#0000FF} /* visited link */
a:hover {color:#FF0000} /* mouse over link */
a:active {color:#0000FF} /* selected link */

/* Splash */

#image {
	width: 803px;
	text-align:center;	
	background: #FFFFFF;
	border-left: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
	background:url(images/header.jpg) no-repeat;
	width:796px;
	height:215px;
	padding-bottom:1px;
	
}

#image #contact
{
	/*color:#FFFFFF;
	border:#000000 solid 1px;*/
}

#heading{
	padding-top:50px;
	text-align:left;
	padding-left:1px;
}

/* Content */

#body {	
	text-align:left;
	background: #FFFFFF;
	border: 5px solid #FFFFFF;
}

#body .title 
{
	padding-top: 10px;
	padding-bottom: 2px;
	background: #FFFFFF;
}

#body .story 
{	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666666;
	border: 1px solid #CCCCCC;
}

#main_text
{
	padding: 20px;
}

#body .story_candidate
{
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666666;
}

.story
{
	
}

/* bot*/

#bot {
	width: 796px;
	height:42px;		
	background-image:url(images/footer.jpg);
	background-repeat: repeat;
}

#bot p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: x-small;
	color: #FFF;
}

#bot a {
	color: #FFF;
}

.st_text
{
	font-weight:bold;
	color:#444444;
}

.sub_text
{
	font-weight:bold;
	color:#0267ff;
	font-size:12px;
}

.heading_text
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000000;
	font-size:18px;
	padding-bottom: 10px;
}
