/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body{
    margin: 0 auto 0 auto;
	font-size:12px;
	font-family:Arial,Helvetica,sans-serif;
	background-image:url(../images/background.jpg);
	/*background-repeat:repeat-x;*/
	background-color:#242424;
	/*width:1000px;*/
	
}
a{
	text-decoration:none;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead {
	margin: 0 auto 0 auto;

	width: 1020px;
	height:auto;
	
}

#left{
	width:21px;
	height:auto;
	margin: 0 auto 0 auto;
	float:left;
	}
/*****************************************************/

#index_top{
	background-image:url(../images/tv_r1_c2.jpg);
	width:999px;
	height:auto;
	margin: 0 auto 0 auto;
	float:right;
	}

#index_logo{
	width:269px;
	height:auto;
	margin: 0 auto 0 auto;
	float:left;
	}

#index_sitemap{
	width:380px;
	height:auto;
	margin: 5px 10px 0 0px;
	float:right;
	color:#999999;
	}
#index_sitemap a{
	color:#999999;
}

#index_serach{
	width:300px;
	height:auto;
	margin: 15px auto 0 50px;
	float:left;
	}
	
#index_ad{
	width:301px;
	height:auto;
	margin: 20px 20px 0 0px;
	float:right;
	}
/****************************************************************/
#index_player{
	width:999px;
	height:auto;
	margin: 0 auto 0 auto;
	float:right;
}
/******************************************************/

#index_button{
	width:999px;
	height:auto;
	margin: 0 auto 0 auto;
	float:right;
}
/***************************************************/
