/* Standard text on a standard page */
body { 
		font-family: Georgia, Garamond, serif;
		margin: 0;
		padding: 0; 
}
/* Headers */
h1 {
		color: #ff0000;
		margin-top: 1em; margin-bottom: .5em;
		font-family: Arial, serif;
    text-align: left;
		margin-left: 0;
		padding-left: 0;
}
h2,h3,h4,h5 {
		color: #ff0000;
		margin-top: 1em; margin-bottom: .5em;
		font-family: Arial, serif;
    text-align: left;
}
/* Paragraph */ 
p	{ 
		font-family: Georgia, Verdana, sans-serif;
		margin-left: 5%; 
		margin-right: 5%;
		align: left;
}
/* Items in lists */ 
li { 
		font-family: Georgia, Verdana, sans-serif;
		margin-left: 5%; 
		margin-right: 5%;
		align: left;
}
/* Input fields in HTML forms */
input	{ 
		color: black; 
		font-family: Garamond, "Times New Roman", serif;
}
input:hover	{ 
		color: black; 
		font-family: Garamond, "Times New Roman", serif;
		text-decoration: none;
}
.errorField	{ 
		color: white;
		background-color: red;
		font-family: Garamond, "Times New Roman", serif;
}
p#fieldErr {
		color: red;
		font-weight: bold;
		font-family: Arial, sans;
		font-size: .75em;
}
textarea { 
		color: black; 
		font-family: Garamond, "Times New Roman", serif;
}
textarea:hover { 
		color: black; 
		font-family: Garamond, "Times New Roman", serif;
		text-decoration: none;
}
select { 
		color: black; 
		font-family: Garamond, "Times New Roman", serif;
}
select:hover { 
		color: black; 
		font-family: Garamond, "Times New Roman", serif;
		text-decoration: none;
} 
/* Links to other pages */
/* for unvisited links */
:link 		{ color: blue; text-decoration: underline; }
/* for visited links */
:visited 	{ color: #18274C; text-decoration: underline; }
/* for visited links */
:visited 	{ color: white; text-decoration: underline; }
/* when link is clicked */
:active 		{ color: white; text-decoration: underline; }

/* Pre-formatted text */	
pre	{
		font-family: "Courier New", Courier, monospace;
}
/* Text to be emphasised */
em {
		color: #ff9933;
		font-weight: bold;
		font-variant: normal;
		font-style: normal;
		text-decoration: normal;
}
/* Definition List */ 
dl { 
		font-family: Georgia, Verdana, sans-serif;
		margin-left: 5%; 
		margin-right: 5%;
		align: left;
}
dt {
		font-weight: bold;
}
/* Page Header layout */
div#header {
    height: 100px;
    border: 3px ridge red;
		background-color: black;
}
div#header ul {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #FFF;
    white-space: nowrap;
}
div#header li {
    list-style-type: none;
    display: inline;
    padding: 20px;
		vertical-align: middle;
		align: left;
}
/* Navigation Bar */
div#navbar {
    margin: 0;
		padding: 0;
    border: 3px ridge red;
		border-top: none;
		width: 120px;
		float: left;
		background-color: red;
}
div#navbar img {
		margin-top: 0px;
		margin-bottom: 0px;
}
a.one {
    padding: 0;
    margin: 0;
    position: relative;
    top: 0;
    right: 0;
}
a.two {
    padding: 0;
    margin: 0;
    position: relative;
    top: -40;
    right: -40;
}
a.three {
    padding: 0;
    margin: 0;
    position: relative;
    top: -80;
    right: 0;
}
a.four {
    padding: 0;
    margin: 0;
    position: relative;
    top: -120;
    right: -40;
}
a.five {
    padding: 0;
    margin: 0;
    position: relative;
    top: -160;
    right: 0;
}
a.six {
    padding: 0;
    margin: 0;
    position: relative;
    top: -200;
    right: -40;
}
img.seven {
    padding: 0;
    margin: 0;
    position: relative;
    top: -100;
}

/* Home Page Content */
div#contentArea {
    margin: 0;
		padding: 0;
    border: none;
		text-align: center;
		color: black;
    background-color: white;
    background-image: url(images/ribbon.jpg);
    background-repeat: repeat-x;
    background-position: 120px top;
		text-align: center;
}
div#contentArea img {
		margin-top: 25px;
		margin-bottom: 25px;
}
div#contentArea p {
		padding-left: 170px;
		padding-right: 50px;
		text-align: justify;
}
div#contentArea table {
		margin-left: 70px;
		margin-right: 50px;
		text-align: justify;
}
div#contentArea h1,h2,h3,h4,h5 {
		padding-left: 170px;
		padding-right: 50px;
    text-align: left; 
}
div#contentArea ul {
    list-style-type: none;
    padding: 0;
		margin: 0;
		display: inline;
    width: 640px;
}
div#contentArea li {
		padding-left: 50px;
		margin-left: 70px;
		text-align: right;
    width: 640px;
}
/* Booking page */
div#bookings {
    margin: 0;
    margin-left: 120px;
		padding: 0;
    border: none;
		text-align: center;
		color: white;
    background-color: black;
    background-image: url(images/bookings.jpg);
    background-repeat: no-repeat;
    background-position: left 120px;
		text-align: center;
		margin-bottom: 50px;
		height: 800px;
}
div#bookings h1,h2,h3,h4,h5 {
		margin-left: 1em; margin-right: 1em; margin-top: 1em; margin-bottom: .5em;
		padding: 0;
		padding-right: 50px;
    text-align: left; 
}
div#bookings p {
		margin-left: 5em; margin-right: 5em; margin-top: 1em; margin-bottom: .5em;
		padding: 0;
		padding-right: 50px;
		text-align: justify;
}
div#bookings table {
		margin-left: 70px;
		margin-right: 50px;
		text-align: justify;
}
div#bookings th, td {
		color: white;
}

