/*Change this*/
body {font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff; /*Change this for text and background Don't forget stylesheet for songlist page*/
	color:#000000; /*Change this for text and background - Don't forget stylesheet for songlist page*/
	background-image: url();
	background-position:left;
	background-repeat: repeat;
} 
.SonglistGenre {
	font-weight: bold;
	color: #000;
	background-color: #CCC;
	font-size: 18px;
}

div {/*background-image: url(halloween/ghost_background.jpg)*/;
	background-repeat: repeat;}
.nav {
	background-image: url(images/transparentbackground.png);
	background-repeat: repeat;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

img
    {  border-style: none;
}

.topcolumn {
}
.songlist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 3px;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	border-top-style: 1;
	border-right-style: 1;
	border-bottom-style: 1;
	border-left-style: 1;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 5px;
}

.transparentBack {
	background-image: url(images/transparentbackground.png);
	background-repeat: repeat;
	padding: 5px;
}
#left {
	float: left;
	width: 100px;
}
#center {
	margin-right: 450px;
	margin-left: 400px;
}
#right {
	float: right;
	width: 400px;
}

