@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
	/* hide from ie on mac \*/
	html {
		height: 100%;
	}
	
	#flashcontent {
		height: 100%;
	}
	/* end hide */
	
body {
	background-image: url(../images/bg_steel-strip.jpg);
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
}
a, a:visited {
	text-decoration: none;
	color: yellow;
	font-family: arial;
	font-weight: bold;
	outline: none;
 	outline: none;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

p.blurb {
	text-align: justify;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #FFFFFF;
	font-size: small;
	width: 750px;
}

#hugger {
	width: 1024px;
	padding-bottom: 7px;
}

#header {
	background-image: url(../images/bg_red-cape_top.jpg);
	background-repeat: no-repeat;
	height: 153px;
}

#header img {
	position: absolute;
	top: 80px;
	left: 541px;
}

#cape {
	background-image: url(../images/bg_red-cape.png);
	background-repeat: repeat-y;
	background-position: left top;
}

#links {
	width: 232px;
	float: left;
	padding: 17px 0px 0px 17px;
}

#content {
	margin-left: 250px;
	padding-bottom: 5px;
}

#song {
	overflow: auto;
	max-height: 400px;
	_height: 400px;
	width: 773px;
	border-bottom: solid 3px #ff0;
/*	background-color: #8B0203; */
}

#footer {
	background-image: url(../images/bg_red-cape_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 144px;
	width: 100%;
	position: relative;
}

.text-links {
	margin-top: -25px;
	float: right;
}

#w3c {
	border: none;
	position: relative;
	top: 101px;
	left: 10px;
}
.leaderboard {
	position: absolute; 
	right: 29px; 
	top: 10px;
}

/* floats element left */
.floatleft {
	float: left;
}

.clearer {
	text-align: left;
	clear: both;
	font-size: small;
	margin: 3px 0;
	font-variant: small-caps;
}

/* required field error */
.error {
	color: #FFFF00;
}

.white {
	color: #FFFFFF;
}

/* yellow greater than sign */
.yellowgt {
	color: #FFFF00;
	font-weight: bold;
}

#tracks {
	margin-left: 375px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	line-height: 100%;
	margin-top: 25px;
	width: 330px;
}

h1 {
	color: #FFFFFF;
	font-size: x-large;
}
h2 {
	color: #839CC4;
	font-size: medium;
	display: inline;
}
hr {
	color: #FFFF00;
	background-color: #FFFF00;
	height: 3px;
}
ul {
	 list-style-type: none;
}
ul.embedded {
	font-size: small;
	list-style-type: square;
	margin-left: 14px;
	float: left;
}
ul.internal {
	font-size: small;
	list-style-image: url(../images/ico_chi.gif);
	margin-left: 25px;
}
