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

body 	{	
	background-image: url("img/PJH-Background.png"); 	/*adds background image */
	color:black;	/*controls the default text color */
	background-color:#000; /*controls the color OUTSIDE the wrapper */
	font: 12px helvetica, arial, sans-serif;
	margin:0px;
	padding: 0px;
	line-height: 20px;
	height: 100%;
	}

a:link 	{color: white; text-decoration: none; }
a:active {color: #666; text-decoration: none; }
a:visited {color: #666; text-decoration: none; }
a:hover {color: #white; text-decoration: none; }




#banner {
	margin: 0px auto;
	width: 1024px;
	height: 105px;
	background-image:url("img/PJH-Banner1D.png");
	
		}
		
#header{ 
	margin: 0px auto;
	width: 1024px;
	height: 19px;
	border-bottom: 1px solid  #999;
		}

#wrap 	{	/* this creates the boxed effect */
	margin: 0px auto;
	width: 1024px;
	height: 550px;
	top: 123px;
	border-top: 1px solid #333; /*
	border-left: 1px solid #373737;
	border-right: 1px solid #373737; 
	background:black;*/
	z-index: 1;
	
	}

#footer{ 
	margin: 70px auto;
	width: 1024px;
	height: 123px;
	top: 660px;
	color: white;
	text-align: center;
		}
		
#navigation {
	color: white;
	text-align:center;
	padding-right: 10px;
	padding-top: 10px;
	margin-right: 0px;
	padding-left: 10px;
	margin-top: 10px;
	float: right;
	top: 150px;
	background: ;
	width: 350px;
	height: 530px;
	z-index: 2;
	overflow: hidden;
	overflow-y: auto;
			}
			
#video {
	top: 160px;
	color: white;
	margin-top: 20px;
	margin-left: 10px;
	float: left;
	height: 370px;
	width: 640px;
	background: black;	
	z-index: 3;	
	overflow: hidden;
	overflow-y: auto;
	background-image:url(img/PJH-photoBG2.png);
		}
		
#video-txt{padding: 5px; font-weight: bold; padding-left: 150px; }
		
#twitter_div { width: 910px;	height: 50px;	background: ;	padding: 0px;	color: #666;	font-family:Arial, Helvetica, sans-serif;	font-size: 12px; 	}	
#twitter_update_list { color: #666; list-style:none; float: right; }







#aboutbox { 
	top: 500px;
	padding: 5px;
	margin: 10px auto;
	float: left;
	color: white;
	background-color: ;
	width: 640px;
	height: 150px;
	overflow: hidden;
	overflow-y: auto;
	z-index: 6;
}