/*
Taste of Fernie style sheet

colours:
f5b700 yellow 
0e1c24 dark blue default text
8d3b80 purple links
9fcf67 red important
9fcf67 brown titles

9fcf67 green titles
008ca8 blue links
ffdb77 yellow background
b5111b red important
666666 dark gray text

*/

a {
	font: bold 10pt Tahoma, Arial, sans-serif;
	letter-spacing: 1pt;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

acronym {
	border-bottom: #aaa thin dotted;
}

body {
	background-color: #ffdb77;
	margin: 0;
}

#container {
	font: 12pt Tahoma, Arial, sans-serif;
	text-align: center;
	margin: 0 auto;
}

#container, #header, #menutop, #menumiddle, #menubottom, #content, #footer {
	width: 700px;
}

#menutop {
	height: 136px;
	background: url("images/menutop.gif") top left no-repeat;
}

#menumiddle {
	height: 100px;
	background: url("images/menumiddle.gif") top left no-repeat;
	text-align: center;
}

#menumiddle p {
	padding: 0 40pt;
}

#menubottom {
	height: 100px;
	background: url("images/menubottom.gif") top left no-repeat;
}

#menubottom p {
	color: #333;
	font: 14pt Tahoma, Arial, sans-serif;
	font-style: italic;
	letter-spacing: 2pt;
}

#sidebar {
	width: 150px;
}

#sidebar img {
	padding: 5pt;
}

#sidebar a {
	padding-left: 5pt;
}

#content {
	text-align: left;
	background-color: white;
}

#content b {
	color: #b5111b;
}

#content h1 {
	font: bold 16pt/150% Tahoma, Arial, sans-serif;
	color: #9fcf67;
	letter-spacing: 2pt;
}

#content td {
	vertical-align: top;
}

.specialpic {
	float: left;
	text-align: left;
	padding: 5pt;
}

#contentbottom {
	text-align: right;
	padding: 5pt;
}

#text {
	padding: 0 10pt 10pt 0;
 }

.rightimg, .leftimg {
	border:solid 1px silver;
	padding:5pt;
	margin:10pt;
}

.rightimg {
	float: right;
}

.leftimg {
	float: left;
}

#footer {
	font: 8pt "Palatino Linotype", "Times New Roman", serif;
	color: gray;
}

#footer a {
	font: 8pt "Palatino Linotype", "Times New Roman", serif;
}