/* CSS Document */

<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #333333;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;

}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
.footer a {
	text-decoration: underline;
	color: #999999;
}
.footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#blackBorder {
	overflow: hidden;
	width: 800px;
	height: 600px;
	background-color: #000000;
}
#tanBorder {
	overflow: hidden;
	width: 776px;
	height: 582px;
	position: relative;
	top: 9px;
	left: 12px;
	background-color: #C09F70;
	
}
#orangeArea {
	overflow: hidden;
	width: 762px;
	height: 568px;
	
	
	margin: 6px 0px 0px 7px;

	padding: 0px;
	background-color: #FFA156;
	background-position: top right;
	background-repeat: no-repeat;
}
#flashContainer {
	

}
.contentContainer {
	width: 762px;
	height: 434px;
	float: none;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	
}
.content {
	float: left;
	overflow: hidden;
	width: 524px;
	height: 434px;
	left: 50px;
	top: 0px;
	padding: 0px;
	margin: 0px;
	position: relative;
	

}
.contentText {
	overflow: auto;
	width: 520px;
	height: 434px;
	font-family: verdana;
	font-size: 12px;
	color: #CCCCCC;
	padding: 0px;
	
	padding-right: 5px;
	
}

.content a {
	color: #CCCCCC;
	text-decoration: underline;
}
.content a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.sidebar {
	overflow: hidden;
	float: right;
	width: 180px;
	height: 434px;
	left: 54px;
	top: 0px;
	padding: 0px;
	padding-right: 54px;
	margin:0px;
	position: relative;

}
.headerLink {
	position: relative;
	float: none;
	left: 500px;
	padding: 0px;
	
	overflow: hidden;
	width: 200px;
	height: 90px;
	

}
.sidebarUnselected {
	font-family: verdana;
	font-size: 12px;
	padding-left: 10px;
	font-weight: bold;
	color: #000000;	
	margin-left:0px;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
.sidebarUnselected a {
	color: #000000;	
	text-decoration: none;
}
.sidebarUnselected a:hover {
	color: #C41511;
}
.sidebarSelected {
	font-family: verdana;
	font-size: 12px;
	padding-left: 10px;
	font-weight: bold;
	padding-right: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 10px;
	color: #000000;
	
}
.sidebarshows {
	background-color: #FF8500;
}
.sidebarmusic {
	background-color: #FF8500;
}
.sidebarplayers {
	background-color: #FFFF00;
}
.sidebarpress {
	background-color: #CE5B0A;
}
.sidebarparties {
	background-color: #FFFF00;
}
.sidebarphotos {
	background-color: #FFFF00;
}
.sidebarmegillah {
	background-color: #FFFF00;
}
.sidebarcontact {
	background-color: #FFFF00;
}

.nav {
	position: relative;
	padding-left: 31px;
	clear: both;
}
.navItem {
	float: left;
	margin-top: 10px;
}
.imageBullet {
	text-decoration: none;
	color: #CCCCCC;

}
.imageID a {
	text-decoration: none;
	color: #CCCCCC;

}
.imageIDCurrent a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	
}
.clearboth {
	clear: both;
}
-->