/*
Original Design by Maa Designs and Edited/Coded by Digital88 Pty Limited 
David Mitchell +613 9016 5226 or 1300 88 04 07
http://www.digital88.com.au
*/

body {
	margin: 20px;
	padding: 0;
	background: #FFF;
	font: normal small Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;	
}

input
{
	width:185px;
}

select
{
	width:185px;
}

textarea
{
	width:185px;
	height:100px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
}


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 {
	width: 799px;
	height: 20px;
	margin: 0 auto;
	padding-right:1 px;
	background: #ffffff;
	background-image:url(images/bsp.jpg);
	background-repeat:no-repeat;
	background-position:right;
	border: 0px solid #FFFFFF;
	border-bottom: none;
}

#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: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size:13.5px;
	width: 799px;
	height: 29px;
	margin: 0 auto;
	padding: 0;
	background-image:url(images/menuBG.jpg);
	background-repeat:repeat;
	border: 5px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;;
}

#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;
	width: 98px;
	height: 21px;
	padding-top: 5px;
	text-align: center;
	text-decoration: none;
	border-left: outset;
	border: 1px solid #ffffff ; 
	padding-bottom: 1px; 
	color: #666666;
}

#menu a:hover, #menu .active a {
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/menuBG_over.jpg); 
	color: #333333;
	
}

/* Splash */

#image {
	width: 798px;
	margin: 0 auto;
	background: #FFFFFF;
	border-left: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
}

/* Content */

#body {
	width: 798px;
	margin: 0 auto;
	background: #FFFFFF;
	border: 5px solid #FFFFFF;
}

#body .title {
padding-top: 10px;
padding-bottom: 2px;
	background: #FFFFFF;
}

#body .story {
	padding: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666666;
	border: 2px solid #CCCCCC;
}

/* bot*/

#bot {
	width: 780px;
	margin: 0 auto;
	padding: 10px 10px;
	background-image:url(images/menuBG.jpg);
	background-repeat: repeat;
	border: 5px solid #FFFFFF;
	border-top: none;
}

#bot p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: x-small;
	color: #666666;
}

#bot a {
	color: #666666;
}