/*---------------------------------------------------------
2 columns' Bg Colors, widths, etcx
---------------------------------------------------------*/
/*
Background color for right column
Must set height and position
*/
#content-rt-bg{
	background-color: #000000;
	margin: 0 auto;
	padding: 0;
	height: 1%;
	position: relative;
}
/*
Background color for center column
margin-left sets the width for the left column
*/
#content-lt-bg{
	background-color: #FFFFFF;
	margin-right: 241px;
	height: 1%;
	position: relative;
	padding: 0;
}

/*
width of column must be 1px larger than the margin-right set in content-lt-bg
margin-right must be 1px less than the desired width
*/
#right-content {
	float:right;
	width:242px;
	margin-right:-242px;/* must be less than width above*/
	position:relative;
	height: 1%;
	overflow: hidden;
	border: 0;
}

/*---------------------------------------------------------
Right column
---------------------------------------------------------*/
#rt-content-padding{
	padding: 7px;
}
#video{
	width: 220px;
	margin: 0 auto;
	padding: 0 0 15px 0;
}
#rt-banner-01{
	padding: 18px 0 7px 0;
}
#rt-banner-02{
	
}




