body {
	background: fixed top left #252223 url(/img/backdrop_panel.jpg);
}

/* -- Main container divs ----- */

#container {
	width: 946px;
	margin-right: auto;
	margin-left: auto;
	display: table;
}

#header {
	background: url(/img/header.png);
	width: 946px;
	height: 280px;
}

#content {
	background: url(/img/content_background.png) repeat-y;
	width: 946px;
	height: 388px;
	display: inherit;
}

#content_body {
	padding: 18px 140px 18px 140px;
	color: #ffffff;
	font: 12px/16px Tahoma, Arial, Helvetica, sans-serif;
	position:relative;
	float:left;
	display:inline;
}

#footer {
	background: url(/img/footer.png);
	width: 946px;
	height: 127px;
}


/* -- Site link styles ----- */

#circus_link {
	position:relative;
  left:631px;
  top:90px;
  width:120px;
  height:40px;
}
#circus_link a {
	height:40px;
	display:block;
}

#carioca_link {
	position:relative;
  left:756px;
  top:50px;
  width:115px;
  height:40px;
}
#carioca_link a {
	height:40px;
	display:block;
}

/* -- Navigation menu styles ----- */

#menu_container {
	position:relative;
	left:483px;
	top:124px;
	width:387px;
	height:57px;
}

#menu_container li {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
}

#menu_container li, #menu_container a {
	height: 57px;
	display: block;
}

#menu_home     { left:0px;		width:54px; }
#menu_info     { left:63px;		width:41px; }
#menu_dates    { left:112px;	width:56px; }
#menu_music    { left:176px;	width:58px; }
#menu_bookings { left:246px;	width:79px; }
#menu_links    { left:338px;	width:50px; }


/* -- Content body styles ----- */

#content_body h1, #content_body h2, #content_body h3, #content_body h4, #content_body p {
	margin-top:24px;
	margin-bottom:12px;
}

#content_body h1 {
	margin-top: 0px;
	font:bold 18px/20px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

#content_body h2 {
	font:bold 14px/16px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

#content_body p {
	margin-top:12px;
}

.left {
	float:left;
	margin:2px 12px 12px 0px;
	border:1px solid white;
}

.right {
	float:right;
	margin:2px 0px 12px 12px;
	border:1px solid white;
}

.noborder {
	border: 0;
}

a:link    { color:#CB0000; text-decoration:underline; }
a:visited { color:#CB0000; text-decoration:underline; }
a:hover   { color:#FF0000; text-decoration:underline; }

.linebreak {
	border-top:1px dotted #888888;
	height:18px;
}


/* -- News styles ----- */

#news h1 {
	margin-top:0px;
	margin-bottom:0px;
}
#news h2 {
	margin-top:12px;
	margin-bottom:0px;
}
#news h3 {
	margin-top:0px;
	margin-bottom:0px;
	font:italic 14px/18px Arial, Helvetica, sans-serif;
}
#news h4 {
	clear:left;
	margin-top:0px;
	margin-bottom:24px;
	font:normal 10px/12px Arial, Helvetica, sans-serif;
}
#news p {
	margin-top:6px;
	margin-bottom:6px;
}


/* -- Gig styles ----- */

#gigs td.gig_date {
	font-weight:bold;
	text-transform:uppercase;
	text-align:right;
	padding:6px;
	background-color:#340000;
}
#gigs td.gig_event {
	text-align:left;
	font-weight:normal;
	padding-left:8px;
	text-transform:uppercase;
	padding:6px;
	background-color:#230000;
}
#gigs span.gig_info {
	text-transform:none;
	font-size:10px;
	line-height:12px;
}	


/* -- Circus Event styles ----- */

#circus_event {
	float:right;
	width:175px;
	padding:10px;
	margin-left:20px;
	margin-bottom:20px;
	border:1px solid #CB0000;
}

#circus_event .name {
	text-transform:uppercase;
	font:bold 14px/16px Arial, Helvetica, sans-serif;
	text-transform:uppercase;	
	margin-top:6px;
}
#circus_event .date {
	text-transform:uppercase;
	font:italic 14px/18px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	margin-bottom:6px;
}
#circus_event .lineup {
	text-transform:uppercase;
	font:bold 12px/14px Arial, Helvetica, sans-serif;
}
#circus_event .guests {
	text-transform:uppercase;
	font:bold 18px/20px Arial, Helvetica, sans-serif;
}
#circus_event .residents {
	text-transform:uppercase;
	font:bold 14px/16px Arial, Helvetica, sans-serif;
}


/* -- Shop styles ----- */

#content_body div.productdetail {
	float:right;
	margin:2px 0px 12px 12px;
}

#content_body span.price {
	font-size: 16px;
	font-weight: bold;
}

#content_body span.detail {
}

#scars_player_container {
	float: right;
	margin: 0 0 12px 12px;
}
#scars_player_container h2 {
	margin-top: 0;
}