body {
	background: #000000 url('images/bgTribalLeft.png') no-repeat top left; 
	text-align: center;
	font: 11px Verdana;
	color: #89898a;
	margin: 0;
	padding: 0;
	text-align: center;
}
.clear {
	clear: both;
	width: 0;
	height: 0;
}
img {
	border: 0;
}


/* ----------------------------------------------------------------------------
	Links
---------------------------------------------------------------------------- */
a:link {
	color: #ff4200;
	text-decoration: none;
}
a:visited {
	color: #ff4200;
	text-decoration: none;
}
a:hover {
	color: #ffa900;
	text-decoration: none;
}
a:active {
	color: #ff4200;
	text-decoration: none;
}


/* ----------------------------------------------------------------------------
	Header setup
---------------------------------------------------------------------------- */
#header {
	height: 384px;
	width: 100%;	
	background: url('images/bgTribalRight.png') no-repeat top right; 
	margin: 0 auto;
	padding: 0;
	z-index: 1;
	position: relative;
}
#header h1 {
	text-align: center;
	margin: 0;
	padding: 0;
}
#navBar {
	margin: -155px auto 0;
	padding-left: 25px;
	width: 840px;
	z-index: 2;
	position: relative;
}
#navBar img {
	border: 0;
}
#navLeft {
	float: left;
}
#navLeft img {
	margin: 0 30px 0 0;
}
#navRight {
	float: right;
}
#navRight img {
	margin: 0 0 0 30px;
}


/* ----------------------------------------------------------------------------
	Page body setup
---------------------------------------------------------------------------- */
#wrapper {
	width: 840px;
	margin: -60px auto 0;
	padding: 0;
	text-align: left;
}
#leftContent {
	float: left;
	width: 515px;
	margin-right: 40px;
}
#rightSidebar {
	float: left;
	width: 280px;
	padding-top: 48px;
}


/* ----------------------------------------------------------------------------
	Content
---------------------------------------------------------------------------- */
#leftContent h2 {
	color: #ffa900;
	font-size: 1.8em;
}
#leftContent h3 {
	font-size: 1.4em;
}
.newsDate {
	float: right;
	margin-right: 20px;
}
#news {
	margin-left: 25px;
}
#news p {
	line-height: 1.6em;
}
#twitter {
	margin-top: 25px;
	text-align: left;
}
#twitter img {
	margin: 0 5px -10px 0;
}
#rockErie {
	margin: 30px 0 20px;
	text-align: center;
}
#rockErie img {
	border: 0;
}


/* ----------------------------------------------------------------------------
	Side bar - generic
---------------------------------------------------------------------------- */
#widget {
	background: url('images/sidebarGradient.png') repeat-x;
	padding: 16px;
	-moz-border-radius: 1em;
	border-radius: 1em;
	border: 1px solid #111111;
}
#widget h4 {
	text-align: left;
	margin: 0 0 16px;
	padding: 0;
	font-size: 1.2em;
}
#social {
	margin-top: 20px;
}
#social img {
	margin: 0 5px -10px 0;
}
#social ul {
	list-style: none;
}
#social li {
	list-style: none;
	margin: 12px 0;
	margin-left: 30px;
}
#booking {
	text-align: center;
	margin: 0 0 30px;
	font-size: 1.1em;
	font-style: italic;
}
#booking a {
	font-style:normal;
}


/* ----------------------------------------------------------------------------
	Photos
---------------------------------------------------------------------------- */
#photos {
	margin-top: 30px;
	background: url('images/sidebarGradient.png') repeat-x;
	padding: 16px;
	-moz-border-radius: 1em;
	border-radius: 1em;
	border: 1px solid #111111;
}
#photos h4 {
	text-align: left;
	margin: 0 0 16px;
	padding: 0;
	font-size: 1.2em;
}
.flickr img {
	float: left;
	margin:3px;
}
.flickrMore {
	text-align: center;
	margin: 10px 0 0 0;
}


/* ----------------------------------------------------------------------------
	Flash "Radio" Music Player
---------------------------------------------------------------------------- */
#radioWidget{
	text-align: center;
}


/* ----------------------------------------------------------------------------
	Footer
---------------------------------------------------------------------------- */
#footer {
	text-align: center;
	font-size: 0.8em;
	margin: 55px 0 15px;
}
#footer a:link {
	color: #ffffff;
	text-decoration: none;
}
#footer a:visited {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#footer a:active {
	color: #ffffff;
	text-decoration: none;
}











/* -- */