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

body,
	html {
		margin: 0;
		padding: 0;
		background: #000;
		font-family: Verdana, sans-serif;
		background-image:  url(../img/bg5.jpg);
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: top center;
	}
	body {
		min-width: 905px;
	}
	
	img {
		 border-style: none;
	}
	
	#nametagSM {
		background: url(../img/jhNameSM.png) no-repeat;
		float: left;
		width: 260px;
		height: 400px;
		margin-left: 35px;
	}
	
	#vidwrap {
		width: 810px; 
		margin-left: 30px;
	}
	
	.vidlist {
		float: left;
		width: 816px;
		height: 96px;
		margin-left: 10px;
		margin-top: 25px;
	}
	
	.vidlist a {
		margin-right: 10px;
	}
	
	.vidlistRt a {
		margin-right: 0px;
		border-bottom:#F00 thick dashed;
	}
		
	
	.vidinfo {
		float: left;
		width: 816px;
		height: 50px;
		margin-left: 10px;
	}
	
	.vidinfo p {
		font-size: .9em;
		width: 136px;
		color: #F7D71C;
		text-align: center;
	}
	
	.vidinfoRT p {
		font-size: .9em;
		width: 126px;
		color: #F7D71C;
		text-align: center;
	}
	
	#vidplayBG {
		background:url(../img/videoplayBG.jpg) no-repeat;
		min-height: 400px;
	}
	
	#vidplay {
		margin-top: 0px;
		margin-left: 70px;
		min-height: 344px;
	}
	
	*html #vidplay { /*IE only style*/
	height:400px;
	}
	