body {
  font-family: Georgia, "Times New Roman", Times, serif;
  background-color:#FFF;
  margin:0px 0px 0px 0px;
  font-size:14px;
}

td {
	font-family: Georgia, "Times New Roman", Times, serif;
}

th {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#body_text {
	width:600px;
	padding:0px 0px 10px 0px;
}

#header {
	background-color:#000000;
	width:100%;
	padding:7px 0px 7px 0px;
	margin:0px 0px 0px 0px;
}

#menu_bar_press {
	background-color:#000000;
	text-align:center;
	padding:4px 0px 4px 0px;
	background-image: url(images/menu_press.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:30px;
	width:100%;
}

#menu_bar_press:hover {
	text-decoration:none;
	background-color:#FFFFFF;
	background-image: url(images/menu_press_roll.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

#menu_bar_artists {
	background-color:#000000;
	text-align:center;
	padding:4px 0px 4px 0px;
	background-image: url(images/menu_roster.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:30px;
	width:100%;
}

#menu_bar_artists:hover {
	text-decoration:none;
	background-color:#FFFFFF;
	background-image: url(images/menu_roster_roll.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

#menu_bar_store {
	background-color:#000000;
	text-align:center;
	padding:4px 0px 4px 0px;
	background-image: url(images/menu_store.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:30px;
	width:100%;
}

#menu_bar_store:hover {
	text-decoration:none;
	background-color:#FFFFFF;
	background-image: url(images/menu_store_roll.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

.widebody {
	width:100%;
	text-align:center;
}

#footer {
	width:600px;
	padding:10px 0px 5px 0px;
	color:#000000;
	font-family:"Times New Roman", Times, serif;
	font-size:11px;
	text-align:left;
}

.footer_right {
	float:right;
}

.style2 {color: #0066FF}
.style3 {color: #999999}