body {
	margin: 30 auto;
	background: black;
	text-align: center;
}
#container {
	width: 750px;
	margin: 0 auto;
	background: black;
}
#header {
	width: 750px;
	font-family: papyrus;
	color: white;
	text-align: center;
	margin-bottom: 10px;
}

#menu {
	width: 150px;
	float: left;
	text-align: right;
	padding-right: 5px;
	padding-left: 5px;
	background: black;
}
#menu ul {
	color: white;
	list-style: none;
	font-family: papyrus, calibri;
	font-size: 13pt;
	font-weight: bold;
	padding: 6px;
	margin: 0;
}
#menu li {
	border: 1px solid black;
	padding: 1 0 1 0;
}
#menu li:hover {
	border: 1px solid red;
}
#menu ul a {
	text-decoration: none;
	color: white;
}
#menu ul a:hover {
	text-decoration: none;
	color: white;
}
#content {
  float: right;
	width: 586px;
	color: white;
	background: black;
	margin: 0;
	padding: 0px;
	font-family: century;
	font-size: 12px;
}
#content a {
  color: white;
}
#content a:hover {
  color: #D4CE00;
}
#main_graphic {
	height: 350px;
	border: 2px solid white;
}
#footer {
	width: 586px;
	float: right;
	background: black;
	color: white;
	text-align: center;
	font-family: century;
	font-size: 12px;
	padding: 0px;
	margin: 0;
	margin-top: 10px;
}
#footer a {
	color: white;
	background: black;
}
#footer a:hover {
  color: #D4CE00;
}
#artistinfo {
  float: left;
	text-align: left;
}
#artistinfo img
{
  text-align: left;
  border: 1px solid white;
	margin: 0 15 15 0;
	align: texttop;
}
#artistinfo img:hover
{
  border: 1px solid #D4CE00;
	cursor: pointer;
}
#table_form
{
  color:white;
	font-family: century gothic;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid white;
	padding: 6;
}
#content input
{
 font-family: calibri;
 font-size: 11px;
}
#content button
{
 font-family: calibri;
 font-size: 11px;
}
#content select
{
  font-family: calibri;
	font-size: 11px;
}
#content textarea
{
  font-family: calibri;
	font-size: 11px;
}
#event_calendar
{
  text-align: left;
  padding-left: 20px;
}
#event_calendar a
{
  color: white;
}
#edit_calendar table
{
  color: white;
	font-family: century gothic;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5px;
	padding-right: 5px;
	border-collapse: collapse;
	border: 1px solid grey;
}
#edit_calendar th
{
  border-bottom: 1px solid white;
	margin: 0;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #787400;
}
#edit_calendar td
{
  border-bottom: 1px solid white;
	margin: 0;
	padding-left: 5px;
	padding-right: 5px;
}
#edit_calendar img
{
  border: 0;
}
#commissions {
  float: left;
	text-align: left;
}
#commissions img
{
  text-align: left;
  border: 1px solid white;
	margin: 0 15 15 0;
}
#commissions img:hover
{
  border: 1px solid #D4CE00;
	cursor: pointer;
}
#commissionImages
{
  width:450px;
  float:center;
	text-align: center;
}
#links table td
{
  color:white;
	padding: 5;
	font-family: century;
	font-size: 12px;
}
.preloadImage
{
  display:none;
}