body {
	color: #000000;
	background: #705E5F;
	font-family: Arial,Verdana;
	font-size: 12px;
	margin-top: 10px;
	margin-left: 0px;
}

#main {
	width: 668px;
	border: #44393A 4px solid;
/* ie hack
	width: 676px;
*/
}

#top {
	color: #ffffff;
	background: url('../images/css/Header.jpg') left;
	margin-top: 0;
	margin-left: 0;
	border: #330000 0px solid;
	width: 668px;
	height: 100px;
}

#maincontainer {
	position: relative;
	left: 0;
	color: #000;
	background: url('../images/css/Right_Margin.jpg') right repeat-y #EDEDED;
	margin-top: 0;
	margin-left: 0;
	border: #330000 0px solid;
	width: 668px;
}

/*the following is only used in shows.html */
#maincontainerLeft {
	position: relative;
	left: 0;
	color: #000;
	background: url('../images/css/Left_Margin.jpg') left repeat-y;
	margin-top: 0;
	margin-left: 0;
	border: #330000 0px solid;
	width: 668px;
}

#maincontentbox {
	position: relative;
	color: #000;
	left: 0;
	background: url('../images/css/Left_Margin.jpg') left repeat-y #ededed;
	margin-top: 0;
	margin-left: 0;
	border: #330000 0px solid;
	width: 590px; 
}

#leftsidebar {
	position: relative;
	left: 0;
	background: transparent;
	margin-left: 0;
	width: 75px;
	border: 0px solid;
}

#maincontent {

	color: #000;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 100px;
	margin-right: 0px;
	border: #330000 0px dotted;
	width: 475px;
}

#maincontenttext {
	margin: 0 0 0 0;
	border: #000 0px solid;
}

#maincontentlinks {
	background: transparent;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0;
	border: #330000 0px solid;
	width: 475;
}

#headerabout {
	background: url('../images/css/Header_About.gif') no-repeat;
	margin: 15px 0 0 5px;
	height: 30px;
}

#headershows {
	background: #ededed url('../images/css/Header_Shows.gif') no-repeat;
	margin: 15px 0 0 5px;
	height: 30px;
}

#footer {
	color: #eee;
	background: #705E5F;
	width: 600px;
	margin-top: 0;
	margin-left: 0;
	border: #330000 0px solid;
	text-align: center;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#footer a {
	color: #999;
	border: #44393A 0px solid;
	text-decoration: none;
}

/*following classes are for gallery items*/
.item {
	color: #444;
	text-indent: 0;
	margin: 0 0 0 0;
	text-align: center;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
}
.desc {
	color: #444;
	text-indent: 0;
	margin: 0 0 0 0;
	text-align: center;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	line-hieght: 10px;
}
/*end of gallery items*/
	
.clear {
	clear: both;
}

.img {
	display: block;
	margin: 20px 0 0 10px;
	border: #000 0px dotted;
}

h4 {
	font-family: Arial, Verdana;
	text-decoration: underline;
	font-weight: bold;
	font-size: 14px;
	margin-top: 15px;
	margin-left: 20px;
	margin-bottom: 0;
}

p {
	font-family: Arial;
	font-size: 12px;
	line-height: 20px;
	text-indent: 0px;
	margin: 15px 20px 0 20px;
}

a {
	color: #336666;
}

ul {
	margin: 10px 0 0 0;
}

li {
	list-style-type: none;
	font-family: Arial;
	font-size: 12px;
	padding: 10px 0 0 20px;
}
 