html, body, h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, ul li, form, fieldset, input {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

ul, ul li {
	list-style-type: none;
}

fieldset {
	border: none;
}

body {
	font-size: 62.5%;
	background: #000 url('../images/body_bg.jpg') no-repeat;
	background-position: center top;
	font-family: Helvetica;
}

a img {
	border: 0;
}

.clear {
	clear: both;
	height: 1px;
}

.container {
	width: 990px;
	margin: 0 auto;
}
.header {
	display: block;
	height: 160px;
	width: 100%;
	margin: 0;
	padding: 0;
	background: transparent url('../images/header_bg.png') repeat-x;
}
.header h1 a {
	display: block;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	width: 243px;
	height: 90px;
	background: url('../images/pl_logo.jpg') no-repeat;
	text-decoration: none;
	border: 0;
	margin-top: 22px;
}
.header .ad_leaderboard {
	float: left;
	margin: 22px 0 0 19px;
}
.header .navigation {
	float: left;
	margin-top: 30px;
}
.navigation ul {
	list-style-type: none;
}
.navigation ul li {
	float: left;
	position: relative;
}
.navigation ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 1.8em;
	margin: 0 14px;
}

.navigation li ul {
	display: block;
	position: absolute;
	top: 18px;
	left: 20px;
	background: transparent url('../images/subnav_bg.png');
	padding: 5px 0 0;
}
.navigation li ul li {
	margin: 0 0 5px;
	width: 200px;
}

.contents {
	background: #fff url('../images/content_bg.jpg') no-repeat;
	padding: 40px 55px 20px;
}

.header {
}

.footer {
	color: #fff;
	width: 100%;
	text-align: center;
	margin: 5px;
}

/* Video styles */

h2.videotitle {
	display: block;
	height: 53px;
	width: 928px;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url('../images/pl_video_header.png') no-repeat;
	float: left;
}

#pl_footage {
	float: left;
	margin: 0 10px 0 0;
}
#footage-player {
	border: 1px solid #000;
	padding: 10px;
}

#footage-lib {
	width: 800px;
	margin: 10px 0;
	float: left;
}
#footage-lib-list ul {
	list-style-type: none;
}
#footage-lib-list ul li {
	float: left;
	width: 200px;
	border: 1px solid #000;
	margin: 3px 5px;
}
#footage-lib-list ul li img {
	float: left;
	margin: 3px;
}
.footage-box {
	position: relative;
}
.footage-box-desc {
	float: left;
	display: block;
	width: 100px;
	margin: 3px;
}
.footage-box-link {
	float: left;
	bottom: 3px;
	right: 3px;
}

/* Photo gallery styles */
.photogallery_blocks { 
	width: 520px;
	float: left;
}
.photo_block {
	float: left;
	height: 150px;
	width: 150px;
	margin: 10px;
}

.page_content {
	width: 550px;
	float: left;
	margin-right: 10px;
}