/*	MENU	*/

div#header * {
	line-height: normal;
}

div#header {
	font-family: Verdana, Tahoma, Arial, Geneva, sans-serif;
	font-size: 80%;
	background-color:#063;
	width: 100%;
	margin-bottom: 2em;
	padding-top: 0.5em;
}
div#header ul.tabmenu {
	width: auto;
	max-width: none;
}

div#header img {
	vertical-align: middle;
	}

div#header a:link, div#header a:visited, div#header a:hover
	{
	text-decoration: none;
	color: #fff;
	}

.tabmenu {
	margin:0;
	padding: 0.8em 0.4em 0.4em 0.4em;
	list-style-type:none;
	border-bottom: 1px solid black;
	white-space: nowrap;
}

.tabmenu li {
	display:inline;
	margin:0;
	padding:0;
}

.tabmenu li a, .tabmenu .sel span
	{
	border:1px solid;
	padding:0.3em 0.6em 0.4em 0.6em;
	}

.tabmenu a:link, .tabmenu a:visited, .tabmenu a:hover
	{
	color:#fff;
	text-decoration:none;
	}

#topmenu a:link, #topmenu a:visited, #topmenu a:hover
	{
	border-color: #093 #030 #000 #030;
	background-color:#070;
	}
#topmenu a:hover
	{
	background-color:#090;
	}

#submenu {
	background-color:#ccc;
	}
#submenu a:link, #submenu a:visited, #submenu a:hover
	{
	border-color: #666 #333 #000 #333;
	background-color:#999;
	}
#submenu a:hover
	{
	background-color:#ccc;
	}

#topmenu li.sel span
	{
	color: #000;
	background-color:#ccc;
	border-color: #666 #333 #ccc #333;
	}

#submenu li.sel span
	{
	color: #000;
	background-color:#fff;
	border-color: #999 #333 #fff #333;
	}

h1.topmenu,
h2.submenu, 
h3.submenu {
	display:none;
}

.sidemenu
	{
	position: absolute;
	left: 0;
	width: 15%;
	display: block;
	list-style-type: none;
	margin: 2em 0 0 1em;
	padding: 1px;
	border: 1px solid #063;
	font-family: Verdana, Tahoma, Arial, Geneva, sans-serif;
	font-size: 70%;
	}

.sidemenu li
	{
	margin: 0;
	padding: 0;
	display: inline;
	}

.sidemenu li a:link, .sidemenu li a:visited, .sidemenu li a:hover
	{
	display: block;
	width: auto;
	margin: 0 0 1px 0;
	padding: 0.7em 0.5em 0.7em 0.5em;
	text-decoration: none;
	}

.sidemenu li a:link, .sidemenu li a:visited
	{
	background-color: #ccc;
	color: #000;
	border-left: 1ex solid #063;
	}

.sidemenu li a:hover
	{
	background-color: #063;
	color: #fff;
	}

.sidemenu li.sel
	{
	display: block;
	font-weight: bold;
	background-color: #fff;
	margin: 0 0 1px 0;
	padding: 0.7em 0.5em 0.7em 0.5em;
	border-left: 1ex solid #063;
	}


/*	BLOCK-LEVEL LAYOUT	*/

body	{
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.2em;
	background-image: url(feanor200.gif);
	background-position: 104% 110%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	}

h2, h3, p, ul, ol, table, div.columns, div.canvas
	{
	margin-left: 20%;
	width: 58%;
	max-width: 40em;
	}

li ul, li ol {
	margin-left: 2em;
	margin-right: 0;
	}

h1	{
	font-weight: normal;
	font-style: normal;
	font-variant: small-caps;
	text-align: left;
	letter-spacing: 0.2em;
	line-height: normal;
	margin-left: 20%;
	}

h2, h3
	{
	font-weight: normal;
	font-style: normal;
	margin-bottom: 0.5em;
	line-height: normal;
	}

h3	{
	font-weight: bold;
}


blockquote
	{
	margin-left: 25%;
	margin-right: 20%;
	}

fieldset {
	border: 0;
	}

table p, table h1, table h2, table ul, table table
	{
	margin-left: 0;
	padding-left: 0;
	}

img	{
	border: 0;
}

div.columns
	{
	clear: both;
	}

div.columns div
	{
	padding-right: 1.5em;
	float: left;
	}

div.columns p
	{
	margin: 0 1em 1em 0;
	font-size: 70%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 350px;
	}

div.columns p img
	{
	margin: 0 1em 1em 0;
	}

div.columns ul
	{
	margin: 0 0 1em 0;
	}

div#backCanvas
	{
	border-style: solid;
	border-width: 5px;
	border-color: #ccc;
	width: 590px;
	height: 590px;
	text-align: center;
	color: #ccc;
	font-family: Verdana, Tahoma, Arial, Geneva, sans-serif;
	}

div#viewerCanvas
	{
	width: 600px;
	height: 600px;
	position: relative;
	top: -600px;
	}


hr	{
	visibility: hidden;
	clear: both;
	}

.rightcol {
	float: right;
	width: 20%;
	font-size: 0.8em;
}

/*	FORMS		*/

label	{
	display: block;
	width: 70%;
	float: left;
	}


/*	ANCHORS	*/

a:link
	{
	color: #069;
	}

a:hover
	{
	color: #c90;
	}

a:active
	{
	color: #fc0;
	}

a:visited
	{
	color: #960;
	}

.leftmargin
	{
	margin-left: 10%;
	}

.small
	{
	font-size: 70%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}



/*	NEWS		*/

p.news {
	text-align: center;
	max-width: none;
}

.news a:link, .news a:visited, .news a:hover, .news a:active
	{
	display: block;
	color: #000;
	background-color: #fff;
	text-decoration: none;
	border: 1px solid #ccc;
	padding: 1em;
	}

.news a:hover
	{
	border-color: #063;
	}

.news .date
	{
	display: block;
	font-size: 70%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 1em;
	text-align: left;
	}

.news img
	{
	margin: 1em;
	}

.rightcol p.news {
	margin: 0;
	width: 95%;
	padding: 0;
}

/*	PROGRAMME	*/

table.programme
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	border: 1px solid #ccc;
	}

table.programme th,
table.programme td
	{
	margin: 0;
	padding: 0.5em;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}

table.programme tr.top th,
table.programme tr.top td
	{
	border-top: 1px solid #063;
	}



/*	FOOTER	*/

#footer
	{
	margin-top: 3em;
	font-size: 70%;
	border-top: 1px solid #063;
	background-color: #fff;
	}

#footer p
	{
	width: 30%;
	margin: 0;
	padding: 1em;
	float: left;
	}