* {
	margin: 0;
	padding: 0;
}

body, html {
	height: 100%;
	font-family: trajan pro;
	font-size: 12px;
	background-color: #000000;
	background-image: url(images/bgpluswhite.jpg);
	background-position: center top;
	background-repeat: repeat-y;
}

#container {
	min-height: 100%;
	height: 100%;
	height: auto;
	width: 960px;
	margin: 0 auto -67px;
}

hr {
	width: 88%;
	margin: 0 auto;
}

/* header */
#header {
	width: 960px;
	height: 232px;
}
.headerhome {
	background-image: url(images/headerhome.jpg);
}
.headerbio {
	background-image: url(images/headerbio.jpg);
}
.headerworks {
	background-image: url(images/headerworks.jpg);
}
.headerghibli {
	background-image: url(images/headerghibli.jpg);
}
.headertai {
	background-image: url(images/headertai.jpg);
}
.headerworld {
	background-image: url(images/headerworld.jpg);
}
.headerref {
	background-image: url(images/headerref.jpg);
}
#header h1 {
	text-indent: -9999px;
	padding: 30px 0 0 100px;
}
#header h1 a {
	display: block;
	width: 750px;
	height: 180px;
}

/* nav section */
#nav {
	width: 960px;
	font-size: 16px;
	line-height: 17px;
}
#nav a:link, #nav a:visited {
	color: #000000;
	text-decoration: none;
}
#nav a:hover, #nav a:active {
	color: #FF0000;
	text-decoration: none;
}
#nav ul {
	margin: 7px 0 49px 90px;
	font-weight: bold;
}
#nav ul li {
	display: inline;
}
#nav ul li.home {
	display: block;
	float: left;
	margin: 9px 24px 9px 7px;
}
#nav ul li.bio {
	display: block;
	float: left;
	margin: 9px 24px;
}
#nav ul li.works {
	display: block;
	float: left;
	margin: 9px 20px;
}
#nav ul li.ghibli {
	display: block;
	float: left;
	width: 30px;
	margin: 0 34px 0 27px;
	text-align: center;
}
#nav ul li.tai {
	display: block;
	float: left;
	width: 150px;
	margin: 6px 0 0 40px;
	text-align: center;
	line-height: 8px;
}
#nav ul li.world {
	display: block;
	float: left;
	width: 130px;
	margin: 0 0 0 30px;
	text-align: center;
}

/* page titles */
#title {
	width: 960px;
	height: 78px;
}
#title h2 {
	text-indent: -9999px;
}
.titlehome {
	background-image: url(images/titlehome.gif);
}
.titlebio {
	background-image: url(images/titlebio.gif);
}
.titleworks {
	background-image: url(images/titleworks.gif);
}
.titleghibli {
	background-image: url(images/titleghibli.gif);
}
.titletai {
	background-image: url(images/titletai.gif);
	margin: 7px 0 10px 0;
}
.titleworld {
	background-image: url(images/titleworld.gif);
	margin: 7px 0 5px 0;
}
.titleref {
	background-image: url(images/titleref.gif);
}

/* images */
img.home {
	padding: 0 15px 15px 0;
	float: left;
}

img.bio {
	padding: 0 0 10px 10px;
	float: right;
}

img.ghibli {
	padding: 15px 0 15px 15px;
	float: right;
	border: none;
}
img.ghiblim {
	padding: 0 15px 15px 0;
	float: left;
	border: none;
}

img.world {
	padding: 15px 0 15px 15px;
	float: right;
	border: none;
}

/* content */
#main {
	overflow:auto;
	padding-bottom: 66px;
	width: 960;
	text-align: left;
	font-size: 14px;
	padding: 0 40px 0 40px;
}
#main p {
	font-family: verdana, arial;
	padding: 5px 0 0 0;
}
#main p:first-letter {
	margin-left: 15px;
}

#main p .movietitle {
	text-decoration: underline;
}
#main p .series, #main p .mag, #main p .novel {
	font-style: italic;
}
#main a:link.link, #main a:visited.link{
	color: #078BCF;
	text-decoration: none;
}
#main a:hover.link, #main a:active.link{
	color: #FF0000;
	text-decoration: none;
}

#main #sidebar {
	width: 200px;
	float: left;
}

#main #sidebar ul li {
	display: inline;
}

h3 {
	font-size: 20px;
	margin: 0 10px 10px 0;
}

#main #sidebar a:link, #main #sidebar a:visited {
	color: #000000;
	text-decoration: none;
}
#main #sidebar a:hover, #main #sidebar a:active {
	color: #FF0000;
	text-decoration: none;
}

#main #subtext {
	margin: 0 0 0 200px;
}

h4 {
	font-size: 15px;
	margin: 0 10px 10px 0;
}

ol {
	font-size: 16px;
	margin: 0 60px 0 60px;
	line-height: 30px;
	font-weight: bold;
}
.content {
	font-size: 14px;
	font-family: verdana, arial;
	font-weight: normal;
}

table.films {
	font-family: verdana, arial;
	margin: 0 auto;
	width: 900px;
	text-align: center;
	line-height: 28px;
}
table td tr.date {
	width: 175px;
}
table td.title {
	width: 425px;
}
table td.twotitle {
	width: 425px;
	line-height: 18px;
	padding: 2px 0;
}
table td.role {
	width: 300px;
}
table td.tworole {
	width: 300px;
	line-height: 18px;
	padding: 2px 0;
}

/* superscripts */
sup {
	font-size: 8px;
	padding: 0 2px 0 1px;
}
sup a:link, sup a:visited {
	color: #078BCF;
	text-decoration: none;
}
sup a:hover, sup a:active {
	color: #FF0000;
	text-decoration: none;
}

/* copyrights */
#rights {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}
#rights a:link, #rights a:visited {
	color: #078BCF;
	text-decoration: none;
}
#rights a:hover, #rights a:active {
	color: #FF0000;
	text-decoration: none;
}

.push {
	height: 67px;
}

/* footer section */
#footer {
	width: 960px;
	background-image: url(images/footer.png);
	background-repeat: none;
	margin: 0 auto;
	height: 67px;
}
#footer p {
	text-align: center;
	padding: 27px;
	font-size: 14px;
	font-weight: bold;
}
#footer p a:link, #footer p a:visited {
	color: #000000;
	text-decoration: none;
}
#footer p a:hover, #footer p a:active {
	color: #FF0000;
	text-decoration: none;
}

