html{
	padding:0;
	height: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
}

body{
	text-align:center;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 76%;
	background-color: #E2F5F5;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin:0;
	padding:0;
	color: #09024e;
}
div#container{
	text-align:left;
	width:780px;
	margin:0 auto;
	background-color: #cef0f0;
}
#header {
	margin-bottom: 20px;
	height: 100px;
}


div#navigation{float:left;width:190px}

div#content {
	float:right;
	width:580px;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #F15C22;
	padding-left: 5px;
}

body#mary #content {
	background-image: url(images/marybg200.jpg);
	background-repeat: no-repeat;
}
body#mld #content {
	background-image: url(images/mldbg200.jpg);
	background-repeat: no-repeat;
}
body#ch #content {
	background-image: url(images/chbg200.jpg);
	background-repeat: no-repeat;
}
body#pm #content {
	background-image: url(images/pmbg200.jpg);
	background-repeat: no-repeat;
}
body#rm #content {
	background-image: url(images/rmbg200.jpg);
	background-repeat: no-repeat;
}
body#tm #content {
	background-image: url(images/tmbg200.jpg);
	background-repeat: no-repeat;
}
body#bookings #content {
	background-image: url(images/pricebg2200.jpg);
	background-repeat: no-repeat;
}
body#indexpage #content {
	background-image: none;
	background-repeat: no-repeat;
}

#content h1{
	font-size: 1.6em;
	font-weight: bold;
	margin-left: 5px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
}
#content h2 {
	font-size: 1.3em;
	font-weight: bold;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-right: 10px;
	padding-top: 5px;
}
h3 {
	font-size: 1.3em;
	color: #f25b21;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 0px;
	font-weight: bold;
}

div#content p{
	line-height:1.4em;
	margin-right: 20px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
	font-size: 1.2em;
}
#content li {
	font-size: 1.2em;
	color: #000066;
	line-height: 1.4em;
	margin-right: 20px;
}
body#mld #innercontent {
	background-image: url(images/mldbg2200.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-right: 20px;
}
body#ch #innercontent {
	background-image: url(images/chbg2200.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-right: 20px;
}
body#pm #innercontent {
	background-image: url(images/pmbg2200.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-right: 20px;
}
body#rm #innercontent {
	background-image: url(images/rmbg2200.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-right: 20px;
}
body#tm #innercontent {
	background-image: url(images/tmbg2200.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-right: 20px;
}
#content #innercontent p {
	margin-right: 0px;
}
div#extra{
	clear:both;
	width:100%;
	padding-top: 10px;
}
#extra p {
	font-size: 1.4em;
	color: #FF6600;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}
div#footer{
	color: #1D381D;
	text-align: center;
	padding-top: 10px;
}
div#footer p{margin:0;padding:5px 10px}


#navigation ul {
	list-style: none;
	margin-left: 0px;
	margin-right: 10px;
	font-size: 1.2em;
	margin-top: 5px;
	width: 150px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#navigation a {
	text-align: left;
	display: block;
	text-decoration: none;
	color: #000066;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-bottom: 5px;
}

#navigation a:hover {
	color: #0000BB;
	font-weight: normal;
}

#navigation #current a {
	color: #000066;
	text-decoration: underline;
}
.flow {
  float: left;
  clear: left;
  margin: 0px 1.25em 0px 0px;
}
.flowright {
  float: right;
  clear: right;
  margin: 0px 0px 0px 1.25em;
}
