html, body {
	height: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #91BAE1;
	color: #000099;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	background-image: url(<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/images/main_bg.png);
	background-position: center center;
	background-repeat: repeat-y;
}

#wrapper {
	margin: 0 auto;
	width: 1000px;
	position: relative;
	min-height: 100%;
	background-image: url(<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/images/wrapper_bg.png);
	background-position: 180px 189px;
	background-repeat: repeat-y;
}

#footerclear {
	height: 30px;
	clear: both;
	width: 1000px;
}

#footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 19px;
	padding-top: 5px;
	padding-left: 10px;
	width: 990px;
	background-color: #FF6206;
	color: #fff;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#navigation {
	width: 179px;
	float: left;
}

#navigation .moduletable ul {
	padding: 0px;
	margin: 0px;
	
}

#navigation .moduletable * {
	float: left;
}

#navigation .moduletable ul {
	border-right: 1px solid #fff;
}

#navigation .moduletable ul li {
	list-style: none;
	padding: 0px;
	margin: 0px;
	position: relative;
/*  			min-height: 44px; */
	background: url(<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/images/menu_bg.png) no-repeat scroll 0 0 transparent;
}

#navigation .moduletable ul li a {
	padding: 5px 5px 5px 25px;
	float: left;
	width: 149px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-weight: 11px;
	overflow: hidden;
	border-top: 1px solid #fff;
}

#navigation .moduletable ul li.parent > a {
	background: url(<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/images/menu_arrow.png) no-repeat scroll 169px 0 transparent;
}

#navigation .moduletable ul li.parent > a:hover, #navigation .moduletable ul li.parent:hover > a {
	background-position: 169px -50px;
}

#navigation .moduletable ul li ul {
	position: absolute;
	top: 0px;
	left: 180px;
	display: none;
}

#navigation .moduletable ul li:hover > ul {
	display: block;
}

#navigation .moduletable ul li:hover {
	background-position: 0px -50px;
}

#main {
	width: 721px;
	float: left;
	padding: 20px;
	padding-left: 70px;
	padding-right: 30px;
	background-image: url(<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/images/line_bg.png);
	background-position: 1px 0px;
	background-repeat: no-repeat;
}

#main #pagetitle {
	margin-top: 0px;
	margin-bottom: 30px;
}

#main p, #main h1, #main h2, #main h3, #main h4, #main h5, #main h6, #main ul, #main {
	margin-bottom: 20px;
	line-height: 20px;
}

#main h3 {
	color: #FF6206;
}

#header, #header * {
	float: left;
	overflow: hidden;
}

#header {
	position: relative;
}

#header .buttons {
	position: absolute;
	top: 0px;
	right: 42px;
}

#bottom {
	width: 761px;
	float: right;
	padding-left : 20px;
}

#main img {
	/* border: 1px solid #FF6206; */
	margin: 0px 20px 0px 20px;
}

#main #pagetitle img {
	border: none;
	margin: 0px;
}

#main #pagetitle a {
	width: 160px;
	text-decoration: none;
	float: right;
	margin-top: 11px;
	margin-right: 12px;
}

#main ul {
	list-style-image: url(http://www.learn2sail.com.au/images/pictures/crclred1.gif);
}

#adults ul {
	margin: 0px;
padding: 10px 16px;
}

#main blockquote {
	font-style: italic;
	font-weight: bold;
	color: #2686D3;
	padding: 0px;
	margin-left: 20px;
}


