@import url("/css/tvacom_unversal.css");
@import url("/css/antiscreen.css") handheld; 
/*@import url("/css/antiscreen.css") only screen and
(max-device-width:480px);*/


/*This file contains layout divs for the primary tva.com template. Text, banner, and other styles are imported in the file above.... updated march 2007*/


/*---------------------------------------------layout div IDs---------------------------------------------*/
div#wrapper1{
	width: 758px;
	position: relative;
	background: #FFFFFF;
	margin: 0px;
	clear: both;
}

div#wrapper2{
	width: 758px;
	top: 84px;
}

div#topbanner{
	clear: both;
	width: 758px;
	height: 84px;
}

div#navcolumn_shell{
	width: 135px;
	float: left;
}

div#navcolumn{
	float: left;
	margin-top: 60px;
	padding-left: 0px;
	padding-right: 4px;
	margin-left: 5px;
}

div#widecolumn {
	float: left;
	width: 618px;
	position: relative;
}
div#maincolumn_shell{
	width: 468px;
	float: left;
	padding-bottom: 24px;
}

div#maincolumn{
	float: left;
	margin-top: 24px;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 12px;
}
div#mobile{
	float: left;
	width: 575;
	top: auto;
	
}

div#sidebarcolumn{
	margin-top: 60px;
	padding-left: 2px;
	padding-right: 3px;
	float: right;
}

div#footer_shell{
	width: 758px;
	clear: both;
	height: 50px;
	position: relative;
}

div#footer{
	clear: both;
	position: relative;
	width: 758px;
	float: left;
	margin: 0px;
	padding: 0px;
	height: 46px;
	line-height: .7em;
}

div#future3 {
	display: none;
}
div#future2 {
	display: none;
}
div#future1 {
	display: none;
}

