body {
	background-image: url(images/bkg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-attachment:fixed;
	background-color: #ffd600;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	color: black;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

td {
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #ffcc00;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #ffe600;
}

#content {
	width: 100%;
}

.logobkg {
	height: 122px;
	width: 368px;
	background-repeat: no-repeat;
	background-image: url(images/header_logo_bkg.jpg);
}

.main_block {
	width: 673px;
}

.community_block {
	padding-bottom: 35px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 12px;
	color: white;
	padding-top: 35px;
	background-color: #5c0fc6;
	width: 673px;
}

.ad_block {
	background-color: #1f1f1f;
	background-image: url(images/grey.jpg);
	background-repeat: repeat-y;
	width: 297px;
}

#yoteach {
	position: absolute;
	z-index: 5;
	width: 357px;
}

#headernav {
	position: relative;
	z-index: 0;
	width: 970px;
}

#main_player {
	position: relative;
	z-index: 0;
	width: 673px;
	height:312px;
}

#main_player #no_flash {
	padding-top: 130px;
	padding-left: 75px;
	color: white;
	background-repeat: no-repeat;
	background-image: url(images/main_player_bkg.jpg);
	width: 673px;
	height:312px;
}

#videos_player {
	position: relative;
	z-index: 0;
	width: 673px;
	height: 593px;
}

#videos_player #no_flash {
	padding-top: 190px;
	color: white;
	background-repeat: no-repeat;
	background-image: url(images/videos_player_bkg.jpg);
	width: 673px;
	height: 593px;
}

#about_flash {
	position: relative;
	z-index: 0;
	width: 673px;
	height: 593px;
}

#about_flash #no_flash {
	padding-top: 190px;
	color: white;
	background-repeat: no-repeat;
	background-image: url(images/about_bkg.jpg);
	width: 673px;
	height: 593px;
}

#photos_flash {
	position: relative;
	z-index: 0;
	width: 673px;
	height: 593px;
}

#photos_flash #no_flash {
	padding-top: 190px;
	color: white;
	background-repeat: no-repeat;
	background-image: url(images/photos_bkg.jpg);
	width: 673px;
	height: 593px;
}

#morelink {
	padding-right: 18px;
}

#featured_videos {
	padding-top: 40px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	color: #c2b9d1;
	font-size: 11px;
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: url(images/main_videos_bkg.gif);
	width: 50%;
	height:142px;
}

#featured_photos {
	padding-top: 40px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	color: #c2b9d1;
	font-size: 11px;
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: url(images/main_photos_bkg.gif);
	width: 50%;
	height:142px;
}

#featured_onthenext {
	padding-top: 70px;
	padding-left: 18px;
	padding-right: 18px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	font-size: 11px;
	color: #c2b9d1;
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: url(images/main_onthenext_bkg.gif);
	width: 50%;
	height: 139px;
}

#featured_owntheshow {
	padding-top: 70px;
	padding-left: 18px;
	padding-right: 18px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	font-size: 12px;
	color: #c2b9d1;
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: url(images/main_owntheshow_bkg.gif);
	width: 50%;
	height: 139px;
}

#thumbnails {
	display: block;
	position: relative;
/*	margin-left: -34px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	width: 313px;*/
}

#thumbnails li {
	list-style-type: none;
	margin:0 0 0 7px;
	float: left;
}

#thumbnails li a {
	text-decoration: none;
	font-weight: bold;
	color: #c2b9d1;
}

#thumbnails li a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

#thumbnails li:hover #playbutton{
	display:inline;
}

#playbutton {
	display:none;
	margin:0;
	position:absolute;
	z-index:2;
}

#thumb {
	position:relative;
	z-index:0;
}


	table, tr, td, tbody{
		margin:0;
		padding:0;
		vertical-align:top;
	}


