
body{
	font:70% verdana;
}
/* Layout styles */
#mainlayout {
	width:100%;
}

#header {
}

/* Primary navigation */

#primarynav {
	position:absolute;
	left:-1300px;
}

/* Secondary navigation */
#secondarynav {
	position:absolute;
	left:-1300px;
}

/* Content area */
#content {
	width:100%;
}


/* Footer area */
#footer {
}
#footer ul {
	position:absolute;
	left:-1300px;
}

/* Redefining html tags */
h1 {
}
h2 {

}
h3 {
}
h4 {
}

table {
	font-size:1em;
}
/* h2 title images */

.h2-ep2 {
	background:url(../img/h2-episode2.gif) no-repeat top right;
}


/* Additional classes */
.backtotop {
	visibility:hidden;
}