#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 800px;
	background-image: url(../images/blueBGblue.png);
	background-repeat: repeat;
}
body {
	background-attachment: fixed;
	background-image: url(../images/BBbackground.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #CCCCCC;
}


#header {
	background-image: url(../images/header.png);
	height: 150px;
	width: 800px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

#left {
	float: left;
	width: 150px;
	background-image: url(../images/blueBGblue.png);
	background-repeat: repeat;
}

#right {
	margin: 0;
	float: left;
	width: 640px;
	height: 1% /* Holly hack for Peekaboo Bug */;
	background-image: url(../images/rightborder.png);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #FFFFFF;
	padding: 5px;
}

#footer {
	clear: both;
	background: #A2A2A2;
}#home {
	background-image: url(../images/blueBGblue2.png);
	height: 40px;
	width: 150px;
	text-indent: -9999px;
}
#video {
	background-image: url(../images/blueBGblue2.png);
	background-position: left -40px;
	height: 50px;
	width: 150px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#bio {
	background-image: url(../images/blueBGblue2.png);
	background-position: left -90px;
	height: 50px;
	width: 150px;
	text-indent: -9999px;
}
#show {
	background-image: url(../images/blueBGblue2.png);
	background-position: left -140px;
	height: 50px;
	width: 150px;
	text-indent: -9999px;
}
#price {
	background-image: url(../images/blueBGblue2.png);
	background-position: left -190px;
	height: 40px;
	width: 150px;
	text-indent: -9999px;
}
#home a {
	float: left;
	height: 40px;
	width: 150px;
}
#video a {
	float: left;
	height: 50px;
	width: 150px;
}
#bio a {
	float: left;
	height: 50px;
	width: 150px;
}
#show a {
	float: left;
	height: 50px;
	width: 150px;
}
#price a {
	float: left;
	height: 40px;
	width: 150px;
}
#home a:hover {
	float: left;
	height: 40px;
	width: 150px;
	background-image: url(../images/blueBGblue2.png);
	background-repeat: no-repeat;
	background-position: -150px 0px;
}
#video a:hover {
	float: left;
	height: 50px;
	width: 150px;
	background-image: url(../images/blueBGblue2.png);
	background-repeat: no-repeat;
	background-position: -150px -40px;
}
#bio a:hover {
	float: left;
	height: 50px;
	width: 150px;
	background-image: url(../images/blueBGblue2.png);
	background-repeat: no-repeat;
	background-position: -150px -90px;
}
#show a:hover {
	float: left;
	height: 50px;
	width: 150px;
	background-image: url(../images/blueBGblue2.png);
	background-repeat: no-repeat;
	background-position: -150px -140px;
}
#price a:hover {
	float: left;
	height: 40px;
	width: 150px;
	background-image: url(../images/blueBGblue2.png);
	background-repeat: no-repeat;
	background-position: -150px -190px;
}
#wrapper #container #right div .video-js-box .video-js-box p {
	color: #FFF;
}
#wrapper #container #right div #legal .style4 {
	font-style: italic;
	color: #900;
}
