BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	margin: 0px;
}
DIV.header {
	position: absolute;
	width: 100%;
	height: 185px;
	left: 0px;
	top: -1px;
	border: none;
	z-index: 0;
	visibility: visible;
	overflow: hidden;
}
DIV.content {
	margin-top: 1em;
	margin-left: 2em;
	margin-bottom: 161px;
}
DIV.episodes {
	position: relative;
	right: 0px;
	text-align: left;
	margin-bottom: 1em;
	width: 90%;
}
DIV.header_l {
	position: relative;
	left: 24px;
	top: 0px;
	z-index:2;
	width: 231px;
	height: 191px;
	background: expression(navigator.userAgent.toLowerCase\(\).indexOf\('msie'\) != -1 \&\& navigator.userAgent.toLowerCase\(\).indexOf\('opera'\) == -1 \? 'none' : '');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/header_l.png', sizingMethod='scale');
	background-image: url(../img/header_l.png);
}
DIV.header_snowbow {
	position: absolute;
	left: 143px;
	top: 65px;
	width: 267px;
	height: 40px;
	z-index:3;
	background: expression(navigator.userAgent.toLowerCase\(\).indexOf\('msie'\) != -1 \&\& navigator.userAgent.toLowerCase\(\).indexOf\('opera'\) == -1 ? 'none' : '');
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/snowbow.png', sizingMethod='scale');
	background-image: url(../img/snowbow.png);
}
DIV.ship {
/*	background: expression(navigator.userAgent.toLowerCase\(\).indexOf\('msie'\) != -1 \&\& navigator.userAgent.toLowerCase\(\).indexOf\('opera'\) == -1 ? 'none' : '');
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/ship.png', sizingMethod='scale');*/
	background-image: url(../img/ship.png);
	background-repeat: no-repeat;
	background: expression(navigator.userAgent.toLowerCase\(\).indexOf\('msie'\) != -1 \&\& navigator.userAgent.toLowerCase\(\).indexOf\('opera'\) == -1 ? 'none' : '');
}
IMG.ship {
	visibility: hidden;
	visibility: expression(navigator.userAgent.toLowerCase\(\).indexOf\('msie'\) != -1 \&\& navigator.userAgent.toLowerCase\(\).indexOf\('opera'\) == -1 ? 'visible' : 'hidden');
}
DIV.in_episodes {
	padding: 1.2em;
	padding-top: 1em;
}
DIV.episodes_h {
	position: relative;
	margin-left: 5%;
	margin-bottom: -5px;
	width: 212px;
	height: 39px;
	z-index: 2;
	background: expression(navigator.userAgent.toLowerCase\(\).indexOf\('msie'\) != -1 \&\& navigator.userAgent.toLowerCase\(\).indexOf\('opera'\) == -1 ? 'none' : '');
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bag.png', sizingMethod='scale');
	background-image: url(../img/bag.png);
	background-repeat: no-repeat;
}
DIV.description {
	margin-right: 1em;
	text-align: justify;
}
DIV.copyright {
	position: relative;
	color: #FFFFFF;
	top: 15px;
	right: 22px;
}
TD.footer {
	height: 89px;
	background-image: url(../img/footer_bg.png);
	background-attachment: scroll;
	background-position: bottom;
	background-repeat: repeat-x;
}
TD.content {
	background-image: url(../img/footer_l.png);
	background-attachment: scroll;
	background-position: left bottom;
	background-repeat: no-repeat;
}
DIV.footer_l {
	position: absolute;
	width: 181px;
	height: 234px;
	left: 24px;
	bottom: 0px;
	border: none;
	z-index: 1;
	visibility: visible;
	overflow: hidden;
}
DIV.cover {
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: -2px;
}
.corners .tl {
	background-position: left top;
	left: -1px;
	top: -1px;
	display: block;
	z-index: 1;
	background-repeat: no-repeat;
	position: relative;
}
.corners .tr {
	background-position: right top;
	left: 2px;
	top: 0px;
	display: block;
	z-index: 1;
	background-repeat: no-repeat;
	position: relative;
}
.corners .bl {
	background-position: left bottom;
	left: -2px;
	bottom: -2px;
	display: block;
	z-index: 1;
	background-repeat: no-repeat;
	position: relative;
}
.corners .br {
	background-position: right bottom;
	left: 2px;
	display: block;
	z-index: 1;
	background-repeat: no-repeat;
	position: relative;
}
.rounded {
	background-color: #FFFFFF;
	width: 100%;
}
.rounded .corners {
	border: 1px solid #96C9F5;
	width: 93%;
}
.rounded .corners .tl {
	background-image: url(../img/c_tl.png);
}
.rounded .corners .tr {
	background-image: url(../img/c_tr.png);
}
.rounded .corners .bl {
	background-image: url(../img/c_bl.png);
}
.rounded .corners .br {
	background-image: url(../img/c_br.png);
}
TD.header {
	background-image: url(../img/header_bg.png);
	background-attachment: scroll;
	background-repeat: repeat-x;
}
TD.header_l {
	background-image: url(../img/header_bg_l.png);
	background-attachment: scroll;
	background-repeat: repeat-x;
}
IMG.icon {
	vertical-align: middle;
	border: none;
}
A.switchLink:link {
	color: #000000;
}
A.switchLink:visited {
	color: #000000;
}
h1 {
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #79B7EB;
	margin-left: 0.2em;
	margin-bottom: 18px;
	margin-top: 22px;
}
hr {
	width: 90%;
	height: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #96C9F5;
	background-color: #96C9F5;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
}