/* Set up the page */
html {
	overflow-y: scroll;
}

/* remove the focus dotted lines */
:focus {
	outline: 0;
}

/* set the basic page formatting */
body {
	background-color: #DA4740;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	background-image: url(img/overallbg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

/* set the main title colour independant of size */
.colourtitle {
	color: #DE0707;
	font-weight:bold
}

/* set the basic page links formatting */
a:link {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

.ondark {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}
.ondark a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.ondark a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.ondark a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.ondark a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
/* example formatting for background image */
.contentarea {
	background:#D6433C;
	height: 400px;
	color:#FFFFFF;
	padding: 4px 8px;
}

/* example formatting for bordered area with background colour */
.area-container {
	padding: 5px;
	background-color: #fff;
	border: thin solid #000000;
}


/* example formatting for bordered area without background colour */
.pic-container-clear {
	padding: 5px;
	border: thin solid #D6433C;
}

/* formatting for header and footer */
.siteheader {
	background:white url(newsite/graphics/webheader.gif) no-repeat left top;
	font-style: normal;
	height: 234px;
}
.sitefooter {
	font-style: normal;
	height: 15px;
	font-size: 10px;
	padding: 3px;
	color:#430505;
}
.sitefooter a:link {
	color: #430505;
	text-decoration: none;
}
.sitefooter a:visited {
	color: #430505;
	text-decoration: none;
}
.sitefooter a:hover {
	color: #DACECE;
	text-decoration: none;
}
.sitefooter a:active {
	color: #430505;
	text-decoration: none;
}
/* altered formatting for heading tags */
h1 {
	color: #ffffff;
	font-size: 24px;
}

h2 {
	font-size: 18px;
	color: #ffffff;
}

.indexheader {
	background: url(img/newtitle.gif) no-repeat left top;
	font-style: normal;
	height: 500px;
}

.indexbg {
	background: url(img/indexcontentbg.jpg) repeat-x left top;
	margin-top: 100px;
}

.rates-container {
	background-color: #9D2822;
	border: thin solid #780000;
}

.rates-container:hover {
	background-color: #B41F17;
	border: thin solid #780000;
}

.faq-container {
	background-color: #9D2822;
	border-bottom: thin solid #780000;
}

.main {
	color:#FFFFFF;
	font-size:14px;

}
.gallery-preview {
	background: url(img/gallerytitlebg.jpg) repeat-x left top;
	height:120px;
	padding:4px;
}
.gallery-preview-pic {
	padding:2px;
	margin: auto 0px;
	background-color:#FFFFFF;
	border: 1px solid #EEEEEE;

	}
	
