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

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

/* set the basic page formatting */
body {
	font-family:Verdana, Helvetica, sans-serif;
	font-size:small;
	margin-top:0px;
	color:#ECEADA;
	background:#3A0E0E url("img/bg.jpg");
}

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

/* set the basic page links formatting */
a:link {
	color: #ECEADA;
	text-decoration: underline;
}
a:visited {
	color: #ECEADA;
	text-decoration: underline;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
a:active {
	color: #ECEADA;
	text-decoration: underline;
}

.ondark {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	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:white url("img/bubble-bg.jpg") no-repeat top left;
}
.inner {
	padding: 5px 75px 0px 80px;
}
/* example formatting for bordered area with background colour */
.area-container {
	padding: 5px;
	background-color: #EEE;
	border: 1px solid #519553;
}

/* example formatting for bordered area without background colour */
.pic-container-right {
	padding: 5px;
	border: 1px solid #000;
	float:right;
	background-color: #3E0F0F;
	margin-left:10px;
}
.pic-container {
	padding: 5px;
	border: 1px solid #000;
	background-color: #3E0F0F;
}
/* formatting for header and footer */
.siteheader {
	background:white url(graphics/webheader.gif) no-repeat left top;
	font-style: normal;
	height: 234px;
}
.sitefooter {
	padding: 5px 75px 5px 80px;
	height: 35px;
	font-size:10px;
}

/* altered formatting for heading tags */
h1 {
	color: #DBD8C0;
	font: 24px "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica;
	font-weight:normal;
}

h2 {
	font-size: 18px;
	color: #DBD8C0;
}
.top {
	background: url("img/top.jpg") no-repeat left top;
	height: 48px;
}
.mid {
	background: url("img/mid.jpg") repeat-y left top;
	height: 300px;
	padding: 5px 75px 0px 80px;
}
.bot {
	background: url("img/bot.jpg") no-repeat left top;
	height: 56px;
}
.lcol {
	width:220px;
}
.rcol {
	width:590px;
}