* {
	margin: 0px; padding: 0px;
}

body {
	font-family: arial, verdana, sans-seriff;
	font-size: 13px;
	background: url('gfx/mainbg.jpg') repeat-x #dddddd;
}

img {
	border: 0px;
}


h1 {
	text-indent: -9999px;
	width: 806px; height:123px;
	background: url('gfx/header.jpg');
	margin-left: 2px;
	margin-top: 4px;
	margin-bottom: 25px;
}

ul {
	width: 800px;
}

li {
 	padding-right: 10px;
  	display: inline;
}

.week {
	float: right;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #62632d;
	text-decoration: none;
	border-bottom: 1px dotted #62632d;
}

#wrap {
	width: 810px; padding: 10px;
	margin: 0 auto; margin-top: 20px;
	background: #ffffff;
}

#footer {
	width: 810px; padding: 10px;
	margin: 0 auto; margin-top: 20px; margin-bottom: 20px;
	background: #eeeeee; font-size: 12px;
}

#footer a {
	color: #777777;
}

#footer p {
	line-height: 150%;
}

table tr {
	width: 600px;
	color: #aaaaaa;
}

table .top {
	margin-bottom: 5px;
	color: #000000;
}

table .top .number, table .top .song {
	background: #dcdda7; }
table .top .artist, table .top .album {
	background: #ebecc6; }

table tr .number {
	padding: 3px; margin: 2px;
	width: 50px; color: #000000;
	background: #eff0d3;
}

table tr .artist {
	padding: 3px; margin: 2px;
	width: 250px;
	background: #f7f7e8;
}

table tr .song {
	padding: 3px; margin: 2px;
	width: 250px;
	background: #eff0d3;
}

table tr .album {
	padding: 3px; margin: 2px;
	width: 290px;
	background: #f7f7e8; 
}

.date {
	padding-top: 132px;
	float: right;
}




