@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #333;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
}
img {
	border:none;
}
a {
	text-decoration: none;
	color:#000;
}
a:hover {
	color:#0000FF;
}
div.main {
	width:800px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top: 8px;
	margin-bottom: 8px;
	padding:0px;
	border: 1px solid silver;
}
div.logo {
	width:800px;
	height:200px;
	background-color:#E1EAF2;
	;
	padding:0px;
	border-bottom: 1px solid silver;
}

div.content {
	width:760px;
	min-height:350px;
	font-family: Verdana, Tahoma, Arial, helvetica, serif;
	font-size: 70%;
	background-color:#F1F0EB;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
}
div.content h1 {
	font-size: 26px;
	font-weight: bold;
	text-align:center;
	font-family: "Comic Sans MS", cursive;
}
div.content h2 {
	font-size: 16px;
	font-weight: bold;
	text-align:center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
}
div.content a.news {
	font-size: 24px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
.par {
	text-align:center;
	font-weight:600;
	font-size:11px;
	padding-bottom:20px;
}
div.footer {
	width:800px;
	height:30px;
	text-decoration: none;
	font-weight:bold;
	color:#000000;
	background-color: #A9B8FE;
	border-top:1px solid silver;
	font-family: "Comic Sans MS", cursive;
	font-size: 13px;
	font-style: normal;
}
div.footer p {
	margin:5px 0 0 10px;
	float:left;
}
div.footer span {
	float:right;
	margin-top: 5px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 10px;
}
div.footer a {
	color:#000000;
	text-decoration:none;
}
div.footer a:hover {
	color:#000000;
	text-decoration:underline;
}
/* Menu */
#menu {
	height:35px;
	width:800px;
	background-color: #003A75;
}
#menu ul {
	width: 800px;
	height: 35px;
	list-style-type: none;
	float:left;
	padding:0px;
	margin:0px;
}
#menu li {
	width: 88px;
	height: 35px;
	float:left;
	text-align:center;
}
#menu li.last {
	width: 92px;
	height: 100%;
}
#menu li.first {
	width: 92px;
	height: 100%;
}
#menu a {
	display:block;
	color: #FFF;
	font-size: 16px;
	font-family: "Comic Sans MS", cursive;
	text-decoration: none;
	text-align:center;
	font-weight: 400;
	line-height:35px;
}
#menu a:hover {
	color:#000000;
	background-color: #006BD7;
	height: 100%;
}
/* Misc */
.left {
	float:left;
}
.right {
	float:right;
}
.center {
	text-align:center;
}
.clear {
	clear:both;
}
#fanzone {
	font-family: Verdana, Geneva, sans-serif;
	text-align: justify;
	padding: 25px;
}
#fanzone p {
	font-family: Verdana, Geneva, sans-serif;
	text-align: justify;
	margin-bottom: 25px;
}
#fanzone p span {
	font-weight: bold;
}
#fanzone p span:hover {
	color: #00F;
	text-decoration: underline;
}
#music {
	margin: 20px;
}
#music div span {
	font-weight: bold;
	padding-left: 35px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
}
#music div img {
	display: inline;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 40px;
}
#music div .list {
	list-style-type: none;
	text-align: left;
}
#music div {
	width: 400px;
	margin-left: 180px;
	text-align: left;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 10px;
}
#music div a {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
}
#music div a:hover {
	text-decoration:underline;
	color:#09F;
}
#links {
	padding: 20px;
	text-align: center;
}
#links span {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.tab {
	font-family: Verdana, Geneva, sans-serif;
	border:1px solid #333;
	font-weight:500;
	line-height: 100%;
	border-collapse: collapse;
	margin: 10px 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
}
.tab tr td {
	border:1px solid #999;
	padding: 3px;
	height: 14px;
	font-weight: 600;
}
.tab .TabTitle td {
	background: #007BA7;
	font-size: 18px;
	color: #fff;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	border:1px solid #999;
	font-weight: 500;
	height:30px;
}
.tab tr.alt {
	background: #9ACEEB;
}
.tab td.left {
	text-align: left;
}
.aleft {
	text-align: left;
	padding-left: 5px;
}
.note {
	text-align:center;
	font-size:18px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:500;
	color:#009;
	margin-bottom:20px;
	}
.note a {text-decoration:underline; color:#009;}
.note a:hover {text-decoration:none; color:#005;}
