body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(zetalayout/zetabg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-attachment:fixed;
	
	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;
}

a:link {
color: #ffffff;
text-decoration:none;
}

a:visited {
color: #ffffff;
text-decoration:none;
}

a:active {
text-decoration:none;
}

a:hover {
color: #ffffff;
text-decoration:none;
} 

.twoColFixRtHdr a:hover {
font-weight: bold;
color:#cc9022;
}

.twoColFixRtHdr a:link {
color: #ffffff;
text-decoration: none;
}

.twoColFixRtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
		background-image:url(zetalayout/bg.jpg);
} 
.twoColFixRtHdr #header { 
	height: 163px;
	background-image:url(zetalayout/top.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

#headerIcon {
height: 30px;
margin-top: 10px;
margin-right: 52px;
margin-left: 20px;
float:right;
}

#headerLinks {
font:sans-serif, fantasy, Impact;
color:#FFFFFF;
font-size:12px;
width: 740px;
margin-right: 20px;
height: 25px;
margin-top: 107px;
float:right;

}

/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
	margin-bottom: 20px;
}
/*--Window/Masking Styles--*/
.window {
	height:326px;	width: 580px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	padding: 0px;
	margin: 0px; 
}
.image_reel img {float: left; padding: 0px;
	margin: 0px; }

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 20px; right: -7px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background-image:url(zetalayout/paging_bg.png);
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	background: #000003;
	border: 1px solid #000003;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}

#webisode {
float:left;
margin-left: 1px;
width: 135px;
padding: 2px;
font-size: 0.8em;
font-family: serif,"Times New Roman", Times;
border:thin;
border-color: #000003;
}

#webisode img{
border:1px;
border-color:#000003;
}



.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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 10px;
	background-image:url(zetalayout/news.png);
	background-repeat:repeat;
	color:#FFFFFF;
	border-top-width:thick;
	border-top-color:#FFFFFF;
}



.twoColFixRtHdr #sidebar1 h2{
font-family:"Courier New", Courier, monospace;
font-size: 1.3em;
text-decoration:underline;
border-bottom:medium;
border-bottom-color:#FFFFFF;
}

.twoColFixRtHdr #sidebar1 h3{
font:Arial, Helvetica, sans-serif;
font-size: 0.7em;
}
#mainContent { 
	margin: 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 30px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixRtHdr #videoPlayer{
margin-left: 70px;
margin-right: 70px;
padding-left: 20px;
padding-right: 20px;
background-color: #000002;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;

}

.twoColFixRtHdr #footer { 
	padding: 3px 25px 0 25px; /* this padding matches the left alignment of the elements in the divs that appear above it. */	
	background-image:url(zetalayout/footer_bg.jpg);
	background-repeat:no-repeat;	
	width: 550px;
	height: 35px;
	margin: auto;
        margin-top: 40px;
} 

.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 */
	font-size: 0.6em;
	color:#FFFFFF;
}
.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;
}

#space {
height: 20px;
clear:both;
}
.style2 {color: #ffffff}
.style3 {font-family: sans-serif, fantasy, Impact}
.style7 {
	font-family: sans-serif, fantasy, Impact;
	font-size: 14px;
}
.style8 {
	color: #ffffff;
	font-size: 14px;
}
.style10 {font-size: 14px}
.style11 {
	font-size: 36px;
	font-weight: bold;
}
.style12 {font-size: 18px}
.style14 {
	color: #ffffff;
	font-size: 18px;
}
