body {
	background-color: black;
	margin: 0;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 932px;
	height:auto;
}

#splash {
	position:absolute;
	top:100px;
	left:166px;
}

#page_left {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 450px;
	width: 197px;
	background: url(../images/bg_left.jpg) no-repeat left top;
}

#page_content {
	position: absolute;
	left: 197px;
	top: 0px;
	height: 700px;
	width: 430px;
	background: url(../images/bg_content.jpg) no-repeat left top;
}

#page_right {
	position: absolute;
	left: 627px;
	top: 0px;
	height: 700px;
	width: 305px;
	background: url(../images/bg_right.jpg) no-repeat left top;
}

#menu {
	position: absolute;
	left: 47px;
	top: 103px;
	height: 168px;
	width: 150px;
	z-index: 2;
}

#image {
	position: absolute;
	left: 630px;
	top: 66px;
	height: 275px;
	width: 200px;
	z-index: 2;
}

#content {
	position: absolute;
	left: 186px;
	top: 105px;
	z-index: 3;
	width : 415px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
	line-height : 13px;
}

#chip {
	position: absolute;
	left: 40px;
	top: 450px;
	z-index: 2;
	width: 120px;
	height: 120px;
	background: url(../images/chip_justice.jpg) no-repeat left top;
}

#sub_nav {
	position: absolute;
	left: 690px;
	top: 360px;
	z-index: 2;
	width : 141px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #ffffff;
}

p.crew {
	margin-top : 6px;
}

td {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10px; 
font-style: normal; 
color: #FFFFFF;
}

td.gallery {
	border: white solid 1px;
}

.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	margin-top : 0px;
	margin-bottom : 20px;
}

a {
	color : White;
}

a:visited {
	color : White;
}

a:hover {
	color : Red;
}

ul {
	list-style : none;
	margin-top : 2px;
	margin-left : 15px;
}