#left-content {
	float: left;
	width: 292px;
	height: 100%;
	padding: 20px 10px 20px 20px;
	background: #171717;
}

#right-content {
	float: left;
	width: 609px;
	height: 100%;
	padding: 20px 20px 20px 10px;
	background: #121212;
}

#photos {
	float: left;
	width: 289px;
	height: 228px;
	background: #dad9c9;
}

#tabbed-section {
	float: left;
	margin: 10px 0 0 0;
	width: 289px;
}

#right-top {
	float: left;
	width: 100%;
}

#right-top #title {
	float: left;
	width: 380px;
	color: #ffffff;
	font-size: 1.5em;
	letter-spacing: 0.05em;
	font-family: Garamond, Times New Roman, serif;
	font-weight: bold;
	padding-left: 4px;
}

#right-top #menu-tab {
	float: right;
	height: 16px;
	margin: 5px 2px 0 2px;
	font-weight: bold;
	font-size: 0.8em;
	cursor: pointer;
}

#right-top #menu-tab .tab-link {
}

#right-top #menu-tab .tl {
	float: left;
	width: 3px;
	height: 16px;
	background: URL(assets/slices/tab-blue-left.jpg) no-repeat;
}

#right-top #menu-tab .tr {
	float: left;
	width: 3px;
	height: 16px;
	background: URL(assets/slices/tab-blue-right.jpg) no-repeat;
}

#right-top #menu-tab .tab-link {
	float: left;
	padding: 2px 4px 0 4px;
	background: #246d99;
	height:14px;
	text-decoration:none;
}

#festival-date {
	float: right;
	padding-top: 4px;
	color: #ffffff;
	font-size: 0.8em;
	font-weight: bold;
}

#right-top a {
	color: #ffffff;
	text-decoration:none;
}

#right-details {
	float: left;
	width: 600px;
	height: 90px;
	padding: 4px 4px;
	background: #dad9c9;
}

#right-details .right-logo {
	float: left;
	width: 120px;
	height: 90px;
	overflow:hidden;
}

#right-details .right-content{
	float: left;
	color: #222222;
	width: 420px;
	height: 90px;
	overflow:hidden;
	margin: 0 10px;
}

#right-description {
	float: left;
	color: #dddddd;
	width: 601px;
	line-height: 18px;
	margin: 8px 2px;
	text-align: justify;
}


#tabbed-section {
	float: left;
	margin: 10px 0 0 0;
	width: 289px;
}

#tabbed-section .tabs {
	float: left;
	margin: 2px 2px 0 2px;
	height: 16px;
	color: #585353;
	font-weight: bold;
	font-size: 0.8em;
	cursor: pointer;
}

#tabbed-section a:hover .tab-link {
	color: #626262;
	background: #dad9c9;
}

#tabbed-section .tabs .tl {
	float: left;
	width: 3px;
	height: 16px;
	background: URL(assets/slices/tab-dark-left.jpg) no-repeat;
}

#tabbed-section .tabs .tr {
	float: left;
	width: 3px;
	height: 16px;
	background: URL(assets/slices/tab-dark-right.jpg) no-repeat;
}

#tabbed-section a:hover .tabs .tl {
	background: URL(assets/slices/tab-light-left.jpg) no-repeat;
}
#tabbed-section a:hover .tabs .tr {
	background: URL(assets/slices/tab-light-right.jpg) no-repeat;
}

#tabbed-section .tabs .tab-link {
	float: left;
	padding: 2px 4px 0 4px;
	background: #9e9d91;
	height:14px;
	text-decoration:none;
}

#tabbed-section a {
	text-decoration:none;
}

#tabbed-section #content-top {
	float: left;
	width: 289px;
	height: 2px;
	margin-top: -1px;
	background: URL(assets/slices/photos-top.jpg) no-repeat;
	font-size: 0px;
}

#tabbed-section #content-bottom {
	float: left;
	width: 289px;
	height: 2px;
	margin: 0px;
	background: URL(assets/slices/photos-bottom.jpg) no-repeat;
}

#tabbed-section #content-frame {
	float: left;
	width: 285px;
	padding: 0 2px;
	background: #dad9c9;
}

#tabbed-section #content-frame #content {
	float:left;
	width: 285px;
	background: #000000;
}