/*
Taste of Fernie style sheet

colours:

*/

a {
	text-decoration: none;
}

a img {
	border: none;
}

a:hover {
	text-decoration: underline;
}

acronym {
	border-bottom: thin dotted red;
}

body {
	background-color: white;
	margin: 0;
}

img {
	 margin: 0;
	 padding: 0;
	 border: none;
}

#container {
	position: relative;
	font: 10pt "trebuchet MS", helvetica, sans-serif;
	color: black;
	margin: 0 auto;
	width: 750px;
}

#side {
	width: 200px;
}

#logo {
	width: 200px;
	height: 200px;
	padding: 0; border: 0; margin: 0;
}

#sidemenu {
	background-color: #486554;
	height: 200px;
	width: 200px;
	text-align: right;
	padding: 0; border: 0; margin: 0;
}

#sidemenu a {
	display: block;
	color: white;
	padding: 9px 9px 0 0;
}

#sidemenu a.current {
	color: black;
	font-weight: bold;
}

#sidephoto {
	padding-top: 20px;
}

#footerphoto {
	padding-top: 40px;
	padding-left: 100px;
}

#main {
	width: 500px;
	position: absolute;
	top: 0;
	left: 220px;
}

#menu {
	width: 500px;
	height: 200px;
}

#topmenu {
	padding-top: 75px;
	padding-left: 300px;
	width: 100px;
}

#vote {
	position: absolute;
	top: 75px;
	left: 50px;
	width: 139px;
}

#topmenu a {
	display: block;
	color: black;
	width: 100px;
}

#topmenu a.current  {
	font-weight: bold;
}

#contentphoto {
	width: 500px;
	height: 200px;
}

#content {
	position: absolute;
	top: 420px;
	text-align: left;
	width: 500px;
}

#content b {
	color: #b5111b;
}

#content h1 {
	padding-top: 0;
	margin-top: 0;
	font-size: 14pt;
	color: #486554;
	letter-spacing: 2pt;
}

#content h2 {
	margin-left: -1em;
	font-size: 10pt;
}
