@charset "UTF-8";


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #161616;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:url(images/EdWhiteSpaceMan.jpg);
	background-size: 100%;
	background-repeat: repeat-y;
  background-attachment: fixed;
}
#container {
	margin-top:40px;
	width:960px;
}
.realworld {
	float: left;
	height:200px;
	margin-right: 8px;
	padding-top:40;
	padding-bottom:40px;
}
.clearfloat {
	clear: both;
	height: 0px;
}
.info {
	font-family: Arial, Helvetica, sans-serif;
}

.songInfo{
	text-align:left;
}
#header {
	background-image:url(images/dualheader.jpg);
	display: block;
	height: 75px;
	width: auto;
	margintop:0px;
	margin-bottom:0px;
	background-repeat: repeat-x;
}

#header h1 {
	display:inline;
	color:gold;
	font-variant: small-caps;
	letter-spacing:.5em;
}
#col_1 {
	float: left;
	width: 600px;
	margin-right: 10px;
	margin-left: 10px;
}
#navcontainer{
	width: 200px;
	}
#navcontainer ul {
	display:block;
	font-family: 'Tangerine', arial, serif;
	font-size:24px;
	margin:0;
	padding:20px 0 0;
	list-style:none;
	float:right;
	position:fixed;
	top: 130px;
	left: 875px;
	-webkit-transform: rotate(45deg);
	background: url(images/linkbox-2.png) no-repeat;
	height: 150px;
	width: 200px;
}
#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color:#5b71a0;
color: #fff;
}
#navcontainer li{
	}
/*#linksOut {
	margin:10% auto;
	padding:0;
	list-style:none;
}
#linksOut li {
	display:block;
	width:100%;
	background-color:#333; }*/
#navcontainer a
{
display: block;
margin:0 auto 0;
padding:0;
width: 200px;
/*background-color: #333;*/

}

/*#linksOut a {
	
	color:#EEE;
	text-align: center;
	font-family: 'Tangerine', arial, serif;
	font-size:24px;
	letter-spacing: .2em;
	line-height:90%;
	text-decoration: none;
}
#linksOut a:hover {
	
	background-color:#333;
	color:#EEE;
	text-align: center;
	font-family: 'Tangerine', arial, serif;
	font-size:24px;
	text-decoration:none;
	letter-spacing: 0.2em;
	line-height:100%;
	text-decoration: none;
	
}
#linksOut li a:hover {
	background-color:#F00;}
*/
/*#linksOut ul {
	width: 12em;
 	margin-top: 5em;
 	webkit-transform: rotate(45deg);
}*/
