html {
	background: #ffffff;
}

body {
	width: 100%;
	height: 100%;	
}


#Center {
	margin-top: 15px;	
}

#BgContainer {
	width: 950px;
	margin: 20px auto;
}

#Header {
	font-size: 14px;
	font-weight: bold;	
}

#Header a {
	padding: 3px;
}

.topmenuItem a{
	padding-left: 10px !important;
	padding-right: 10px !important;	
}

#Header a.link {
	text-decoration: none;
	color: #3399CC;
}

#Header a:visited {
	text-decoration: none;
	color: #3399CC;
}

#Header a:hover {
	text-decoration: underline;
	color: #3399CC;	
}

#Header a.current, a.section {
	color: #ffffff;
	background-color: #666666;	
}

#Header .topmenuItem {
	float: right;	
}

#Header .divider {
	padding: 0px 5px;	
	float: right;
}

#Footer {
	width: 100%;
	margin: 20px 0px 50px 0px;	
}

#SelectionPanel {
	width: 100%;
	overflow: hidden;	
}

.JuryMember {
	float: left;
	width: 150px;
	height: 100%;
	padding: 0px;
	margin-right: 10px; 
}

.LastJuryMember {
	float: left;
	width: 150px;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

#Layout {
	width: 570px;
	float: left;
	padding-right: 30px;
	height: 100%;
}

#NavMenu {
	width: 350px;
	margin: 0px;
	padding: 0px;
	float: right;
	overflow: hidden;
	
}

.clear {
	clear: both;
}

.thumbnail {
	width: 173px;
	overflow: hidden;
}

.thumbnailWrapper {
	height: 50px;
	width: 173px;
	overflow: hidden;
	margin-bottom: 2px;	
}

.ArtistMini {
	height: 65px;	
}

#LeftArtists {
	float: left;
	padding-right: 2px;
}

#RightArtists {
	float: right;
}

#ArtistThumbnails {
	height: 350px;	
}

#VenueThumbWrap {
	width: 350px;
	height: 100px;
	overflow: hidden;
}