#container{
	width: 800px;
	height: 500px;
	margin: auto;
	
}

#head{
	width: 100%;
	padding: 0px;
	background-color: white;
	border: none;
}

#menu{
	width: 200px;
	height: 100%;
	background-color: #8A8888;  
	padding-top: 28px;
	font-size: 22px;
	float: left;
	font-family: 'Lustria', serif;
}

#channels{
	width: 789px;
	height: 33px;
	position: float;
	background: #DDDDDD;
	text-align: center;
	font-family: 'Roboto Slab', serif;
	font-size: 28px;
	padding: 5px;
	background-image: url('images/back.jpg');
	vertical-align: top;
}

#main{
	width: 778px;
	height: 462px;
	background-color: white;
	padding: 10px;
	font-family: 'Lustria', serif;
}
	
#music{
	float: right;
	position: top;
	display: block;
	padding-top: 5px;
	padding-right: 20px
	
}	

#musicNotes{
	float: right;
	
	
}

#footer{
	width: 100%;
	float: left;
	display: block;
	position: right;
	
}

.guitars  {
	float: auto;
	border: 0px;
	height: 270px;
	padding: 0px;
	margin-right: 30px;
	width: 600px;
	
}

.guitars img{
	height: 265px;
	float: right;
	margin-left: 0px;
	margin-top: 6px;
	
	
}

.lineup span {
	padding: 68px;
	
	
}

.tracks{
	font-family: 'Allura', serif;
	
}

.warning{
	padding: 15px;
	font-size: 13px;
	
}

.changeFontChristmas{
	font-family: 'Allura', cursive;
	font-size: 30px;
}

.changeFont{
	font-family: 'Reenie Beanie', cursive;
	font-size: 30px;
}

.opaque img{
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
	border: 2px solid;
    border-radius: 20px;
	float: center;
	margin-left: 20px;
	margin-top: 8px;
}

.opaque img:hover{
	opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */	
}

.regularPic img {
	margin-top: 7px;
	width: 175px;
	height: 155px;
	border-radius: 10px;	
	border: solid grey 1px;
}


.selected{
	color: black;
	
}


.styleTable{
	width:450px;
	margin: auto; 
	padding: 5px;
	border-color: #DDDDDD;
	font-style: italic;
	border: solid;
	color: black;
}



.greybg{
	padding: 12px;
	background-color: #DDDDDD;
	margin-left: 202px;	
	height: 430px;
	margin-top: 1px;
}

.space {
	padding: 60px;
		
	
}

.selectPlayer{
	font-family: 'Inknut Antiqua', serif;
}

.audacity img{
	height: 40px;
	width: 120px;
	border: none;
	border-radius: 0px;
}

.audacity{
	font-size: 14px;
	
}

.rectangle{
	height: 46px;
	background-color: #BBBBBB;
	margin-top: -30px;
	vertical-align: bottom;
	background-image: url('images/back2.jpg');
	border-bottom: solid #969090;
}

.modifyFont{
	font-family: 'Lustria', serif;
	font-size: 14px;
}

ul {
	padding: none;
	margin: 5px;
    padding: 10px;
	text-decoration: none;
	list-style-type: none;
	
}

span{
	width: 100px;
	padding: 70px;
	font-size: 20px;
	padding-left: 70px;
	
}


 /* unvisited link */
a:link {
    color: white;
	list-style-type: none;	
	text-decoration: none;

}

/* visited link */
a:visited {
    color: white;


}

/* mouse over link*/ 
.orangeFont a:hover{
    color: orange;
}


/* selected link */
a:active {
    color: white;
	list-style-type: none;	

} 