@charset "UTF-8";

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000;
}

.twoColFixLtHdr #container { 
	width: 950px;  
	background: #FFF;
	background-repeat: no-repeat;
	border: #000 solid 10px;
	margin: 0 auto; 
	padding: 0px;
	text-align: left; 
} 

.twoColFixLtHdr #header { 
	height: 160px;
	width: 950px;
	background-image: url(../images/markSnelgrove_header.png);
	background-repeat: no-repeat;
} 

.twoColFixLtHdr #sidebar1 {
	border-left: #000 solid 10px;
	float: left;
	margin-left: -10px; 
	width: 185px;
}

.twoColFixLtHdr #mainContent_video {
	width: 740px;
	margin: 0 15px 0 0;
	float: right;
	border-left: #000 solid 10px;
	padding-bottom: 18px;
	padding-top: 10px;
}

.twoColFixLtHdr #imageStills {
	width: 650px;
	padding-left: 50px;
}


#subNav_backForward {
	width: 640px;
}

.twoColFixLtHdr #video {
	width: 650px;
	padding-left: 37px;
	padding-top: 10px;
}

#videoDescription {
	width: 640px;
}

.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px;
	border-top: #000 solid 10px; 
} 

.twoColFixLtHdr #footer p {
	margin: 0;
	padding: 10px 0;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}

.fltlft { 
	float: left;
	margin-right: 8px;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


ul {
	position: relative;
	list-style-type: none;
	width: 720px;
	padding: 10px 0 0 0;
}

li {
	float: left;
	width: 161px;
	margin-right: 8px;
	padding-right: 10px;
	font-size: .6em;
}

li a {
	display: block;
	text-align: center;
}

/* START Vert NavBar */
#navBar {
	display: block;
	text-decoration: none;
}

ul#nav {
	width: 190px;
	padding-top: 0px;
} 

li#home a {
	display: block; 
	background: url(../images/vertNav_home.gif) no-repeat 0 0;
	text-decoration: none;
	width: 185px;
	height: 25px;
	padding-top: 30px;
}

li#home a:hover {
	background: url(../images/vertNav_homeRollover.gif) no-repeat 0 0;
	width: 185px;
	height: 25px;
	padding-top: 30px;	
}

li#home a#current {
	background: url(../images/vertNav_homeRollover.gif) no-repeat 0 0;
	width: 185px;
	height: 25px;
	padding-top: 30px;	
} 


 li#commercials a {
 	display: block;
	background: url(../images/vertNav_commercials.gif) no-repeat 0 0;
	text-decoration: none;	
	width: 185px;
	height: 25px;
	padding-top: 30px;
}

 li#commercials a:hover { 
	background: url(../images/vertNav_commericalsRollover.gif) no-repeat 0 0;
	width: 185px;
	height: 25px;
	padding-top: 30px;
}

 li#commercials a#current { 
	background: url(../images/vertNav_commericalsRollover.gif) no-repeat 0 0;
	width: 185px;
	height: 25px;
	padding-top: 30px;
}
	
li#musicVideos a {
	display: block; 
	background: url(../images/vertNav_musicVideos.gif) no-repeat 0 0;
	text-decoration: none;
	width: 185px;
	height: 25px;
	padding-top: 30px;
}

li#musicVideos a:hover { 
	background: url(../images/vertNav_musicVideos_rollover.gif) no-repeat 0 0;
	width: 185px;
	height: 25px;
	padding-top: 30px;
}

li#musicVideos a#current { 
	background: url(../images/vertNav_musicVideos_rollover.gif) no-repeat 0 0;
	width: 185px;
	height: 25px;
	padding-top: 30px;
}


li#credits a {
	display: block; 
	background: url(../images/vertNav_credits.gif) no-repeat 0 0;
	text-decoration: none;
	width: 185px;
	height: 25px;
	padding-top: 30px;
}

li#credits a:hover  { 
	background: url(../images/vertNav_creditsRollover.gif) no-repeat 0 0;
	width: 185px;
	height: 25px;
	padding-top: 30px;
}

li#credits a#current  { 
	background: url(../images/vertNav_creditsRollover.gif) no-repeat 0 0;
	width: 185px;
	height: 25px;
	padding-top: 30px;
}

li#contact a {
	display: block;
	background: url(../images/vertNav_contact.gif) no-repeat 0 0;
	width: 185px;
	height: 25px;
	padding-top: 30px;
}

	
li#contact a:hover {
	background: url(../images/vertNav_contactRollover.gif) no-repeat 0 0;
	width: 185px;
	height: 25px;
	padding-top: 40px;
}

li#contact a#current {
	background: url(../images/vertNav_contactRollover.gif) no-repeat 0 0;
	width: 185px;
	height: 25px;
	padding-top: 40px;
}

/* END Vert NavBar */

/* START Font Styling */
h1 {
	font-size: .9em;
	font-style: normal;
	line-height: 75%;
	font-weight: 100;	
}

p {
	font-size: .8em;
}

span {
	color: #339999;
}

/* END Font Styling */

/*Link Styling */
a:link {color:#339999}      /* unvisited link */
a:visited {color:#FF9933}  /* visited link */
a:hover {color:#FF9933}  /* mouse over link */
a:active {color:#0000FF}  /* selected link */