﻿html {
	border: 0px;
}

body {
	background-color: #000000;
	margin: 0px 0px 0px 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.80em;
}

a {
	text-decoration: none;
	color:#000000;
	outline: none;
	font-style:italic;
}

ul {
	padding: 0;
	margin: 8px 0 8px 0px;
}

ul li {
	list-style-type: none;
	padding-left:0px;
	margin-left:0px;
	margin-bottom:4px;
}

ul li#festival_illinois {
	background-image: url(Graphics/Festival.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left:90px;
	margin-left:0px;
}
ul li#festival_honolulu {
	background-image: url(Graphics/Honolulu.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left:90px;
	margin-left:0px;
}
ul li#festival_thessaloniki {
	background-image: url(Graphics/Thessaloniki.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left:90px;
	margin-left:0px;
}
.link {
	text-decoration: none;
	color: black;
	font-weight: bold;
	outline: none;
	font-style: normal;
}

#NoteboardLink{ /* so that this link starts out underlined; will be changed by js later if needed */
	text-decoration: underline;
}

.main {
	width: 945px;
	margin-left: auto; 
	margin-right:auto;
}

.main #top {
	background-image: url('Graphics/main.top.jpg');
	height:	98px;
}

.main #middle {
	background-image: url('Graphics/main.middle.jpg');
	height:	311px;
}

.main #bottom {
	background-image: url('Graphics/main.bottom.jpg');
	height:	171px;
}

.middle {
	width: 945px;
	height: 311px;
}

.middle #left {
	text-align: left;
	vertical-align: top;
	width: 400px;
	padding: 0px 6px 10px 35px;	
}

.middle #right {
	vertical-align: top;
	width: 545px;
}

#content {
	width: 390px;
}

.player {
	margin: 19px 20px 0px -5px;
}
