﻿@charset "UTF-8";
#sideBarVideoWrap {
	float: right;
	padding: 0 20px 0 20px;
	width: 435px;
	margin: 0;
}
#sideBarContent {
	/*background: transparent url('../images/sideBarMiddle.gif') repeat-y scroll center top;*/
	/*background-color: green;*/
	margin: 0;
	padding: 0 15px;
	text-align: justify;
}
#sideBarContent h2 {
	border-bottom: 2px #333 solid;
	padding: 12px 0 10px 0;
}
#sideBarBottom {
	/*background: transparent url('../images/sideBarBottom.gif') no-repeat scroll center bottom;*/
	height: 22px;
}

