body { 
	margin: 0;
	padding: 20px 0;
	background: url(images/body_bg.gif) #CC0000;
}

body,p,td,input,textarea,select {
	font-family: Arial, Helvetica, sans-serif; 
	color: #333333;
	font-size: 12px;
}

a,img {
	border: 0;
	margin: 0;
	padding: 0;
}

hr {
	color: #eee;
	background-color: #eee;
	height: 1px;
}

ol { 
	list-style-type: decimal;
}

ul {
	list-style: disc;
}

#content a {
	background-color: #f2f2f2;
	color: #999999;
	text-decoration: none;
}

#content a:hover {
	background-color: #eee;
	text-decoration: none;
	color: #FF0000;
}

#index {
	position: absolute;
	width: 280px;
	height: 160px;
	top: 50%;
	left: 50%;
	margin-left: -140px;
	margin-top: -80px;
	text-align: center;
}

#nav {
	background-image: url(images/nav_bg.gif);
	background-repeat: repeat-x;
	text-align: right;
	vertical-align: bottom;
	padding: 5px;
}

#nav a {
	display: block;
	margin-right: 18px;
	height: 23px;
	background-repeat: no-repeat;
	background-position: 0 0;
	float: right;
}

#nav a span {
	display: none;
}

#nav a:hover {
	background-position: 0 -23px;
}

#information {
	width: 108px;
	background-image: url('images/nav_information.gif');
}

#artists {
	width: 52px;
	background-image: url('images/nav_artists.gif');
}

#tourdates {
	width: 99px;
	background-image: url('images/nav_tourdates.gif');
}

#contact {
	width: 58px;
	background-image: url('images/nav_contact.gif');
}

.panel {
	width: 640px;
	margin: 20px auto;
	padding-left: 120px;
}

.panel_header {
	display: block;
	height: 11px;
	background: url('images/panel_header.gif') no-repeat;
}

.panel_footer {
	display: block;
	height: 11px;
	background: url('images/panel_footer.gif') no-repeat;
}

.panel_body {
	width: 590px;
	background-color: #fff;
	padding: 1px 20px 20px 20px;
	border-left: 5px solid #990000;
	border-right: 5px solid #990000;
}

h1 {
	font-family: Arial Black, Arial, Helvetica, sans-serif; 
	color: #000;
	font-size: 24px;
	letter-spacing : -1px;
	font-weight: normal;
	text-transform: uppercase;
}

h2 {
	font-family: Arial Black, Arial, Helvetica, sans-serif; 
	color: #CC0000;
	font-size: 18px;
	text-transform: uppercase;
}

.border {
	border: 1px dotted #ccc;
	padding: 1px;
	background-repeat: no-repeat;
	background-position: top center;
}

.menu {
	font-size: 13px;
}

.status {
	color: #999999
}

label {
	font-weight: bold;
}

ul.artists {
	width: 480px;
	list-style: none;
	overflow: auto;
	margin: 0 auto;
	padding: 0;
}

ul.artists li {
	margin: 0;
	padding: 0;
	height: 175px;
	width: 102px;
	margin: 9px;
	float: left;
	text-align: center;
}

a.artist-thumb {
	display: block;
	width: 102px;
	height: 102px;
	padding: 1px;
	border: 1px solid #ccc;
	background: no-repeat center;
	margin-bottom: 6px;
}

a.artist-thumb span {
	display: none;
}

a.artist-name {
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	display: block;
	padding: 4px;
	margin: 0;
	background-color: #f2f2f2;
}

a.artist-name:hover {
	color: red;
	background-color: #eee;
}

div.artist-sidebar {
	width: 225px;
	float: left;
}

div.artist-profile {
	width: 300px;
}

div.artist-image {
	display: block;
	width: 200px;
	height: 200px;
	border: 1px dotted #ccc;
	padding: 2px;
}

.textfield, textarea, select {
	border-top: 1px solid #abadb3;
	border-right: 1px solid #dbdfe6;
	border-bottom: 1px solid #e3e9ef;
	border-left: 1px solid #e2e3ea;
	padding: 2px;
	background-color: #f2f2f2;
}

.textfield {
	width: 250px;
}

textarea {
	width: 250px;
	height: 70px;
}

ul.file_list {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.file_list li {
	margin: 3px 0;
}

ul.file_list span.file_size {
	color: #ddd;
}

#copyright {
	display: block;
	width: 640px;
	height: 11px;
	margin: 0 auto;
	background: url('images/copyright.gif') no-repeat 230px 0;
}

#copyright span {
	display: none;
}