@charset "UTF-8";body {	font: 90% Arial, Helvetica, sans-serif;	/*background: #303030;*/	background:url(images/bg-casino-chris.jpg) top center #303030;	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */	padding: 0;	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */	color: #000000;}.oneColFixCtr #container {	width: 900px;	/*background: #FFFFFF;*/	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */	/*border: 1px solid #000000;*/	text-align: left; /* this overrides the text-align: center on the body element. */}#theInfo {	width:435px;	float:left;	background-color:#efeeee;	border:#cf484a solid 10px;	margin:105px 0 0 0;	padding:20px 20px 0 20px;	visibility:hidden;	}#theInfo p {	margin:0 0 20px;	padding:0;	}#theInfo a {	color:#cf484a;	font-size:80%;	font-weight:bold;	text-decoration:none;	}.oneColFixCtr #mainContent {	padding: 0;	margin:70px 0 0 0; /* changes here from last version */	width:370px;	float:right;	}#video {	padding:0 0 20px 0;	}#links img {	border:0;	}#selectVid {  /* changes here from last version */	width:336px; /* 370 */	padding-left:34px;	}#selectVid img {  /* changes here from last version */	border:0;	margin-right:1px;	}#selectVid a {	border:0;	}#vid1 {	visibility:visible;	background-color:#cf484a;	padding:10px;	width:350px;	/*height:328px;*/	position:absolute;	}#vid2 {	visibility:hidden;	background-color:#cf484a;	padding:10px;	width:350px;	/*height:328px;*/	position:absolute;	}#vid3 {    /* changes here from last version */	visibility:hidden;	background-color:#cf484a;	padding:10px;	width:350px;	/*height:328px;*/	position:absolute;	}	/* NAVIGATION */#nav {	width:900px;	text-align:right;	float:none;	}#nav img {	border:0;	}#nav ul {	list-style:none;	padding:0;	margin:0;	}#nav li {	float:left;	margin:0;	padding:0;	}#nav li a {	color:#FFF;	text-decoration:none;	display:block;	margin-right:5px;	margin-bottom:15px;	padding:10px 15px;	background:url(images/bg-nav.gif) repeat-x #2d4277;	border:#899bc6 solid 1px;	}#nav li a:hover {	background:url(images/bg-nav-mo.gif) repeat-x #cf484a;	border:#ecc0c1 solid 1px;	}/* END NAVIGATION */	