@charset "UTF-8";
body  {
	background: #424242;
	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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.twoColFixRtHdr #container {
	width: 960px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header {
	padding: 21px 0px 13px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7E7E7E;
	margin: 0 0 14px 0;
} 
.twoColFixRtHdr #sidebar1 {
	float: right;
	background-image: url(images/text.gif);
	display: block;
	margin:0;
	padding:431px 0 0 0;
	width: 223px;
	height:0 !important;
	overflow:hidden;
	font-size: 0px;
	outline: none;
	zoom:1;	
}
.twoColFixRtHdr #mainContent {
	margin: 0 223px 0 0;
	padding: 0 0 0 0;
	zoom:1;
	width: 718px;
} 
.twoColFixRtHdr #footer { 
	padding: 20px 0px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 14px 0 0 0;
	border-top: 1px solid #7E7E7E;
} 
.twoColFixRtHdr #footer p {
	float: left;
	font-size: 12px;
}
.twoColFixRtHdr #footer a {
	color: #666;
	text-decoration: none;
}
.twoColFixRtHdr #footer a:hover {
	color: #999;
	text-decoration: none;
}
#col1, #col2, #col3 {
	width: 150px;
	color: #666;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#col4 {
	padding: 0 0 0 50px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}
.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;
}
#video {
	border: solid 10px #FA931E;
}

