/* begin basic global styles */
html,body,div,h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,p {
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4;
	list-style:none;
	margin:0;
	padding: 0;
}
body{
	background-image: url("_images/musicbackground.jpg");
}
img{
	border:none;
}
a{
	color: #fff;
	text-decoration: none;
}
h1{
	font-size: 18px;
	font-weight: normal;
	line-height: 1;
	padding-top:20px;
}


/* begin new global styles */
#page{
	background: #000;
	border: 2px solid #444;
	margin: 20px auto;
	width: 750px;
}
#header{
	border-bottom: solid 2px #444;
	margin: 0px auto;
	padding-bottom: 20px;
	text-align: center;
	width:750px;
}
#page{
	padding: 20px;
}
#leftcontent{
	float: left;
	margin: 20px 0px;
	width: 125px;
}
#rightcontent{
	margin: 40px 0px 20px 150px;
}
#rightcontent a{
	font-style: italic;
}
#rightcontent a:hover{
	text-decoration: underline !important;
}
#categorylist{
	font-style: italic;
	font-size: 14px;
	padding:0px 0px 5px 20px;
}
#categorylist li{
	line-height: 1.1;
	padding:6px 0px;
}
#footer{
	border-top: solid 2px #444;
	clear: both;
	float: none;
	font-size: 12px;
	margin-top: 20px;
	padding: 20px 0px;
	text-align:center;
}
#footer a{
	font-style: italic;
}
#footer a:hover{
	text-decoration: underline !important;
}
