﻿/* ================================================*/
/*  TV Section style (Left column on Content Area) */
/* ================================================*/
		#content_videotv {
			width:446px;
			height:300px;
			text-align:left;
			float:left;
			padding:16px 0px 0px 21px;
			background-image:url(images/tv_background.jpg);
			background-position: 5px 0px;
			background-repeat:no-repeat;
		}
			#tv_embeddedVideo{width:320px;float:left;} /* Left column (video)*/
						
			/* To move the buttons up(-) or down(+), change the PADDING pixels accordly*/
			#tv_navBar{width:103px;float:right; padding: 85px 0 0 0;} /* Right column (Navigation video buttons)*/
			
/* ===================================================*/
/*  News Section style (Right column on Content Area) */
/* ===================================================*/
		#content_news {
			width:407px;
			float:right;
		}
		#content_news p{
			margin:0px 0px 15px 10px;
			text-decoration:none;
		}
			.content_news_column1 {text-align:right;vertical-align:top;width:13%;}
			.content_news_column2{text-align:center;vertical-align:top;width:5%;}			
			.content_news_column3 {text-align:left;vertical-align:top;width:82%;}

