
a.right_menu {
	font-size: 17px;
	font-weight: bold;
	color:black;
	text-decoration:none;
}

a.right_menu:link {color:black;}      /* unvisited link */
a.right_menu:visited {color:black;}  /* visited link */
a.right_menu:hover {color:black; text-decoration:underline;}  /* mouse over link */
a.right_menu:active {color:black;}  /* selected link */

a.big {
	font-size: 15px;
	font-weight: bold;
	color:black;
}

body {
	color: black;
	background: #FFFFFF url(../images/bg.jpg) repeat-y center top;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica;
	font-size: 13px;
}

img {
	border: 0px;
}

h1{
	font-size: 19px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h2{
	font-size: 17px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

h4 {
	font-size: 9px;
	color: #666666;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

#content {
	width: 900px;
	margin: 0px auto;
}

#head {
	width: 900px;
	margin: 0px auto;	
}

#foot {
	width: 850px;
	height: 75px;
	margin: 0px auto;	
	font-size: 14px;
	font-weight: bold;
	
}

#menu {
	background-color: black;
	width: 900px;
	padding: 5px 0px 5px 0px;
}

#menuButtons {
	width: 800px;
	margin: 0px auto;
}

#main {
	width: 800px;
	margin: 40px 50px 50px 50px;
}

#left_column {
	width: 569px;
	padding-right: 30px;
	border-right: 1px solid #cccccc;
	margin-top: 40px;
}

#right_column{
	float:right;
	width: 175px;
	margin-left: 25px;
	margin-top: 40px;	
}

#band_thumb {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

#picture {
	position: fixed;
	width: 189px;
	height: 89px;
	left: 50%;
	top: 50%;
	margin-left: -95px;
	margin-top: -45px;
	visibility: hidden;
}

#shader {
	width: 100%;
	height: 100%;
	background: #000;
	top: 0%;
	left: 0%;
	position: fixed;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/* for IE */
	filter:alpha(opacity=40);
	/* CSS3 standard */
	opacity:0.4;	
	visibility: hidden;
}

#large_picture{
	border: 2px solid #cccccc;
}
