/* CSS Document */

.wrap {
position:relative;
top:0px;
min-height:100px;
width:250px;
*html height: 100px;
position:relative;
padding:20px;
}
.box {
background-image:url(images/spraybg.gif);
border:#990000;
border-width:1px;
border-style:solid;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
width:250px;
}
.title {
background-color:#FFCCCC;
position:relative;
top:0px;
left:0px;
width:240px;
font-size:12px;
padding-left:10px;
border:#990000;
border-bottom-width:1px;
border-bottom-style:dotted;
}
.tracks {
padding:10px;
}

a {
	text-decoration:none;
	color:#990000;
	}
a:hover {
	color:#CC0000;
	text-decoration:underline;
}	