@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	background-color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
	}
.twoColFixRtHdr #container {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
.twoColFixRtHdr #wrapper_header {
	height: 150px;
	background-image: none;
	background-repeat: repeat-x;
	background-position: 0 0;
}
.twoColFixRtHdr #header {
	height: 150px;
	padding-top: 0;
	padding-bottom: 0;
	
	background-repeat: no-repeat;
	background-position: center;
}
.twoColFixRtHdr #header_inner {
	overflow: hidden;
	position: relative;
	background-image: url(../images/words.png);
	background-repeat: no-repeat;
	background-position: right center;
	border-bottom-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 150px;
	}
.twoColFixRtHdr #headertv_inner {
	overflow: hidden;
	position: relative;
	width: 250px;
	background-repeat: no-repeat;
	background-position: right center;
	border-bottom-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 150px;
	}
.twoColFixRtHdr #header h1 {
	margin: 0;
	background-image: url(../images/@nswis_logo.png);
	background-repeat: no-repeat;
	height: 150px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	border-bottom-style: none;
	width: 250px;
}
.twoColFixRtHdr #headertv h1 {
	margin: 0;
	background-image: url(../images/nswistv_logo.png);
	background-repeat: no-repeat;
	height: 150px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	border-bottom-style: none;
}
.twoColFixRtHdr #headertv h2 {
	height: 140px;
	overflow: hidden;
	padding-top: 30px;
	position: absolute;
	right: 400px;
	top: 55px;
	width: 110px;
	background-image: url(../images/nswistv_aboutus_sml.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.twoColFixRtHdr #headertv h3 {
	height: 140px;
	overflow: hidden;
	padding-top: 30px;
	position: absolute;
	right: 250px;
	top: 55px;
	width: 110px;
	background-image: url(../images/nswistv_features.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.twoColFixRtHdr #headertv h4 {
	height: 140px;
	overflow: hidden;
	padding-top: 30px;
	position: absolute;
	right: 100px;
	top: 55px;
	width: 110px;
	background-image: url(../images/nswistv_events.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.twoColFixRtHdr #rightSide {
	width: 120px;
	background-color: #333;
	padding-right: 20px;
	padding-bottom: 0px;
	margin-left: 40px;
	float: right;
	padding-left: 5px;
}
.twoColFixRtHdr #rightSideindex {
	width: 118px;
	background-color: #333;
	padding-right: 10px;
	padding-bottom: 0px;
	margin-left: 19px;
	float: right;
	padding-left: 5px;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	font-size: 90%;
	padding-right: 10px;
	padding-left: 10px;
}

.twoColFixRtHdr a img {
	border: none;
}
.twoColFixRtHdr #recentEps {
	background-repeat: no-repeat;
	padding-top: 0;
	padding-bottom: 0;
	height: 130px;
	background-image: url(../images/blue_bg_w_login.jpg);
}

.twoColFixRtHdr #footer {
	background-color: #BAD53E;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	width: 720px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 60%;
	color: #000;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.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;
}
.twoColFixRtHdr #footer_container {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #333;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
}
.twoColFixRtHdr #footer_bottom-left {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-size: 9px;
}
.twoColFixRtHdr #footercolumn {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-weight: bold;
}
.twoColFixRtHdr #recentEpsinside {
	background-image: url(../images/episode_bg.png);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-bottom: 0;
	height: 130px;
}
