* {
	margin: 0;
	padding: 0;
}

li {
	margin-left: 30px;
}

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
}

body, th, td, input, textarea {
	font-family: optima, trebuchet MS, sans-serif;
	font-size: 12pt;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.1em;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
	margin-top: 1em;
}

a {
/*	color: rgb(98,138,188); */
	color: 0087CE;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
}

#page {
	width: 790px;
	margin: 0 auto;
	background: #FFFFFF;
	border-left: solid black 1px;
	border-right: solid black 1px;
}

#header {
	background: white url('pictures/Oakura sunset for website.jpg') no-repeat top left;
	width: 790px;
	height: 302px;
	border-top: solid black 4px;
}

#header_headings { position: relative; height: 100%; }
#header h1 {
	text-align: right;
	position: absolute;
	top: 80px;
	left: 150px;
	right: 20px;
	font-weight: normal;
	font-size: 44pt;
	color: black;
	margin-bottom: 7.5px;
}
#header h2 {
	position: absolute;
	left: 20px;
	bottom: 0.7em;
	color: rgb(249,116,33);
	font-weight: normal;
	font-size: 24pt;
	margin-bottom: 7.5px;
}
#header h3 {
	position: absolute;
	left: 20px;
	bottom: 0px;
	font-weight: normal;
	margin-bottom: 7.5px;
}
#header h3 a {
	text-decoration: none;
	color: rgb(153,137,105);
}
#header h3 a:hover {
	text-decoration: underline;
}

#content {
	float: right;
	width: 575px;
	padding: 15px;
}

.content .box {
	font-style: xitalic;
	margin-left: 30px;
	margin-bottom: 1.5em;
	font-size: 11pt;
	text-align: left;
	color: rgb(153,137,105);
}

#pagetitle {
	text-align: right;
	border-bottom: solid black 1px;
	margin-bottom: 0.75em;
	margin-top: 0em;
}

#sidebar {
	float: left;
	font-size: 10pt;
	width: 184px;
/*
	background: rgb(250,160,51);
	height: 100%;
*/
	padding-top: 15px;
	padding-bottom: 15px;
}

#sidebar li {
	list-style-type: none;
	padding: 0px;
	margin-left: 15px;
	xmargin-bottom: 4px;
}

#sidebar .box {
	display: none;
	margin: 10px;
	background: #B3C4D3;
	padding: 5px;
	font-size: 9pt;
	color: black;
}

#footer {
	clear: both;
	margin-top: 30px;
	border-top: solid black 0px;
	border-bottom: solid black 8px;
}

#footer .box {
	font-size: 9pt;
	text-align: left;
	margin-left: 30px;
	margin-right: 30px;
	color: rgb(249,116,33);
}

#footer_image {
	position: relative;
	background: white url('pictures/OakuraSea.jpg') no-repeat top left;
	width: 790px;
	height: 103px;
}

#footer_image p {
	font-size: 7pt;
	font-style: italic;
	position: absolute;
	color: rgb(153,137,105);
	bottom: -8px;
	right: 10px;
}

p, ul, ol {
    margin-bottom: 0.75em;
}

.mainmenu ul {
    margin: 0;
}

.mainmenu ul li {
	display: inline;
	float: right;
	text-align: center;
	margin-left: 7.5px;
	margin-right: 7.5px;
}

img {
/*
	margin-left: 15px;
	margin-right: 15px;
*/
	margin-bottom: 15px;
}

.left {
    float: left;
	margin-right: 15px;
}

.right {
    float: right;
	margin-left: 15px;
}

.clear {
	clear: both;
}

.centre {
	text-align: center;
}

blockquote {
	padding-left: 30px;
}
