body {
	background: #C6F6FD url(images/body_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}

body, td, p {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

p {
	margin: 0px 0px 10px 0px;
}

a {
	color: #000099;
}

a:hover {
	color: #86C3FF;
}

hr {
	height: 1px;
	color: #000099;
}

.header {
	height: 280px;
	background: #AFF2FF url(images/top_bg.gif);
}

.content {
	background: #FFFFFF url(images/bg.gif);
	background-repeat: repeat-x;
	border-left: 1px dotted #8BB9E8;
	border-right: 1px dotted #8BB9E8;
}

.footer {
	height: 52px;
	background: #C2DAF3 url(images/bottom_bg.gif);
	text-align:center;
	padding-top: 16px;
	font-size: 10px;
	line-height: 15px;
	color: #666666;
}

.playing {
	background: #FFFFFF url(images/playing_bg.gif);
	background-repeat: repeat-y;
	width: 190px;
}

.playing_text {
	border-top: 1px solid #000099;
	border-left: 1px solid #000099;
	padding: 4px;
}

a.footerlink {
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}