
a {
  color: #900023;
}

#content a:hover {
  text-decoration: underline;
  background-color: #FCD21A;
}

#sidebar a:hover {
  text-decoration: underline;
  background-color: #FCD21A;
}

body {
	font-family: Verdana, sans-serif;
	font-size: normal;
	line-height: 100%;
	color: #c00;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  color: white;
}

h1 {
  font-size: 170%;
  margin-bottom: 1em;
  
  padding-top: 0;
  margin-top: 0;
  
	text-transform: uppercase;
	
	font-family: "Trebuchet MS", sans-serif;
}

h2 {
  font-size: 140%;
  font-weight: bold;
  margin-bottom: 0.75em;
  
  padding-top: 0;
  margin-top: 0;
}

blockquote p {
  color: #666;
  font-family: Georgia, serif;
  font-style: italic;
  
  margin-bottom: 0.4em;
}

#content {
	font-size: 85%;
	line-height: 2em;
}

#sidebar{
	font-size: 85%;
}

/* css hacks */

* html body {
    font-size: x-small; /* IE5/Win */
    f\ont-size: small;  /* other IE versions */ 
}
* {
	font-style: normal;
	font-weight: normal;
  margin: 0;
  padding: 0;
	text-align: left;
	text-decoration: none;
	text-indent: 0;
}

a {
	font-weight: bold;
	text-decoration: underline;
}

em {
	font: inherit;
	font-style: italic;
}

img {
  border: none;
}

p {
  margin-bottom: 1em;
}

strong {
	font: inherit;
	font-weight: bold;
}

ul {
  list-style-type: none;
}

#content ul, #content ol {
	padding-left: 2em;
}

body del {
	text-decoration: line-through;
}

.tight {
  margin-bottom: 0;
}

.narrow {
  margin-bottom: 0.5em;
}

.wide {
  margin-bottom: 1.5em;
}

.clearing {
  clear: both;
}

.extrawide {
  margin-bottom: 2em;
}

.indented {
  text-indent: 25px;
}

.invisible {
  display: none;
  font-size: 0%;
  visibility: hidden;
}

.error {
  color: red;
  font-weight: bold;
}

.invalid {
	color: red;
}

#content .invalid label {
	color: red;
}

#content .invalid input {
	color: red;
	border: 1px solid red;
}
body {
  background: #FDDE4F url(../../media/images/body-bg.gif) top left repeat-x;
  height: 100%;
  padding: 10px;
  padding-bottom: 0px;
}

h1 {
	background: transparent url(../../media/images/heading-playmusic.gif) top left no-repeat;
	width: 37px;
	height: 15px;
	overflow: hidden;
	text-indent: -9999px;
}

#header {
	position: absolute;
	top: 10px;
	left: 8px;
}

a#logo-link {
	width: 197px;
	height: 70px;
}

#content {
	margin-top: 90px;
	margin-bottom: 20px;
}

#content ul {
	margin: 0;
	padding: 0;
	width: 230px;
	line-height: 1em;
}

#content ul li  {
	display: block;
	position: relative;
	padding-right: 60px;
	text-align: right;
}

#content ul li span {
	color: #666;
	font-size: 80%;
}

#content ul li span em {
	font-weight: bold;
	display: block;
	text-align: right;
	font-size: 130%;
}

#content ul li .player {
	position: absolute;
	right: 0;
	top: 50%;
	width: 50px;
	height: 28px;
	overflow: hidden;
	margin-top: -1em;
}

#content ul li .player object {
	position: relative;
	left: -1px;
	top: -1px;
	width: 75px;
	height: 30px;
}

#footer {
	font-size: 80%;
	float: right;
}