html {
	/* IE */
	overflow-y: scroll; 
	/* Moz */
	height: 100%;
	margin-bottom: 0.1em;
}
body {
	background-color: #111111;
	color: #FFFFFF;
	padding:0px;
	margin-right:5px;
	margin-left:5px;
	margin-top: 0px;
	margin-bottom: 0px;
	font: 14px "Calibri";	
}
#outer 
{

}
#inner 
{
	margin-left: auto;
	margin-right:auto;
	width:960px;	
}

input {
	background-color:#000000;
	color:#ffffff;
	border: 1px solid #FFFFFF;
}
select {
	background-color:#000000;
	color:#ffffff;
	border: 1px solid #FFFFFF;
}
textarea {
	background-color:#000000;
	color:#ffffff;
	border: 1px solid #FFFFFF;
}

/* Link Styles
------------------------------ */
a:link, a:active, a:visited { 
	text-decoration: none; color: #FFCC00; 
}
a:hover, a:focus { 
	text-decoration: none; color: #ffffff; 
}
h1 {
	font: 200% "Calibri";
	font-weight: bold;
}
h2 {
	font: 150% "Calibri";
	font-weight: bold;
}
h2 a:link, h2 a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
h2 span {
	color: #666;
}

h3 {
	font: 120% "Calibri";
	font-weight: bold;
}

h3 a:link, h3 a:visited { 
	text-decoration: none; 
}

h3 a:hover { 
	text-decoration: underline; 
}
.pageTitleDiv a {
	font-size:12px;
}
.artistsTable {

}
.artistsTable img {
	border: #000000 solid 1px;
	margin: 2px;
}
.merchandiseTable {

}
.merchandiseTable img {
	border: #000000 solid 1px;
	margin: 5px;
}
.hoursTable {
	border: 0px solid #CC0000;
	padding: 40;
	
}
.hoursTable td th {
	padding:60px;
}
.hoursTable row {
	background-color: #ff0305;
	padding:40px;
}
.hoursTable .rowAlt {
	background-color:#CC0000;
	padding:40px;
}

.footerText {
	font-size: 13px;
	padding:0px;
	margin:0px;
	line-height:normal;
	color:#ffffff;
}
.menuHeader {
 	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #000000;
	text-indent: 3px;
	padding: 3px;
}
.menuItemLight {
 	 background-color:#FF3333;
}
.outer-left-side {
	
	height:520px;
    background-image: url('../images/outer-left-side.jpg');
	background-position: right top;
	background-repeat:no-repeat;
}
.outer-right-side {
	
	height:520px;
    /*background-image: url('../images/outer-right-side.jpg');*/
	background-position: left top;
	background-repeat:no-repeat;
}
.outer-bottom-side {
	
	height:500px;
    background-image: url('../images/bottom-side-reflect.jpg');
	background-position: right top;
	background-repeat:no-repeat;
}
.body-container {
	width: 970px;
	height: 520px;
}
.left-side {	
	width: 286px;
	height: 590px;	
	background-color: #ff0305;
    background-image: url('../images/left-side.png');
	background-position: right top;
	background-repeat:no-repeat;
	border-left: 2px solid #000000;	
	/*border-top: 2px solid #000000;*/		
}
.right-side {
	width: 100px;
	height: 520px;	
	background-color: #ff0305;
    background-image: url('../images/right-side.jpg');
	background-position:left top;
	background-repeat:no-repeat;
	border-right: 2px solid #000000;
	border-top: 2px solid #000000;
	padding-top: 0px;
}
.top-side {	
	/*height: 80px;*/	 
	width: 588px;
	background-color: #ff0305;	
	/*background-image: url('../images/top-side.jpg');
	background-position:top center;
	background-repeat:no-repeat;
	border-top: 2px solid #000000;		*/
}
.bottom-side {
	height: 100px; 
	width: 584px;
	background-color: #ff0305;	
	background-image: url('../images/bottom-side.jpg');
	background-position:top center;
	background-repeat:no-repeat;
	/*border-right: 2px solid #000000;
	border-left: 2px solid #000000;	
	border-bottom: 2px solid #000000;*/
}
.center-side {
	height: 464px;
	width: 584px;
	background-color: red;
	
}
.nav-container {
	width: 100%;
	margin: 0px;
	margin-top: 0px;
	background-color:#FFFFFF;
}

#menuwrapper {
	background-color: #ff0305;
	height: 20px;
}
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#p7menubar {
	width: 100%;
	border-bottom: 1px solid #000000;
}
#p7menubar, #p7menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font: "Calibri";
}
#p7menubar a {
	display: block;
	text-decoration: none;
	padding: 2px 12px 2px 12px;
	border-right: 0px solid #fff;
	font-size: 14px;
	background-color: #ff0305;
	font-weight:bold;
	text-transform:uppercase;
	color: #ffffff;
}
#p7menubar a.trigger {
	padding: 2px 12px 2px 12px;
	background-color: #ff0305;
}
#p7menubar li {
	float: left;
	width: 9em;
}
#p7menubar li {
	position: relative;
}

/* hide from IE mac \*/
#p7menubar li {
	position: static; 
	width: auto;
}
/* end hiding from IE5 mac */

#p7menubar li ul, #p7menubar ul li  {
	width: 12em;
}
#p7menubar ul li a  {
	color: #565656;
	border-right: 0;
	padding: 3px 12px 3px 16px;
}
#p7menubar li ul {
	position: absolute;
	display: block;
	background-color: #ff0305;
	border: 1px solid #000000;
	/*
	background-image: url(images/p7exp_mgrad.jpg);
	background-repeat: repeat-x; */
}
#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a {
	color: #000000;
	background-color: #ff0305;
}
#p7menubar li:hover ul, #p7menubar li.p7hvr ul {
	display: block;
}
#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a {
	color: #000000;
	background-color: #ff0305;
}
#p7menubar ul a:hover {
	background-color: #ff0305 !important;
	color: #FFFFFF !important;
}
.subMenu {
	padding: 0px;
	margin: 0px;
	background-color:blue;
}
.subMenu a {
	display: block;
	text-decoration: none;
	padding: 2px 12px 2px 12px;
	border-right: 0px solid #fff;
	font-size: 10px;
	background-color: #ff0305;
	font-weight:bold;
	text-transform:uppercase;
	color: #ffffff;
}
.subLink a {
	background-color:#99FF00;
	color:#0000FF;
}