#top_bar {
	background-repeat: no-repeat;
	background-position: bottom right;
	background-image: url(showcase.png);
}

#left_column {
	float: left;
	width: 530px;
	margin: 0 10px 0 0;
	padding: 0 10px;
}

#right_column {
	float: left;
	width: 370px;
	margin: 0 0 0 10px;
	padding: 0 10px;
}

h3 {margin: 0}

.thumbs_table {
	margin-top: 15px;	
	margin-left: -5px;
	float: left;
	padding: 0;
	background: none;
	border: none;
}

.thumbs_table td {
	padding: 0;
	background-color: #ffffff;
}

td.gallery_title {
	background: none;
}

.thumbs_table a {
	display: block;
	width: 65px;
	height: 65px;
}

.thumbs_table a:hover {/* browser specific opacity stuff */
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

#guitars {margin-top: 20px}

#firstvideo {margin-top: 44px }
iframe {margin-top: 18px}