body, html
{
	padding: 0;
	margin: 0;
	
	font-family: "Lucida Sans Serif", "Georgia", sans-serif;
	background-image: url('tile.png');
}

.wrapper
{
	width: 1024px;
	min-height: 1080px;
	height: auto !important;
	height: 1080px;
	
	margin-left: auto;
	margin-right: auto;
	
	background-color: black;
	background-image: url('bg.png');
	background-repeat: no-repeat;
}

.wrapper .cast
{
	width: 100%;
	height: 100%;
	
	padding: 6px;
}

.cast-home
{
	background-image: url('cast-home.png');
	background-repeat: no-repeat;
}

.cast-other
{
	background-image: url('cast-other.png');
	background-repeat: no-repeat;
}

.cast-content
{
	background-image: url('cast-content.png');
	background-repeat: no-repeat;
}

.wrapper .content
{
	height: 820px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	
	display: inline-block;
}

.wrapper .content .table
{
	margin-left: 252px;
	margin-top: 390px;
	padding: 0px;
	width: 512px;
	height: 394px;
}

.wrapper .content .table .cell
{
	width: 512px;
	height: 64px;
}

.wrapper .content .table .cell a
{	
	font-size: 48px;
	display: block;
	height: 64px;
	width: 512px;
	font-size: 0px;
}

.wrapper .content .table .cell a:link,
	.wrapper .content .table .cell a:visited
{
}

.wrapper .content .table .cell a:hover, 
	.wrapper .content .table .cell a:active
{
}

.wrapper .title
{
	height: 64px;
	text-align: center;
}

.wrapper .title h1
{
	display: inline;
	
	margin: 0;
	padding: 0;
	
	font-size: 36px;
	font-weight: normal;
	color: #ffeeaa;
}

.wrapper .bottom-fill
{
	min-height: 96px;
	height: auto !important;
	height: 128px;
}

.wrapper p
{
	margin: 0;
	padding: 2px;
	color: #cccccc;
	font-size: 18px;
	line-height: 1.5em;
}

.wrapper p:first-letter
{
	margin-left: 2em;
}

.wrapper .navigation
{
	background-color: #a05a2c;
	border-bottom: 20px solid #502d16;
}

.wrapper .navigation ul
{
	padding: 0px;
	margin: 0px;
}

.wrapper .navigation li
{
	padding: 0;
	margin: 0;
	display: inline;
}

.wrapper a
{
	font-size: 1em;
	text-decoration: none;
}

.wrapper .navigation a.nav
{
	padding-right: 6px;
	font-size: 32px;
}

.wrapper .navigation a:link.nav, .wrapper .navigation a:visited.nav
{
	color: #f4e3d7;
}

.wrapper .navigation a:hover.nav, .wrapper .navigation a:active.nav
{
	color: #502d16;
}

.wrapper a:link, .wrapper a:visited
{
	color: #555555;
}

.wrapper a:hover, .wrapper a:active
{
	color: #b3b3b3;
}

.wrapper .footer
{
}

.wrapper h1
{
	font-size: 2em;
	text-decoration: italic;
	font-weight: normal;
	color: #b3b3b3;
	padding-top: 0.25em;
	
	margin: 0px;
}

.wrapper h2
{
	font-size: 1.5em;
	text-decoration: italic;
	font-weight: normal;
	color: #b3b3b3;
	padding-top: 0.25em;
	
	margin: 0px;
}
