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

body,
	html {
		margin: 0;
		padding: 0;
		background: #000;
		font-family: Verdana, sans-serif;
		background-image:  url(../img/bg3.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: 625px;
		margin-left: 35px;
	}
	
	#picwrap {
	}
	
	#vidwrap {
		width: 810px;
		background:url(../img/video/grad.png) repeat-x; 
		margin-left: 30px;
	}
	
	.control {
	float: right;
	display: block;
	/*position: relative;*/
	margin: 0 5px;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	}
	
	.control:hover {
	color: black !important;
	}
	
	