body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background: #0678B3 url(/images/bubbles.gif);
}
#page {
	margin: 0 auto 0 auto;
	width: 964px;
	text-align: left;
	background: #F4F3E6 url(/images/page.gif) left top repeat-y;
}
#header {
	position: relative;
	width: 964px;
	height: 205px;
	background: url(/images/head.jpg) left top no-repeat;
}
#header #wave {
	position: absolute;
	right: 2px;
	top: 0px;
	width: 500px;
	height: 161px;
}
#header #head-contact {
	position: absolute;
	bottom: 10px;
	right: 20px;
	color: #0678B3;
	font-size: 110%;
	font-weight: bold;
}
#header #head-contact span {
	padding-left: 20px;
}
#header #head-contact a:link, #header #head-contact a:visited {
	color: #0678B3;
}
#header #head-contact a:hover {
	color: #F17321;
}
/*
* MENU
*/
#menu {
	background: #F6E4B4 url(/images/menu.gif) left top repeat-x;
	margin: 0 2px 0 2px;
	width: 960px;
}
#menu a {
	display: block;
	float: left;
	padding: 12px 34px 5px 34px;
	font-size: 120%;
	font-weight: bold;
}
#menu a:link, #menu a:visited {
	color: #0678B3;
	text-decoration: none;
}
#menu a:hover {
	color: #C6AB7B;
	background: url(/images/menuH.gif) 50% 0% no-repeat;
}
#menu b {
	display: none;
}
#main {
	position: relative;
	width: 100%;
}
/*
* CONTENT
*/
#contentouter {
	padding: 22px 258px 0 168px;
}
#content {
	padding: 20px 30px 10px 30px;
	background: #FCFCF9;
	color: #333333;
}
#content h1 {
	font-size: 120%;
	color: #0678B3;
	margin-top: 0;
	margin-bottom: 10px;
}
#content .head-fox {
	font-size: 120%;
	color: #0678B3;
	margin-top: 0;
	margin-bottom: 10px;
	padding: 42px 0 13px 72px;
	background: url(/images/head-fox.gif) left top no-repeat;
}
#content .head-kangaroo {
	font-size: 120%;
	color: #0678B3;
	margin-top: 0;
	margin-bottom: 10px;
	padding: 42px 0 13px 72px;
	background: url(/images/head-kangaroo.gif) left top no-repeat;
}
#content .head-koala {
	font-size: 120%;
	color: #0678B3;
	margin-top: 0;
	margin-bottom: 10px;
	padding: 42px 0 13px 72px;
	background: url(/images/head-koala.gif) left top no-repeat;
}
#content .head-kookaburra {
	font-size: 120%;
	color: #0678B3;
	margin-top: 0;
	margin-bottom: 10px;
	padding: 42px 0 13px 72px;
	background: url(/images/head-kookaburra.gif) left top no-repeat;
}
#content .head-platypus {
	font-size: 120%;
	color: #0678B3;
	margin-top: 0;
	margin-bottom: 10px;
	padding: 42px 0 13px 72px;
	background: url(/images/head-platypus.gif) left top no-repeat;
}
#content h2 {
	font-size: 110%;
	color: #F17321;
	font-style: italic;
	margin: 10px 10px 10px 10px;
}
#content h3 {
	font-size: 110%;
	color: #0678B3;
	margin-top: 10px;
	margin-bottom: 5px;
}
#content h4 {
	font-size: 110%;
	color: #00A0C6;
	margin-top: 10px;
	margin-bottom: 5px;
}
#content h5 {
	font-size: 105%;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 2px;
}
#content h6 {
	font-size: 105%;
	color: #00A0C6;
	margin-top: 10px;
	margin-bottom: 2px;
}
#content p {
	margin-top: 0;
	margin-bottom: 10px;
}
#content ul {
	margin-top: 0;
	margin-bottom: 10px;
}
#content ol {
	margin-top: 0;
	margin-bottom: 10px;
}
#content blockquote {
	float: right;
	width: 100px;
	border: dotted 1px #0678B3;
	margin: 3px;
	padding: 5px;
}
#content blockquote p {
	margin-top: 0;
	margin-bottom: 0;
}
#content a:link {
	color: #0678B3;
}
#content a:visited {
	color: #00A0C6;
}
#content a:hover {
	color: #F17321;
}
#content .imgleft {
	float: left;
	margin: 0 10px 5px 0;
}
#content .imgright {
	float: right;
	margin: 0 0 5px 10px;
}
#content .imgborder {
	border: solid 1px #000000;
}
.cols {
	text-align: center;
}
.col1 {
	width: 65%;
	margin: 10px auto 0 auto;
	text-align: left;
}
.col2, .col2n, .col3, .col3n {
	float: left;
	margin-top: 10px;
	text-align: left;
}
.col3, .col3n {
	width: 31%;
}
.col2, .col2n {
	width: 48%;
}
.col2, .col3 {
	margin-right: 2%;
}
/*
* LEFTBAR
*/
#leftbar {
	position: absolute;
	top: 0px;
	left: 3px;
	width: 164px;
	background: #F4F3E6 url(/images/surfboard.gif) left top no-repeat;
}
#submenu {
	width: 100px;
	margin: 80px 0 10px 33px;
	height: 446px;
}
#submenu a {
	display: block;
	margin-bottom: 15px;
	font-size: 100%;
	font-weight: bold;
	line-height: 1;
}
#submenu a:link, #submenu a:visited {
	color: #0678B3;
	text-decoration: none;
}
#submenu a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#submenu b {
	display: none;
}
#contact {
	font-size: 100%;
	font-weight: bold;
	line-height: 2;
	color: #0678B3;
	padding: 20px 10px 10px 10px;
}
#contact a:link, #contact a:visited {
	color: #0678B3;
}
#contact a:hover {
	color: #F17321;
}
/*
* RIGHTBAR
*/
#features {
	position: absolute;
	top: 0px;
	right: 3px;
	width: 256px;
}
.feature {
	position: relative;
	margin: 6px 5px 0 14px;
	padding: 42px 82px 17px 20px;
	height: 175px;
}
.feature-kookaburra {
	background: url(/images/feature-kookaburra.gif) left top no-repeat;
}
.feature-platypus {
	background: url(/images/feature-platypus.gif) left top no-repeat;
}
.feature-fox {
	background: url(/images/feature-fox.gif) left top no-repeat;
}
.feature-kangaroo {
	background: url(/images/feature-kangaroo.gif) left top no-repeat;
}
.feature-koala {
	background: url(/images/feature-koala.gif) left top no-repeat;
}
.feature h2 {
	font-size: 100%;
	margin: 0 0 10px 0;
	color: #F17321;
}
.feature h2 a:link, .feature h2 a:visited {
	text-decoration: none;
	color: #0678B3;
}
.feature h2 a:hover {
	color: #F17321;
}
.feature p {
	font-size: 100%;
	color: #0678B3;
	margin: 10px 0 10px 0;
}
.feature p.more {
	position: absolute;
	bottom: 15px;
	right: 95px;
	font-weight: bold;
	margin: 0;
}
.feature p.more a {
	padding: 0 10px 2px 0;
}
.feature p.more a:link, .feature p.more a:visited {
	background: url(/images/arrow.gif) 100% 50% no-repeat;
	color: #0678B3;
	text-decoration: none;
}
.feature p.more a:hover {
	background: url(/images/arrowH.gif) 100% 50% no-repeat;
	color: #F17321;
}
.feature form {
	margin: 0;
}
.feature label {
	display: block;
	float: left;
	font-size: 85%;
	font-weight: bold;
	width: 65px;
	text-align: right;
	color: #F17321;
}
.feature input {
	font-size: 90%;
}
/*
* FOOTER
*/
#footer {
	visibility: hidden;
	margin-top: 5px;
	margin-bottom: 6px;
}
#footer td {
	font-size: 90%;
	color: #C6AB7B;
	padding: 2px 10px 2px 10px;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #C6AB7B;
}
#footer a:hover {
	text-decoration: none;
	color: #F17321;
}
/*
* RESPONSE FORM
*/
#response {
	padding: 0.5em;
	width: 100%;
	background: #E6F5F9;
}
#response fieldset {
	border: solid 1px #0678B3;
}
#response legend {
	color: #F17321;
	font-weight: bold;
}
#response div {
	clear: both;
	padding: 3px 0 0 0;
}
#form-error {
	color: red;
	font-weight: bold;
}
.error {
	color: red;
	font-weight: bold;
}
#response label {
	float: left;
	width: 8em;
	text-align: right;
	font-size: 95%;
	font-weight: bold;
	color: #0678B3;
}
#response input.submit {
	float: left;
	width: 7em;
	text-align: center;
}
#response input:focus, #response textarea:focus {
	background-color: #F6E9C1;
}
#response .element {
	float: left;
}
/*
   PICTURE GALLERY 
*/
.pic {
	display: block;
	float: left;
	width: 170px;
	height: 170px;
	margin: 5px 10px 5px 0;
	border-top: solid 1px #EEEEEE;
	border-left: solid 1px #EEEEEE;
	border-bottom: solid 1px #AAAAAA;
	border-right: solid 1px #AAAAAA;
	text-align: center;
	font-size: 93%;
}
.pic img {
	display: block;
	margin: 0 auto 2px auto;
	border-top: solid 1px #AAAAAA;
	border-left: solid 1px #AAAAAA;
	border-bottom: solid 1px #EEEEEE;
	border-right: solid 1px #EEEEEE;
}
.pic:link, .pic:visited {
	background: #DDDDDD;
	text-decoration: none;
}
.pic:hover {
	background: #D0DDFD;
	text-decoration: none;
}
/*
   COURSES 
*/
.coursedesc {
	width: 280px;
	float: left;
}
.coursecosts {
	width: 180px;
	float: right;
}
.coursevenue {
	clear: both;
	margin: 0 0 0 20px;
}
.coursevenue span {
	display: block;
	float: left;
	font-weight: bold;
	width: 60px;
	padding-right: 10px;
}
