@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-color: #000000;
}
#container {
	position:relative;
	margin:0 auto;
	text-align:left;
	width:900px;
	top: 0px;
	z-index: 10;
}
#outline {
	position: absolute;
	border: 2px #FFFFFF solid;
	top: 50px;
	height: 550px;
	width: 530px;
	z-index: 1;
	left: 250px;
}
#logo {
	position:absolute;
	left:140px;
	top:9px;
	width: 220px;
	height: 145px;
	z-index:30;
}
#img {
	position:absolute;
	left:261px;
	top:160px;
	width:385px;
	height:223px;
	z-index:11;
}
#info {
	position:absolute;
	left:261px;
	top:389px;
	width:512px;
	height:203px;
	z-index:11;
}
#poster {
	position:absolute;
	left:261px;
	top:151px;
	width:385px;
	height:449px;
	z-index:11;
}
h1 {
	font-size: 12px;
}
h2 {
	font-size: 12px;
	color:#FFCC00;
}
h3 {
	font-size: 12px;
	color: #CC66FF;
}
h4 {
	color: #FF0033;
	font-size: 12px;
}
h5 {
	color: #0066FF;
	font-size: 12px;
}
h6 {
	color: #00CC00;
	font-size: 12px;
}
.current {
	color: #FFCCOO;
}
#apDiv1 {
	position:absolute;
	left:114px;
	top:170px;
	width:395px;
	height:204px;
	z-index:11;
}
#nav {
	position:absolute;
	left:81px;
	top:159px;
	width:152px;
	height:243px;
	z-index:11;
	text-align: right;
}
a {
	font-size: 12px;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFCC00;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

/* gallery */
#gal {
	position:absolute;
	left:261px;
	top:158px;
	width:514px;
	height:438px;
	z-index:3;
}
#gal ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	list-style: none;
	} 

#gal ul li {
	margin-left: 0;
	padding: 0px 10px 0px 0px;
	list-style: none;
	display: inline;
}
