/* --------------------------------------------------	CSS stylesheet for Along for the Ride----------------------------------------------------- */html, body { height: 100%; }* { margin: 0; padding: 0; }body {	font: 11px arial, helvetica, sans-serif; 	color: #000;	background: #fff;	text-align: center;}h1 {	font: 13px arial, helvetica, sans-serif;	font-weight: bold;	text-align: center;	margin: 20px auto;}h3 {	margin-top: 20px;	font-weight: bold;	font-size: 12px;	color: #000;	border-top: 1px solid #999;	padding-top: 15px;}h4 { 	font-style: italic;	font-size: 11px;	color: #999;	padding-left: 11px;}p {	font: 12px arial, helvetica, sans-serif;	padding-top: 7px;	padding-bottom: 7px;}.small	{ font-family: arial, helvetica, sans-serif; font-size: 10px; color: white;}.big { font-family: arial, helvetica, sans-serif; font-size: 12px; }.center { margin: 0 auto; text-align: center; }.bold { font-weight: bold; }img.center { display: block; margin-bottom: 20px; }.marginTop { margin-top: 20px; }a { text-decoration: none;; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }a:active {  color: #DDD; }a:link {  color: #666; }a:visited {  color: #666; }a:hover {  color: #DDD; }#wrapper {	width: 619px;	margin: 15px auto 20px auto;	text-align: left;}#mainmenu-container {	position: relative;	margin-top: 0;	margin-left: 0;	width: 100px;	height: 25px;	border-right: 1px solid #ddd;	border-bottom: 1px solid #ddd;}#mainmenu {	color: #666;	font-size: 10px;	text-align: center;	line-height: 25px;}#menu {	width: 576px;	height: 126px;	margin: 0 auto;	text-align: center;}	/* ------------------------------------------				Storyline page--------------------------------------------- */#story { 	background: url(../images/storyline_montage.jpg) no-repeat;	width: 619px;	height: 497px;}/* ------------------------------------------				Film Clips page--------------------------------------------- */#clips { 	background: url(../images/film-clips-background.jpg) no-repeat;	width: 640px;	height: 480px;	position: relative;}#video {	position: absolute;	bottom: 0px;	left: 320px;	width: 121px;}#video ul li {	list-style-type: none;	margin: 4px 0;	height: 65px;	width: 121px;	border: 1px solid #000;}
