body{
	margin:0;
	font-size:small;
	padding:0 0 0 0;
}

div#nav{
	position:absolute;
	top:0;
	left:0;
	height:66px;
	white-space:nowrap;
	width:100%;
}

#content{
	margin-top:120px;
}

.aboutheader{
	font-size:120%;
	font-weight:bold;
}

.aboutbody{
	margin-left:12px;
}

div#footer{
	position:absolute;
	bottom:0;
	left: 0;
	width:100%;
	height:42px;
	color:#fff;
	line-height:190%;
	font-size:x-small;
}
@media screen{
	body>div#nav{
		position:fixed;
		z-index:12;
	}
	body>div#footer{
		position:fixed;
		z-index:13;
	}
}

* html #menuandtitle{
	position:absolute;
	top:0;
	left:97px;
	white-space:nowrap;
}

#logo{
	display:inline;
	padding:0;
	margin:0 -3px 0 0;
}
html>body #logo{
	display:block;
	float:left;
	width:97px;
	height:66px;
	margin:0;
}

#nav #menuandtitle{
	display:inline;
	white-space:nowrap;
}

#nav #menu{
	background-color:#999;
	height:18px;
	white-space:nowrap;
}

#menu ul{
	display:inline;
	white-space:nowrap;
	list-style:none;
	margin:0;
	padding:0;
	height:18px;
}
html>body #menu ul{
	position:absolute;
	top:0;
	left:97px;
	white-space:nowrap;
}

#nav #menu ul li{
	display:inline;
	margin:0;
	height:18px;
	padding:0;
}

#nav .texttitle,
#nav .soundtitle,
#nav .illustrationtitle,
#nav .interactivetitle,
#nav .photographytitle,
#nav .videotitle,
#nav .aboutustitle,
#nav .generaltitle{
	white-space:nowrap;
	display:block;
	height:56px;
	width:auto;
}

#nav .texttitle img,
#nav .soundtitle img,
#nav .illustrationtitle img,
#nav .interactivetitle img,
#nav .photographytitle img,
#nav .videotitle img,
#nav .aboutustitle img,
#nav .aboutdonatetitle img{
	position:relative;
	left:97px;
	margin:0;
}

.texttitle{
	background-image:url(/global/images/texttitlebg.gif);
}
.videotitle{
	background-image:url(/global/images/videotitlebg.gif);
}
.photographytitle{
	background-image:url(/global/images/photographytitlebg.gif);
}
.soundtitle{
	background-image:url(/global/images/soundtitlebg.gif);
}
.aboutustitle{
	background-image:url(/global/images/aboutustitlebg.gif);
}
.aboutdonatetitle{
	background-image:url(/global/images/aboutdonatetitlebg.gif);
}
.illustrationtitle{
	background-image:url(/global/images/illustrationtitlebg.gif);
}
.interactivetitle{
	background-image:url(/global/images/interactivetitlebg.gif);
}

.storybody{
	width:450px;
	margin:64px 0 0 195px;
	padding: 0 0 36px 0;
	font-size:90%;
	line-height:120%;
	color:#444;
}

.storybody ul{
	margin-left:0;
	font-size:x-small;
}

#footer {
	width:100%;
	font-size:x-small;
	line-height:12px;
	font-weight:bold;
	height:42px;
	white-space:nowrap;
	overflow:hidden;
}

#issuenav{
	width:780px;
	margin:0;
	height:12px;
}

#issuenav ul{
	padding:0;
	margin:10px 0 0 5px;
	list-style:none;
	height:12px;
}
html>body #issuenav ul{
	margin:10px 0 0 4px;
}

#issuenav ul li{
	margin:0 0 0 -4px;
	padding:0;
	display:inline;
	float:left;
	width:auto;
	line-height:100%;
}
html>body #issuenav ul li{
	display:block;
	margin-left:2px;
}

#issuenav ul li img{
	display:block;
}

#truefooter{
	height:23px;
	background-color:#666;
	font-size:9px;
}

