
/*******************************************************
TITLE: Fixed One-Column Layout (Basic) V1.1
DATE: 20070824
AUTHOR: The CSS Tinderbox - http://www.csstinderbox.com
*******************************************************/
html { overflow: -moz-scrollbars-vertical; }
html { overflow-x: auto; }

body {
	margin: 0em;
	padding: 0;
	height: 100%;
	color: #c9c9c9;
	text-align: center;
	background: #54595d url(../images/mg_bg.jpg) repeat-y 50%;
	font: 11px/1.3em Arial, Helvetica, sans-serif;
}

a {
	color: #ff3834;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
}

p {
	margin: 6px 0;
}

blockquote {
	margin: 16px;
	padding: 8px;
	background-color: #eeeeee;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

blockquote p {
	margin: .2em;
}

ul {
	list-style-type: disc;
}

li {
	list-style-type: none;
	margin: 5px 0 10px 25px;
}

#player {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 500;
	width: 100%;
	height: 70px;
	background: #0f0f0f;
	color: #fff;
	padding: 0;
	border-top: 2px solid #54595d;
	text-align: center;
	border-bottom: 2px solid #7b7b7b;
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	float: left;
	display: inline;
}

#player embed {
	
}

#player h1 {
	font-size: 10px;
	margin-top: 12px;
	margin-bottom: 13px;
}

#centerColumn {
	margin: 0 auto;
	width: 694px;
	text-align: left;
	vertical-align: middle;
	background-color: #0f0f0f;
	border: 0px solid #cccccc;
}

#centerColumn p {
	
}

#centerColumn h2 {
	
}

#header {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 193px;
	width: 100%;
	background-color: #ccc;
	background-image: url(../images/headernav.jpg);
}

#header h1 {
	margin: 0 0 -8px 0;
	padding: 16px 0 0 24px;
	font-size: 1.7em;
	letter-spacing: .1em;
}

#header h2 {
	margin: 0 0 0 0;
	padding: 16px 0 0 24px;
	font-size: .9em;
	font-weight: lighter;
	letter-spacing: .1em;
}

#homeimage {
	margin: 10px 10px 10px 16px;
}

/* @group skyline */

#skyline {
	width: 110px;
	height: 139px;
	padding: 0;
	position: relative;
	margin-right: auto;
	margin: 0;
	top: 48px;
	left: 580px;
	background: url(../images/headernav.jpg) no-repeat -580px -48px;
}

#skyline li {
	margin: 0 0 5px;
	padding: 0;
	list-style: none;
	top: 0;
	border-style: solid;
	border-width: 0px;
}

#skyline li, #skyline a {
	height: 16px;
	display: block;
	top: 6px;
}

#panel1b {
	width: 86px;
}

#panel2b {
	width: 101px;
}

#panel3b {
	

/*

border: 1px solid yellow;*/
	width: 56px;
}

#panel4b {
	width: 103px;
}

#panel5b {
	width: 74px;
}

#panel1b a:hover {
	background: url(../images/headernav.jpg) no-repeat -580px -244px;
}

#panel2b a:hover {
	background: url(../images/headernav.jpg) no-repeat -580px -265px;
}

#panel3b a:hover {
	background: url(../images/headernav.jpg) no-repeat -580px -286px;
}

#panel4b a:hover {
	background: url(../images/headernav.jpg) no-repeat -580px -307px;
}

#panel5b a:hover {
	background: url(../images/headernav.jpg) no-repeat -580px -328px;
}

/* @end */

#content {
	margin: 20px;
	left: 37px;
	position: relative;
}

#content p {
	margin: 0;
	padding: 10px 0;
	width: 550px;
}

#content h1 {
	font-weight: bold;
	font-size: 14px;
	color: white;
	margin-bottom: 20px;
}

#content h2 {
	font-weight: bold;
	font-size: 11px;
	color: white;
	margin-top: 10px;
}

#content table td {
	padding-bottom: 4px;
	border-bottom: 1px solid #1a1a1a;
	padding-top: 4px;
}

#firstrow {
	font-weight: bold;
	font-size: .9em;
}

#filmdiv {
	/*background-color: gray;*/
	height: 155px;
	margin-bottom: 10px;
	margin-top: 10px;
	border-bottom: 1px solid #1a1a1a;
	width: 600px;
}

#filmdiv img {
	float: left;
	margin-right: 15px;
	border: 1px solid #202020;
}

#filmdiv h1 {
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 10px;
	padding: 0;
}
#filmdiv h2 {
	font-size: 11px;
	font-weight: normal;
	margin: -7px 0 15px;
	padding: 0;
	color: #b3b3b3;
}

#filmdiv p {
	margin: 0;
	padding: 0;
}

#fauxRightColumn {
	position: relative;
	float: right;
	margin: .5em 0 0 .5em;
	padding: 0 .7em .25em .7em;
	width: 11em;
	font-size: .9em;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

#fauxRightColumn h2 {
	font-size: .9em;
}

#nav ul {
	margin: 0;
	list-style: none;
}

#nav li {
	margin: 0 0 8px 0;
	list-style: none;
}

#nav li a {
	text-decoration: underline;
}

#nav li a:hover {
	text-decoration: none;
}

#footer {
	position: relative;
	bottom: 0;
	margin: 80px 0 0 0;
	padding: 0;
	height: 120px;
	line-height: 20px;
	text-align: center;
	font-size: .8em;
	left: 0;
}
a.yellow {
	color:#FF0;
}