body 
{ 
	width: 100%; 
	text-align: center; 
	background-color: #660000; 
	margin: 0px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #FFFFFF; 
}

a 
{ 
	color: #CC9900; 
}

hr 
{ 
	color: #FFFFFF;
	height: 1px; 
}

.header
{
	text-align: center;
}

.main 
{ 
	width: 800px;
	background-color: #000000; 
	border: 2px solid #FFFFFF; 
	text-align: left; 
	margin: 0 auto;
}

.menu 
{ 
	border-bottom: 1px solid #FFFFFF; 
	border-top: 1px solid #FFFFFF; 
	height: 30px; 
	text-align: center;
}

.menuitem
{
	font-size: 18px;
	font-weight: bold;
	color: #CC9900;
	padding: 0px 10px 0px 10px;
}

.menuitem a
{
	color: #FFFFFF;
	text-decoration: none;
}

.content 
{ 
	width: 780px; 
	height: 360px;
	padding: 10px; 
	vertical-align: top; 
	overflow: auto;
	scrollbar-face-color: #000000; 
}

.contentleft 
{ 
	float: left;
}

.contentright 
{
	float: right;
}

.block 
{ 
	width: 150px; 
	border: 1px solid #FFFFFF;
	background-color: #333333; 
	color: #FFFFFF; 
	padding: 5px; 
	margin: 0px 10px 10px 0px; 
	font-size: 11px; 
}

.footer 
{ 
	width: 100%; 
	height: 20px; 
	vertical-align: bottom; 
	border-top: 1px solid #FFFFFF; 
	text-align: center; 
	padding-top: 5px;
	clear: both; 
}

.bandlist
{
	padding-top: 10px;
	font-size: 12px;
}

.banditem 
{
	vertical-align: top;
}

.banditem img
{
	width: 300px;
	padding-left: 10px;
}

.picitem 
{
	text-align: center;
	vertical-align: top;
}

.picitem img
{
	width: 300px;
}

.title
{
	font-size: 14px;
	font-weight: bold;
	color: #CC9900;
}
