#panel_left {
	float: left;
	width: 720px;
}

#panel_local {
	margin-bottom: 4px;
}

	#panel_local_header {
		background-color: #326cb5;
		color: white;
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 1px;
		padding: 5px;
	}

	#panel_local_content {
		color: white;
		background-color: #22508c;
		overflow: auto;
		padding: 10px;
	}

		.local_address {
			background-color: #0d3c79;
			margin-bottom: 10px;
			padding: 10px;
		}

			.local_contact_header {
				color: #d4e4f8;
				font-size: 11px;
				vertical-align: top;
				text-align: right;
			}

			.local_contact_content {
				color: #e8eff8;
				font-size: 12px;
				font-weight: bold;
			}

			.local_contact_content a {
				color: #e8eff8;
			}

		#events {
	 		border-collapse: collapse;
			width: 708px;
		}

		.event_dark {
			background-color: #22508c;
		}

		.event_date {
			color: #e8eff8;
			font-size: 12px;
			padding: 0px 3px;
			text-align: right;
			width: 30px;
		}

		.event_poster {
			text-align: center;
			width: 70px;
		}

			.event_title a {
				color: #e8eff8;
				font-size: 13px;
				font-weight: bold;
			}

				.event_title a:hover {
					color: #ffa115;
				}

	.empty_list {
		color: #e8eff8;
		font-size: 12px;
		padding: 20px;
	}

#panel_right {
	float: right;
	width: 249px;
}

	#local_logo {
		background-color: #22508C;
		padding: 10px;
		margin-bottom: 4px;
		text-align: center;
	}

#panel_galleries {
	margin-bottom: 4px;
}

	#panel_galleries_header {
		background-color: #8cbd07;
		color: white;
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 1px;
		padding: 5px;
	}

	#panel_galleries_content {
		color: #435b03;
		background-color: #bce352;
		font-size: 11px;
		font-weight: bold;
		padding: 5px;
		text-align: center;
	}

		.gallery_border {
			background-color: #ddf1a9;
			margin: auto;
			margin-bottom: 4px;
			width: 160px
		}

			.gallery_border div {
				margin: auto;
				text-align: center;
			}

			.gallery_border img {
				width: 150px;
				height: 150px;
				margin: 5px;
				margin-bottom: 0px;
			}
