

* { 
	margin: 0; 
	padding: 0; 
}

body {
	background-color: #fff;
	color: #000;
	font-size: 17px;
	font-type: sans-serif;
	text-align: center;
	padding-top: 10px;
}

object, embed {
	outline: 0;
}

a:focus { 
	outline: 0; 
}

h4 {
	color: #ff0000;
	padding: 2px 0px;
	margin: 0px;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
}

#wrapper { 
	width: 960px;
	margin: 0px auto;
	padding-top: 10px;
	text-align: left;
}

#header {
	width: 99%;
	height: 100px;
	clear: both;
	padding-top: 8px;
	margin-bottom: 10px;
	//background-image: url("../images/img2.jpg");
	background-repeat: no-repeat;
	background-position: top center;

}

#logo {
	width: 272px
	height: 85px;
	float: left;
}

#contact {
	width: 25%;
	float: right;
	line-height: 20px;
	padding: 20px 10px 0 0;
	text-align: center;
}

#swfHolder {
		width: 960px;
		padding: 0px 140px;
		//text-align: center;
}

#bnf {
	position: absolute;
	top: 176px;
	right: 170px;
	width: 250px;
	height: 182px;
	background-image: url("../images/bnf.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	border: 2px inset black;
}

#swiffer {
	width: 628px;
	height: 378px;
	//float: right; 
	text-align: center;	
	//border: 1px outset black;
}

.contact {
	margin-top: 20px;
	text-align: center;
	color: #f80000;
	font: bold 14px Helvetica, Arial, sans-serif;
}

.watch {
	color: #f80000;
	font-size: 90%;
}

.headPad {
	margin-left: 15px;
}

.middle {
text-align: center;
}

.pointer {
cursor: pointer;
}

.vidTitle {
	font-size: 1.2em;
	color: #FF0000;
	text-shadow: rgba(0,0,0,.3) 0 1px 0;
}
