html, body {
	background-color: 		#FFFFFF;
	font-family: 				Trebuchet MS;
	font-size: 					12px;
	margin:						0px;
	padding:						0px;
}

#container {
	width:						100%;
}

#xmasframe {
	width:						inherit;
	height:						700px;
	background-image:			url('./img/tablebg.png');
	background-repeat:		repeat-x;
	background-position:		left center;
}

#xmasframe .topbar {
	height:						50px;
	background-image:			url('./img/topbar.png');
	background-repeat:		repeat-x;
	clear:						both;
}

#xmasframe .bottombar {
	height:						50px;
	background-image:			url('./img/bottombar.png');
	background-repeat:		repeat-x;
	clear:						both;
}

#flashcontent {
	width:						800px;
	height:						450px;
	margin-left:				auto;
	margin-right:				auto;
	margin-top:					75px;
	margin-bottom:				75px;
}

.viewtable {
	width:						800px;
	height:						600px;
	margin-left:				auto;
	margin-right:				auto;
}

.viewtable tr {
	height:						170px;
	text-align:					center;
}

.viewtable tr.videorow {
	height:						240px;
}

.viewtable .videorow .vidtext {
	width:						480px;
}

.viewtable .videorow .vidbox {
	width:						320px;
}

#vnm {
	width:						1000px;
	margin-left:				auto;
	margin-right:				auto;
	color: 						#47BAEB;
	text-align:					right;
}

/* ELEMENT DEFINITIONS */

a:link, a:visited {
	color: 						#47BAEB;
	text-decoration: 			underline;
}

a:hover {
	color:						#1693C7;
	text-decoration: 			underline;
}