/* Document Styles */

body {
	background-color: #ffcc00;
	font: normal 10px/16px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif;
	color: #666666;
	margin: 30px;
	text-align: center;
	}

p {
	margin: 0 0 5px 0;
	color: #666666;
	font-size: 12px;
	line-height: 15px;
	}

p.regP {
	text-align: justify;
	}
	
p.creds {
  
	}
	
p.newsTitle {
	color: #006600;
	}	
	
p.date {
	color: #006600;
	text-align: right;
	}

h3.bannerTitle {
	color: #ffcc00;
	font-size: 22px;
	font-weight: bold;
	padding-right: 10px;
	padding-top: 7px;
	text-transform: uppercase;
	margin: 0 0 5px 0;
	}

h3.newsTitle, h3.infoTitle {
	color: #006600;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 20px 0 15px 0;
	}

a:link, a:visited {
	color: #333333;
	text-decoration: none;
	}

a:hover, a:active {
	color: #ffcc00;
	text-decoration: none;
	}

a.email:link, a.email:visited {
	color: #333333;
	}

a.email:hover, a.email:active {
	color: #ffcc00;
	}


/* Container Styles */

#container {
	position: relative;
	width: 720px !important;
	background: #ffffff;
	border: 5px solid #666666;
	margin: 0 auto;
	padding: 10px;
	text-align: left;
	}


/* Supporting Text Styles */

#pageHeader {
	position: relative;
	width: 720px;
	height: 180px;
	background: transparent url(../imgs/pjbanner.jpg) no-repeat;
	margin: 0 auto;
	padding: 0;
	text-align: right;
	}

#pageHeader h1, #pageHeader h2 {
	text-indent: -999em;
	margin: 0;
	}

#banner {
	width: 720px;
	height: 30px;
	background: #666666;
	color: #ffcc00;
	text-align: right;
	}

#banner a:link, #banner a:visited {
	color: #ffcc00;
	text-decoration: none;
	}
	
#banner a:hover {
	color: #000000;
	background: #ffcc00;
	text-decoration: none;
	}


#news, #info {
	margin: 0 5px 10px 320px;
	}
	
#credits {
	margin: 30px 0 0 0;
	text-align: right;
	}
	
#movie {
	width: 240px;
	height:200px;
	text-align: center;
	}

#footer {
	width: 708px;
	height: 20px;
	background: #666666;
	margin-top: 15px;
	padding: 6px 12px 0 0;
	text-align: right;
	text-transform: uppercase;
	}

#footer a:link, #footer a:visited {
	color: #ffcc00;
	text-decoration: none;
	}

#footer a:hover, #footer a:active {
	color: #666666;
	background: #ffcc00;
	text-decoration: none;
	}

#sidebar {
	position: absolute;
	top: 280px;
	width: 240px;
	}
	
#license {
	position: relative;
	width: 480px !important;
	margin: 20px auto;
	text-align: center;
	line-height: 12px;
	}
	
#license a:link, #license a:visited, #license a:hover, #license a:active {
	color: #333333;
	text-decoration: none;
	}
