body {
	background-color:#000
}
#bigbox {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
#bigbox #header {
	background-color: #000;
}
#bigbox #menuBox #menuBlock {
	background-image: url(images/menuBkgrnd.png);
	float: left;
	height: 339px;
	width: 312px;
}
#bigbox #menuBox {
	width: 1024px;
	height: 339px;
	background-image: url(images/menuBigBkgrnd.jpg);
}
#bigbox #menuBox #spacer2 {
	float: left;
	height: 288px;
	width: 654px;
}
#bigbox #menuBox #socialLinks {
	width: 654px;
	float: right;
}

#bigbox #menuBox #menuSpacer {
	height: 339px;
	width: 58px;
	float: left;
}
#bigbox #contentBox {
	margin: 12px;
	clear: both;
	background-color: #FFF;
	font-family: "Myriad Pro", "Myriad Pro Cond", Arial Narrow, Arial, "Trebuchet MS";
}


#bigbox #contentBox #leftContent {
	width: 470px;
	float: right;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 40px;
	padding-left: 15px;
	font-family: "Myriad Pro", "Myriad Pro Cond", Arial Narrow, Arial, "Trebuchet MS";
}
#bigbox #contentBox #rightContent {
	float: right;
	width: 465px;
	background-color: #FFF;
	margin-left: 5px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 40px;
	padding-left: 15px;
}
#bigbox #contentBox #rightContent #videoPlayer {
	background-image: url(images/paperBkgrnd.png);
	background-repeat: no-repeat;
	height: 250px;
	font-weight: bolder;
	color: #000;
	font-size: x-large;
	padding-left: 10px;
}