/* Hitory Page */
div#history {
    margin: 0;
    margin-left: 120px;
		padding: 0;
    border: none;
		text-align: center;
		color: white;
    background-color: black;
		text-align: center;
		margin-bottom: 50px;
		height: 800px;
}
div#history h1 {
		margin-left: 1em; margin-right: 1em; margin-top: 1em; margin-bottom: .5em;
		padding: 0;
		padding-right: 50px;
    text-align: left; 
}
div#history h2,h3,h4,h5 {
		margin-left: 2em; margin-right: 1em; margin-top: 1em; margin-bottom: .5em;
		padding: 0;
		padding-right: 50px;
    text-align: left; 
}
div#history p {
		margin-left: 5em; margin-right: 5em; margin-top: 1em; margin-bottom: .5em;
		padding: 0;
		padding-right: 50px;
		text-align: justify;
}

/* Contacts Page */
div#contact {
    margin: 0;
    margin-left: 120px;
		padding: 0;
    border: none;
		text-align: center;
		color: white;
    background-color: black;
    background-image: url(images/contact.jpg);
    background-repeat: no-repeat;
    background-position: left 320px;
		text-align: center;
		margin-bottom: 50px;
		height: 800px;
}
div#contact h1 {
		margin-left: 1em; margin-right: 1em; margin-top: 1em; margin-bottom: .5em;
		padding: 0;
		padding-right: 50px;
    text-align: left; 
}
div#contact h2,h3,h4,h5 {
		margin-left: 2em; margin-right: 1em; margin-top: 1em; margin-bottom: .5em;
		padding: 0;
		padding-right: 50px;
    text-align: left; 
}
div#contact p {
		margin-left: 5em; margin-right: 5em; margin-top: 1em; margin-bottom: .5em;
		padding: 0;
		padding-right: 50px;
		text-align: justify;
}

/* 2004 Photo page */
div#Photo2004 {
    margin: 0;
    margin-left: 120px;
		padding: 0;
    border: none;
		text-align: center;
		color: white;
    background-color: black;
		text-align: center;
		margin-bottom: 50px;
		height: 800px;
		width: 800px;
}
div#Photo2004 h1,h2,h3,h4,h5 {
		margin-left: 1em; margin-right: 1em; margin-top: 1em; margin-bottom: .5em;
		padding: 0;
		padding-right: 50px;
    text-align: left; 
}
div#Photo2004 table {
		margin-left: 100px;
		margin-right: 50px;
		text-align: justify;
}
div#Photo2004 th, td {
		color: white;
}
/* Calendar page */
div#calendar {
    margin: 0;
    margin-left: 150px;
		padding: 0;
    border: none;
		text-align: left;
		color: white;
    background-color: black;
    background-image: url(images/calendar.jpg);
    background-repeat: no-repeat;
    background-position: left 120px;
		margin-bottom: 50px;
		height: 800px;
}
div#calendar h1,h2,h3,h4,h5 {
		margin-left: 1em; margin-right: 1em; margin-top: 1em; margin-bottom: .5em;
		padding: 0;
		padding-right: 50px;
    text-align: left; 
}
div#calendar p {
		margin-left: 5em; margin-right: 5em; margin-top: 1em; margin-bottom: .5em;
		padding: 0;
		padding-right: 50px;
		text-align: justify;
}
div#calendar table {
		margin-left: 100px;
		margin-right: 50px;
		text-align: justify;
}
div#calendar th, td {
		color: white;
}


/* Page Footer layout */
p.footer {
		font-family: Arial, Helvetica, sans-serif;
    font-size: small;
		font-style: italic;
		text-align: center;
    color: black;
}

div#copyright {
    margin: 0;
    margin-top: 20px;
		padding: 0;
    border: none;
    clear: right;
    background-image: url(images/ribbon.jpg);
    background-repeat: repeat-x;
    background-position: 120px 30px;
    height: 135px;
}

/* Fiddle the main page with tthe white background */

div#contentArea a#index {
    color: blue;
}
div#contentArea ul#index {
    text-align: left;
}
div#contentArea li#index {
    text-align: left;
    margin-left: 210px;
}