body {
	color: #ddaa22;
	color: #341507;
	color: #ffcc66;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #fe620d;
}

.clear{clear:both;}
*{margin:0px;padding:0px;}
.center{text-align:center;}

#container {
	margin: 0 auto;
	text-align: justify;
	width: 767px;
}

a {
	color: #aefa0d;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #341507;
}

h1,h2,h3 {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-transform: uppercase;
	color: #ff9933;
}
h1{font-size: 20px;}
h2{font-size: 16px;}
h3{font-size: 12px;}

img { border: 0px; }

/********************** Header ***************************/
#header {
	background-image: url(/images/header.jpg);
	width: 767px;
	height: 404px;
	position: relative;
}
#header ul {
	position: absolute;
	top: 362px;
	left: 85px;
}
#header li {
	display: block;
	float: left;
	background: url(/images/star.gif) no-repeat;
	line-height: 30px;
	margin-left: -15px;
	padding-left: 15px;
}
#header ul a {
	color: #aefa0d;
	text-decoration: none;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 900;
	text-transform: capitalize;
}
#header ul a:hover {
	color: #341507;
}

#about,
#current{
	width: 75px;
}
#home,
#gallery,
#contact,
#links{
	width: 65px;
}
#past,
#tickets{
	width: 110px;
}

/********************** Main ***************************/
#main {
	padding-bottom: 20px;
}
#main h1 {
	margin: 10px 10px 10px 110px;
}
#content {
	margin: 10px 10px 10px 110px;
	width: 550px;
}

/********************** News ***************************/
#news {
	background-image:url(/images/line.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px 10px 10px 110px;
}
#news h1 {
	margin: 20px 10px 15px 0px;
}
.newsitem {
	float: left;
	width: 275px;
	display: inline;
}
.newsitem img {
	float: left;
	margin-right: 10px;
}
.newsitem span {
	color: #e69327;
	font-size: 9px;
	font-weight: 900;
}
.newsitem p {
	margin: 10px 10px 15px 10px;
}

/********************** Footer ***************************/
#ads,#footer {
	background-image: url(/images/line.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 20px 70px 20px 110px;
	text-align:center;
	color: #ffaa44;
	clear: both;
}

/********************** Scroller ***************************/
#sidebar {
	float: right;
	position: relative;
	top: -30px;
	left: 30px;
	margin-left: 10px;
}
#main-window {
	overflow: hidden;
	position: relative;
	border: 1px #000 solid;
}
#scrolling-section {
	position: absolute;
	cursor: move;
}
.drag {
	text-transform: uppercase;
	font-weight: bold;
	font-size: x-small;
	margin: 5px;
	text-align: center;
	color: #000;
}
.sideimg {
	float: right;
	margin: 10px;
	border: 1px #000 solid;
	position: relative;
	top: -30px;
	left: 30px;
}