@charset "utf-8";
/* CSS Document */
#galleryPanel {
	margin-top:20px;
	padding-top:37px;
	background-color: #262626;
	background-image: url(../images/gallery_header.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.rightPanelBottom {
	background-image: url(../images/rightPanelBottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 14px;
}
.paddedRightText {
	text-align: right;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#listenPanel {
	background-image: url(../images/listenPanel.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	margin-top: 20px;
	padding-right: 25px;
	padding-top: 22px;
}
#contactPanel {
	margin-top: 20px;
	padding-right: 0px;
	padding-top: 55px;	
	background-color: #262626;
	background-image: url(../images/contact_header.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#contactContent {
	color:#FFFFFF;
	padding-left:50px;
}