/* CSS layout */
.bblue {
    color: #06C;
}
.txtsmall {
	font-size: 8pt;
}
#mainholder {
	float:none;display:block;
	width: 1070px;
	margin: 0px auto;
}
#mainpane {
	background-color: #f5f1eb;
	width: 1070px;
	border-left: solid 1px #666;
	border-right: solid 1px #666;
/*
	overflow-y: scroll;
	height: 680px;
	border: none 0px;
	margin: 0px;
*/
}
#mastpage {
	width: 1020px;
	margin: 0px 25px;
	text-align: left;
}
#masthead {
	width: 100%;
	height: 200px;
	background-image: url('../images/bgtop.gif');
	background-repeat: no-repeat;
	background-color: #008CDC;
	margin-bottom: 18px;
}

#logo {
	margin-top: 21px;
	margin-left: 24px;
	width: 195px;
	height: 155px;
}
#logo img {
	width: 193px;
	height: 155px;
}

#header {
	margin-top: 23px;
	margin-left: 33px;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
}
#header A {
	text-decoration: none;
}
#menu {
	clear: left;
	font-weight: normal;
	font-size: 14px;
	margin-top: 17px;
	line-height: 1.4;
	width: 495px;
}
#menu div {
	width: 165px;
}
#menu .marker_r {
	clear: left;
	background-image: url('../images/marker_r.gif');
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 18px;
	margin-bottom: 5px;
	width: 15px;
}
#menu .marker_w {
	clear: left;
	background-image: url('../images/marker_w.gif');
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 18px;
	margin-bottom: 5px;
	width: 15px;
}
#container {
	width: 100%;
}

#page_content {
	width: 500px;
}
#page_content .title img {
	width: 500px;
	height: 37px;
	background-color: #008CDC;
	color: #fff;
	margin-bottom: 5px;
}
.banner {
	width: 100%;
	text-align: center;
	margin-top: 30px;
}
#right_col {
	float: right;
	width: 240px;
	margin-left: 20px;
}
#right_col .title img {
	width: 240px;
	height: 20px;
	background-color: #3b884f;
	color: #fff;
	border-width: 0px;
}
#right_col .block {
	line-height: 1.5;
	font-size: 8pt;
	margin-top: 3px;
	margin-bottom: 15px;
}
#right_col .marker_r {
	background-image: url('../images/marker_r.gif');
	background-repeat: no-repeat;
	background-position: center left;
	padding-right: 7px;
	clear: left;
}
#right_col .block .band {
	font-weight: bold;
	color: #06C;
	text-decoration: none;
}
#right_col .block .club {
	color: #666;
	text-decoration: none;
}
#right_col .clr 
{
	clear: left;
	width: 238px;
	height: 2px;
	background-image: url('../images/hr_s.gif');
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: -10px;
}
#right_col .row {
	width:238px;
}
#right_col .arpos {
	clear: left;
	padding-top: 8px;
	font-weight: bold;
	margin-right: 12px;
	text-align: right;
}
#right_col .arrow {
	width: 9px;
	height: 12px;
	text-align: center;
	vertical-align: middle;
	margin: 2px 5px 0px 3px;
}
#right_col .pos {
	text-align: right;
	width: 18px;
	height: 17px;
}
#right_col .song {
	width: 150px;
}
#right_col .download 
{
	padding-top: 7px;
	float: right;
}
#right_col .sign {
	width: 100%;
	float: right;
	/*text-align: right;*/
	color: #F00;
}
#right_col .sign a {
	color: #F00;
}
#footer {
	width: 1020px;
	height: 24px;
	background-image: url('../images/bgfooter.png');
	background-position: right bottom;
	background-repeat: no-repeat;
	background-color: #06C;
	color: #FFF;
	font-size: 7pt;
	/*text-align: right;*/
	margin-top: 20px;
	padding-top: 18px;
}
#footer span {
	position: relative;
	margin-right: 40px;
	color: #fff;
}
