body {
	background-color: #60607E;
}

#main {
	background-color: #60607E;
	width: 715px;
	/*width: expression(isIE ? "775px" : "715px");*/
	margin: 0px auto 0px auto;
	padding: 30px;
}

#content {
	background-color: #6F6F92;
	padding: 10px 22px 22px 22px;
	
}

#primarynav {
	margin-top: 10px;
}

#masthead td {
	background-color: #6F6F92;

}
img.episode {
	margin-right: 5px;
}

img.nav {
	border-top: 2px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

img.navright {
	border-top: 2px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

td.map {
	background-image:url(../images/main/map.jpg);
}


p, td, ul, ol, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #FFFFFF;
}


.footer p {
	font-size: 9px;
	line-height: 11px;
	font-weight: normal;
	text-align: right;
}

.maplayer {
	position: absolute;
	top: 200px; /* IE5Mac value */
	/* hide from IE5Mac hack \*/
		top: 192px;
		top: expression(isIE ? "-73px" : "-70px");
	/* end mac IE5 hack */

	top: expression(isIE ? "199px" : "192px");
	width: 715px;
	margin: 0px auto 0px auto;
	height: 272px;
	z-index: 3;
	
}



