body {
	/*background-color: #222;*/
	background-image:url('/images/yhBackground_2.gif');
	background-position:top left;
	/*background-attachment:fixed;*/
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:20px;
	letter-spacing:0;
	padding-top:10px;
	border-top:6px solid #121212;
}

h3 {
	font-size:28px;
	margin-bottom:8px;
	letter-spacing:-1px;
}

h3 {
	font-size:24px;
	margin-bottom:8px;
	letter-spacing:-1px;
}

p {
	margin:16px 0;
}

a,
a:visited {
	color:#f9ca34;
	border-bottom:1px solid #f9ca34;
	text-decoration:none;
	padding:0 4px;
}

a:hover,
a:active {
	color:#f9ca34;
	background:#333;
	border-bottom:2px solid #f9ca34;
}

a.simple {
	border:none;
	text-decoration:none;
	background:none;
	padding:0;
	margin:0;
}

#masthead {
	text-align:center;
}

#slideshow {
	height:300px;
	overflow:hidden;
	width:700px;
	border:6px solid #121212;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

#slideshow img {
	width:700px;
	text-align:center;
	margin:0;
	padding:0;
}

#nav ul {
	text-transform:uppercase;
	letter-spacing:-1px;
	font-size:22px;
}

#nav ul li {
	display:inline;
	margin-left:20px;
}

#nav ul li.first {
	margin-left:0;
}

#nav ul li a,
#nav ul li a:visited {
	border:none;
	color:#999;
	text-decoration:none;
	background:#111;
	padding:4px 6px;
	display:inline-block;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

#nav ul li a:hover,
#nav ul li a:active {
	color:#f9ca34;
	background:#333;
}

#nav ul li a.current {
	color:#000;
	background:#f9ca34;
	font-weight:bold;
}

.subnav {
	font-size:15px;
	color:#fff;
	text-align:center;
	border:1px solid rgba(17,17,17,.6);
	background:rgba(65,65,65,.5);
	padding:4px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

.subnav a {
	color:#fff;
	border:none;
	margin:0;
	font-weight:bold;
}

.subnav a:hover {
	color:#f9ca34;
	background:none;
}

.subnav a.current {
	color:#f9ca34;
	font-weight:bold;
}

.section {
	text-align:left;
	margin-top:20px;
	xbackground:#222;
}

.section div.outer {
	xborder-bottom:3px solid #222;
}

.vidDesc {
	font-size:14px;
	color:#999;
	line-height:16px;
}

.player {
	position:relative;
	border:6px solid #121212;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

.vidPreview {
	margin:0;
	padding:0;
}

.button {
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	text-align:center;
	background:url('/images/playButtonOff.png') center no-repeat;
}

.button:hover {
	background:url('/images/playButtonOver.png') center no-repeat;
}

.button a {
	display:block;
	width:100%;
}

.button a span {
	display:none;
	cursor:pointer;
}

.noborder {
	border-bottom:none;
}

#footer {
	text-align:left;
	font-size:13px;
	color:#666;
	border-top:1px dotted #121212;
	width:700px;
	line-height:14px;
	letter-spacing:0;
}

.y {
	color:#f9ca34;
}