body {
	background: url(../img/bg_grad.jpg) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #CCC;
	font-family: "Lucida Grande", Geneva, Verdana, Arial, sans-serif;
	font-size: small;
	line-height: 140%;
}
#container {
	margin: auto;
	width: 768px;
	height:1000px;
	text-align: left;
	background-color: #000;
	position: relative;
}
#showNav {
	width: 160px;
	position: absolute;
	left: 20px;
	top: 370px;
}
#showContent {
	width: 370px;
	position: absolute;
	top: 370px;
	left: 190px;
}
#otherShows {
	width: 155px;
	color: #999;
	position: absolute;
	top: 370px;
	left: 590px;
}
a {
	color: #CCC;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
strong {
	font-weight: normal;
	color: #FFF;
}
p {
	margin: 0 0 1em 0;
	padding: 0px;
}

h3 {
	font-size: 100%;
	font-weight: normal;
	margin: 0 0 1em 0;
	padding: 0;
	color: #FFF;
}
ul {
	margin: 0 0 0 -8px;
	padding: 0px;
	list-style-type: none;
}
li {
	margin-bottom: 0.2em;
	background-image: url(../img/bull_small.gif);
	background-position: 0% 50%;
	background-repeat: no-repeat;
	padding-left: 14px;
	}

dt,dd,dl {
	margin:0;
	padding:0;
	font-size: 90%;
	}
dt {
	margin: 1em 0 0 0;
	color: #CCC;
	font-weight: bold;
}
#showContent img {
	border: 0;
	margin: 0 10px 10px 0;
}
.clear {
	clear: both;
}
#video {
	background: url(../img/cirque_video.jpg) no-repeat;
	width: 768px;
	height: 362px;
}
