* { margin: 0; padding: 0; border: none; }
body {
	background: #242935 repeat url('../images/layout/bkg.gif');
	text-align: center;
	font: 10pt 'Tahoma', 'Arial', serif;
	color: #95b3d4;
}
#main {
	margin: 0 auto;
	width: 910px;
}

	#logoBar { width: 910px; height: 70px; 
		text-align: left;
		position: relative;
	}
		#logo { width: 259px; height: 39px; 
			position: absolute;
				top: 22px;
				left: 75px;
		}



	#inner {

		width: 910px; height: 540px; 
		border: 1px solid #242935;
		background: repeat-x url('../images/layout/content_bkg.gif');

	}
		#menuBar { width: 910px; height: 60px;
			position: relative;
		}
			#menu { width: 700px; height: 60px;
				position: absolute;
					top: 0px;
					left: 20px;

				background: no-repeat url('../images/layout/menu_bkg.gif'); /* for lightbox disabled flashes */
			}


			#nav { width: 120px; height: 40px;
				position: absolute;
					top: 15px;
					right: 30px;
				/* can't lightbox background here :( */
				/* background: no-repeat url('../images/layout/nav_bkg.gif'); /* for lightbox disabled flashes */
			}

		#upperContent {
			width: 910px; height: 220px;
			text-align: center;
		}

		#lowerContent {
			width: 910px; height: 220px;
			/* position: relative; */
			text-align: center;
		}
			#lowerMenu { width: 640px; height: 185px;
				position: absolute;
					top: 0px;
					left: 25px;
			}

			#address { width: 170px;
				position: absolute;
					top: 24px;
					right: 25px;

				text-align: left;
				/* border: 1px solid #fff; */
			}

			#movie { width: 870px; height: 220px; 
/*				position: absolute;
					top: 0px;
					left: 5px;
*/
				margin: 0 auto;
			}

		#bigcontent { text-align: left;
		}

			#nameimg {
				/* width: 147px; */
				height: 36px;

				margin: 15px 0 8px 60px;
			}
			#fla {
				text-align: center;
				background-color: #242933;
			}
				/* for lightbox disabled flashes */
				#fla.ref {
					background: #242933 no-repeat url('../images/layout/references_bkg.jpg');
					background-position: center center;
				}

	#footer { 
		width: 910px;
	}
		#footer img { margin: 10px 5px; }

/* ## TYPOGRAPHY */
p { 
	font-size: 8pt;
	margin-bottom: 1em;
	line-height: 1.6em;
}
p.clean { margin: 0; }
a, a:link, a:visited { 
	color: #bbb;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

