html,body {
	margin: 5px;
	padding: 0;
/* background-color: #033;

 */
 }

body {
	text-align: center;
	font: 12px "Trebuchet MS", Verdana, "Lucida Grande", sans-serif;background-color: #033;
}

div#header {
	text-align: center;
	height: 120px;
	width: 100%;
	background:    url("/mountain_views/footer/katoomba_blue_mountains.jpg") no-repeat;
}

div#header h1 {
	margin: 10px;
	text-align: center;
	font: 52px Georgia, Times, serif;
	padding-top: 10px;
}

div#header span {
	text-align: center;
	font: italic 32px Georgia, Times, serif;
	color: #960000;
}

div#header p {
	padding-left: 10px;
	text-align: left;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	padding-top: 10px;
	margin-top: 20px;
}


div#container {
	text-align: left;
	background-color: #fff;
		border-right: 4px solid #7f8100;
		border-left: 4px solid #7f8100;


}

div#content {
	float: left;
	width: 750px;
	background-color: white;
}

div#content p {
	line-height: 1.4;
		padding-left: 200px;

}

div#content img {
	line-height: 1.4;
	margin: 5px;
}

div#extra {
	background: #CCC8B3;
}

div#container {
	width: 750px;
	margin: 0 auto
}

div#navigation {
	float: left;
	width: 210px;
	height:110%;
	margin-bottom: 50px;
}

div#navigation a:hover {
	font: bold Georgia, "Times New Roman", Times, serif;
	display: list-item;
	list-style-position: inside;
	color: #960000;
	list-style-type: circle;
	text-decoration: underline;
}



div#navigation a {
	text-decoration: none;
}

div#navigation p.menu {
	font: 12px/16px Arial, Helvetica, sans-serif;
	padding-top: 2px;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 3px;
}

div#navigation p.menu_head {
	font:  bold 13px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0;
	margin-top: 5px;
	padding-top: 15px;
	padding-left: 0;
}

div#extra {
	float: left;
	width: 500px
}

div#footer {
	clear: both;
	width: 100%;
	border-top: 1px solid #7f8100;
	text-align: center;
	padding-bottom: 20px;
}

div#footer p {
	padding-left: 30px;
	font: 11px Arial, sans serif;
}

div#footer p.quote {
	font: italic 16px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin: 10px;
}

p {
	margin: 0 20px 10px 10px;
	font-size: 13px;
}

h2 {
	margin-left: 10px;
	padding-right: 50px;
	font: 26px/30px Georgia, "Times New Roman", Times, serif;
}

h3 {
	margin-left: 10px;
	font-size: 16px;
	font-style: italic;
	margin-bottom: 0;
	padding-left: 200px;
}

ul li {
	font-size: 12px;
	list-style-position: inside;
	list-style-type: square;
	padding-left: 200px;
	padding-right: 20px;
}

a {
	text-decoration: underline;
	color: #005d5d;
}

a:hover {
	color: #0a0084;
	font-weight: bold;
}

a:visited {
	color: maroon;
}

p.address {
	font: bold 12px Arial, Helvetica, Geneva, sans-serif;
	border-bottom: 1px dashed #4c4c4c;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
}

p.quote {
	margin: 5px 30px;
}

p.intro {
	font-size: 120%;
}

.notes {
	font-style: italic;
	font-size: 11px;
	margin-top: -2px;
}

.big {
	font-size: 140%;
}