@charset "utf-8";
/* CSS Document */

.main {
	width: 990px;
	height: 600px;
	margin: 20px auto 0 auto;
}

.header {
	margin: 12px auto 0 auto;
}

.header .logo {
	width: 382px;
	height: 67px;
	float: left;
	background-image: url("../img/logo.gif");
	background-position: 36px;
}

.header .photo {
	height: 67px;
	background-image: url("../img/bandaHeader.jpg");
}

.header .line {
	height: 7px;
	clear: both;
	margin: 12px 0;
	background-image: url("../img/headerLine.jpg");
	background-position: center 0;
}

.header .links {
	float: left;
	margin-left: 40px;
}

.header .links a {
	margin: 0px 4px;
}

.header .player {
	float: left;
	margin-top: 5px;
	margin-left: 12px;
}

.content {
	width: 905px;
	margin: 12px auto 0 auto;
}

.title, .title * {
	font-size: 18px;
	margin: 0;
}

.image {
	width: 460px;
	height: 309px;
	background-image: url("../img/frame.gif");
}

.imageThumb {
	width: 137px;
	height: 110px;
	background-image: url("../img/frameThumb.gif");
	cursor: pointer;
}

.image img, .imageThumb img {
	margin: 5px 4px 4px 5px;
}

.line {
	margin: 10px 0 10px -13px;
	clear: both;
}

.lineIndent {
	margin: 16px 0 16px 13px;
	clear: both;
	display: block;
}

.listDot {
	margin: 6px 8px 6px 0;
	vertical-align: middle;
}