#container {
	width: 95%;
	/* height: 820px; */
	margin-left: 10%;
	margin-right: 10%;
	max-width: 990px;
	max-height: 1000px;
	margin-top: 2%;
	background-color: #FFFFFF;
	padding: .5em;
	color: #000000;
	border: 1px solid black;
	line-height: 110%; <!-- will cascade down throughout all divs -->
	overflow: auto;
	background-image: url(http://www.safetybeachsailinglclub.com.au//images/background.jpg);
	background-repeat: repeat-y;
}

#top
{
	background-image: url(../images/index/header41.jpg);
	height: 175px;
	padding: 0em;
	background-color: #FFFFFF;
	border: 1px solid black;
}

#leftnav {
	float: left;
	width: 190px;
	max-height: 1000px;
	background-color: #FFFFFF;
	margin: 0;
	padding-top: 20px;
	border-right: 1px dashed gray;
	display: inline;
	overflow: hidden;
	background-image: url(http://www.safetybeachsailinglclub.com.au//images/background.jpg);
	background-repeat: repeat-y;
}

#leftnav ul {	
	margin: 5px;
	margin-top: 5px;
	margin-left: 5px;
	padding: 0;
}

#leftnav li {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	display: block;
	border-bottom: 1px dotted gray;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left 0;
	list-style: none;	
}

#leftnav h2 {
	color: #4e869b;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin: 0 10px 10px 0;
	padding: 10px 0 0 0;
	font: 100% 'Century Gothic', Arial, Helvetica, sans-serif; 
}

#leftnav a {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;	
}

#leftnav a:hover { 
	color: blue;
}

#content {
	margin-left: 195px; <!-- this must be larger than leftnav to give the apperance of columns -->
	background-color: #FFFFFF;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 2%;
	/* height: 820px; */
	max-width: 36em;
	max-height: 768px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	/* border-left: 1px dashed gray; */
	/* display: inline; */
	/* overflow: hidden; */
	overflow: auto;
	background-image: url(http://www.safetybeachsailinglclub.com.au/images/background.jpg);
	background-repeat: repeat-y;
}

#content ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	display: block;
	padding-left 0;
	padding-top 2px;
}

#content li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	display: block;
	padding-left 0;
	padding-top 2px;
}

#content h2 {
	color: #4e869b;
	letter-spacing: 0.2em;
	margin: 0 10px 10px 0;
	padding: 10px 0 0 0;
	font: 100% 'Century Gothic', Arial, Helvetica, sans-serif; 
}

#content table {
	font-size: 12px;
}

#homepageSponsor {
	float: right;
	margin-right: 10;
}

#footer {
	clear: both;
	width: 95%;
	margin-left: 10%;
	margin-right: 10%;
	max-width: 990px;
	padding: 10px;
	background-color: #ddd;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	text-align: center;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

img {
	border: none;
}