@charset "UTF-8";
body {
	font: 100% Helvetica, Verdana, Arial, sans-serif;
	background: #000000;
	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: #333333;/*background-image:url('images/suus.jpg');*/
}
a:link {
	color: #92000A;
	text-decoration: underline;
}
a:visited {
	color: #92000A;
	text-decoration: underline;
}
a:hover {
	color: #DDDDDD;
	background-color: #92000A;
	text-decoration: none;
}
a:active {
	color: #DDDDDD;
	text-decoration: none;
}
.h1navbar {
	/*font:100% Helvetica, Verdana, Arial, sans-serif;*/
	margin:0;
	font-size: x-large;
	font-weight:bold;
	color:#92000A;
	display: inline;
	padding: 0 25px;
}
.texxt {
	font-size:small;
	padding-left:25px;
	padding-right:25px;
}


.txtplyr {
	
	font-size:small;
	
	
	margin-left:25px;
	margin-right:25px;
}



.txt {
	font-size:small;
	
}

.bar {background-image:url('../images/bar.gif');
background-repeat:repeat-x;
}

.italic {
	font-style:italic;
}
.txtexsmall {
	font-size:xx-small;
}
.red {
	color:#92000A;
	font-weight:bold;
	font-size:medium;
}
.redOnly {
	color:#92000A;
	
}
.fixHeight {
	height:500px;
}
.fontLarge {
	padding-top:10px;
	font-size:x-large;
	font-weight:bold;
}
.blackBar {
	background: #000000;
	height:25px;
	padding: 0;
	margin:0;
}
.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #EEEEEE;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	/*background: #000000;*/
	padding-top:0px;
	background-color:#000000;
	margin: 0px;
	height:100px;
}
.oneColFixCtrHdr #headerFoto {
	/*background: #000000;*/
	padding-top:0px;
	background-color:#000000;
	margin: 0;
	height:200px;
	width:800px;
}
.oneColFixCtrHdr #headerFotoR {
	float:right;
	width:490px;
	background-color:#00FF00;
	padding-top:0px;
	margin: 0;
	height:245px;
}
.oneColFixCtrHdr #trailer {
	padding-top:0px;
	background-color:#92000A;
	margin: 0;
}
.oneColFixCtrHdr #menuBar {
	font: 100% Helvetica, Verdana, Arial, sans-serif;
	font-size:medium;
	font-style: normal;
	font-weight: normal;
	color: #92000A;
	background-color: #000000;
	/*margin:0;*/
	border: 0px solid;
	border-color: #f0f0f0 #909090 #909090 #f0f0f0;
	padding-left: 25px;
	height:25px;
	margin:0;
	text-align: left;/*padding: 0 20px;*/
}
.oneColFixCtrHdr #menuBar a.menuButton {
	background-color: #000000;
	color: #EEEEEE;
	cursor: pointer;
	padding: 4px 14px 3px 0px;
	position: relative;
	text-decoration: none;
	top: 4px;
	z-index: 100;
}
.oneColFixCtrHdr #menuBar a.menuButtonActive {
background-color:#000000;
	color: #92000A;
	cursor: pointer;
	padding: 4px 14px 3px 0px;
	position: relative;
	text-decoration: none;
	top: 4px;
	z-index: 100;
}
.oneColFixCtrHdr #menuBar a.menuButton:hover {
	background-color:#000000;
	color: #92000A;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding-left: 25px;
	font-size:36px;
	color:#92000A;
}
.oneColFixCtrHdr #header p {
	color:#000000;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding-left: 25px;
	font-size:small;
}
.oneColFixCtrHdr #mainContent {
	
	border:0px;
}
.oneColFixCtrHdr #mainContent p {
	font-size:small;
	padding-left:25px;
	padding-right:25px;
	
}
.oneColFixCtrHdr #mainContent h3 {
	padding-left:25px;
	padding-right:25px;
	font-size:medium;
	font-weight:bold;
	color:#92000A;
}
.oneColFixCtrHdr #mainContentL {
	width:450px;
	padding-top:10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #EEEEEE;
}
.oneColFixCtrHdr #mainContentL p {
	font-size:medium;
	padding: 0 20px;
}
.oneColFixCtrHdr #mainContentR {
	float:right;
	top: 300px;
	width:490px;
	padding-top:10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #EEAAEE;
}
.oneColFixCtrHdr #mainContentR p {
	font-size:medium;
	padding: 0 20px;
}
.oneColFixCtrHdr #facebook {
	float:right;
	margin-top:60px;
	width:80px;
	background-color: #000000;
}

.oneColFixCtrHdr #awards {
	float:right;
	margin-top:0px;
	width:212px;
	background-color:#00FF00;
}
.oneColFixCtrHdr #footer {

	padding-left:25px;
	
	padding-top:0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
	font-size:x-small;
	letter-spacing:0px;
	color:#333333;
	margin: 0px;
	
	
	
	
}
.oneColFixCtrHdr #footer p {
background-color:#000000;
padding-top:0px;
padding-bottom:0px;
margin:0;

	
	
}
.oneColFixCtrHdr #MainUpper {
	padding-top:10px;
	font-size:medium;
	width:800px;
}
.oneColFixCtrHdr #onder {
}
.oneColFixCtrHdr #midden {
	padding: 0 0px; 
	background: #FFFF00;
}




/*.txtheader {position:absolute; margin-left:25px; margin-top:15px; color: #EEEEEE; text-decoration:none}*/


.oneColFixCtrHdr #txtheader {
	position:absolute;
	margin-left:25px;
	margin-top:0px;
	
	
}
.oneColFixCtrHdr #txtheader a.menuButton {
	color: #EEEEEE;
	text-decoration:none;
	background-color:#000000;
	cursor: pointer;
}
.oneColFixCtrHdr #txtheader a.menuButtonActive {
background-color:#000000;
	color: #92000A;
	cursor: pointer;
	padding: 4px 14px 3px 0px;
	position: relative;
	text-decoration: none;
	top: 4px;
	z-index: 100;
}
.oneColFixCtrHdr #txtheader a.menuButton:hover {
	background-color:#000000;
	color: #92000A;
}