
#page_container {
	position: relative;
	width: 61px;
	top: 5px;
}


#toppanel {
	position: absolute;
	width: 61px;	
	left: 0px;
	z-index: 25;
	text-align: center;

}

.panel_button {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0;
	width: 61px;
	height: 61px;
	z-index: 20;
	cursor: pointer;
}
.panel_button img {
	position: relative;
	top: 0px;
	border: none;
}
.panel_button a {
	text-decoration: none;
	color: #545454;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	top: 5px;
	left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.panel_button a:hover {
	color: #999999;
}
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 373px;
	text-align: center;
}

#panel {
	width: 373px;
	position: relative;
	top: 1px;
	height: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	overflow: hidden;
	text-align: left;
	
}
#panel_contents {
	background: url(/images/panel-bg.jpg) top left repeat-x #303030;
	height: 100%;
	width: 323px;
	position: absolute;
	z-index: -1;
}
#panel .header1 {
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif; color:#c3266d;
	font-weight: normal;
	line-height: 30px;
	position: absolute;
	top: 10px;
	font-size:16px;
	left: 10px;
}
#panel h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #ffffff;
	line-height: 40px;
	font-size: 12px;
	position: absolute;
	top: 30px;
	left: 10px;
}

#panel .youtube {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #ffffff;
	line-height: 40px;
	font-size: 12px;
	position: absolute;
	top: 80px;
	left: 10px;
}

