@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
.twoColFixRtHdr #container {
	width: 990px; /* 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. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #CCCCCC;
} 
.twoColFixRtHdr #header {
	background-color: #DDDDDD;
	background-image: url(images/FAR-tv-site_01.jpg);
	height: 145px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 20px;
	position: relative;
} 
.twoColFixRtHdr #advertising {
	float: right;
	height: 140px;
	width: 140px;
	text-align: right;
}
.twoColFixRtHdr #logindiv {
	height: 60px;
	width: 250px;
	margin-top: 60px;
	float: left;
	margin-right: 0px;
	margin-left: 550px;
}
.red {
	color: #FF0000;
}
.inputredbox {
	background-color: #FFFFFF;
	border: 1px solid #FF0000;
}
.twoColFixRtHdr #logindiv .inputredbox {
	height: 20px;
	margin: 1px;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}

.twoColFixRtHdr #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: 10px 0;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 125px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-attachment: scroll;
	background-color: #EBEBEB;
	background-image: url(images/FAR-tv-site_05.jpg);
	background-repeat: no-repeat;
	height: 550px;
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.twoColFixRtHdr #mainContent {
	background-color: #CCCCCC;
	margin-top: 0;
	margin-right: 150px;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 5px;
} 
.twoColFixRtHdr #mainContent h1 {
	color: #FF0000;
}
.whiteRedborder {
	border: 1px solid #FF0000;
	background-color: #FFFFFF;
	font-size: 12px;
	margin-right: 5px;
	margin-left: 15px;
	padding-left: 4px;
	padding-right: 4px;
	color: #CC0000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 15px;
}
.whiteRedborder a {
	text-decoration: none;
	color: #F00;
	font-weight: normal;
}
.whiteRedborder a:hover {
	text-decoration: underline;
	color: #000;
	font-weight: normal;
}


.newsticker {
	height: 25px;
	width: 960px;
	background-color: #003399;
	font-size: 14px;
	line-height: 25px;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 20px;
}
.twoColFixRtHdr #player {
	background-attachment: scroll;
	background-repeat: no-repeat;
	width: 820px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: none;
}

.twoColFixRtHdr #flvplayer {
	display:block;
	padding: 0px;
	height: 600px;
	width: 800px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.twoColFixRtHdr #stats {
	width: 840px;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 32px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	clear: both;
}


.twoColFixRtHdr #footer {
	background:#DDDDDD;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
