body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	background-color: #442323;
	color: #e0e0e0;
}
img { 
	border:none; 
}
/*
#primary_nav li, #main_container li {
	line-height: 24px;
	letter-spacing: 1px;
}
*/
.plain_link a:link, .plain_link a:visited {
	text-decoration: none;
	color: white;
}
.plain_link a:hover, .plain_link a:active {
	text-decoration: underline;
	color: white;
}

#price_list {
	margin: auto;
	border: 2px solid #ee2424;
}

#price_list th {
	border: 1px solid #ee2424;
	padding: 3px;
}

#price_list td {
	border: 1px solid #ee2424;
	padding: 3px;
}
.musician_header {
	width: 768px;
	float: left;
	text-align: center;
	padding-bottom: 10px;
}
.musician_header h1 {
	margin-bottom: 0;
}
.musician_header object {
}
.img_border {
	border: 5px solid #ee2424;
}
.thin_img_border {
	border: 1px solid #ee2424;
}
a:link, a:visited {
	color: #ee2424;
}
a:hover, a:active {
	color: #FFFFFF;
}
h1, h2, h3, h4, h5, h6 {
	color: #e0e0e0;
}

.message {
	margin: 5px 0;
	padding: 5px;
	border: 5px solid #ee2424;
	color: white;
	font-size: 16px;
	font-weight: bold;
}
.error_message {
	margin: 5px 0;
	padding: 5px;
	border: 5px solid #ee2424;
	color: white;
	font-size: 16px;
	font-weight: bold;
}	

/* default styles for sortable tables of info */
.pager {
	clear: both;
	line-height: 2em;
}
#sorted_list {
	margin-top: 10px;
	clear: both;
}
#sorted_list table {
	border: 1px solid black;
}
#sorted_list th {
	border: 1px solid black;
	text-align: left;
	padding: 3px;
}
#sorted_list td {
	border: 1px solid black;
	padding: 3px;
}
#sorted_list .overdue {
	color: red;
	font-weight: bold;
}
#sorted_list a {
	color: blue;
}
#sorted_list a:hover {
	color: black;
	text-decoration: underline;
}
.pager {
	margin: 10px 0;
}


