body {
	background-color: #bf0449;
}
h2 {
	margin: 0 0 5px 0;
	clear:both;
}
h3 {
	margin-bottom: 10px;
}
h4, p, #footer, a:link, a:visited, a:active {
	color: #efc0d1;
}
.videoFrame {
	margin: 0px 0 10px 0;
}
.videoFrame p {
	margin-top: 0px;
	margin-bottom: 0;
	line-height: 1.2;
}

/* FLASH VIDEO CONTAINER */
.flvVideo {
	margin: 0 0 5px 0;
}
#content img.video {
	margin:0;
}
.videoLink .uppercase {
	font-size: .8em;
	letter-spacing: .25px;
}
#header {
	background: url(../../images/video/header.gif) no-repeat;
}
#nav {
	background: url(../../images/video/nav.gif);
	width: 50px;
	height: 76px;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}
#nav li {
	margin: 0; 
	padding: 0; 
	list-style: none;
	position: absolute; 
	top: 0;
	text-indent: -9999px;
	
}
#nav li, #nav a {
    width: 50px; 
	float:left;
	overflow: hidden;
}

#nav a {
cursor: pointer;
}

#nav #link1 {top: 5px; height:18px;}
#nav #link1 a:hover {background: url(../../images/video/nav.gif) no-repeat -50px -5px;}

#nav #link2 {top: 23px; height:18px;}
#nav #link2 a:hover {background: url(../../images/video/nav.gif) no-repeat -50px -23px;}

#nav #link3 {top: 41px; height:18px;}
#nav #link3 {background: url(../../images/video/nav.gif) no-repeat -50px -41px;}

#nav #link4 {top: 59px; height:18px;}
#nav #link4 a:hover {background: url(../../images/video/nav.gif) no-repeat -50px -59px;}

a:link, a:visited, a:active {text-decoration:none;} 
a:hover {color: #fff; text-decoration:underline;} 

 