body						{ margin: 0px;
						  background-color: #191919;
						  background-image: url('images/background.png');
						  background-repeat: repeat-x;
						  font-family: Arial, Helvetica, sans-serif;
						  color: #000000; }
img.center				{ display: block;
						  margin-left: auto;
						  margin-right: auto; }
div.menu					{ position: relative;
						  top: -6px;
						  width: 550px;
						  margin-left: auto;
						  margin-right: auto; }
div.header				{ background-image: url('images/headBg.png');
						  background-repeat: repeat-x;
						  width: 100%;
						  height: 120px;
						  position: absolute;
						  left: 0px;
						  top: 0px;
						  z-index: 5;}
div.footer				{ position: relative;
						  margin-left: auto;
						  margin-right: auto;
						  width: 680px;
						  text-align: center;
						  font-size: smaller; }
div.main					{ width: 750px;
						  background-image: url('images/mainBg.png');
						  background-repeat: repeat-y;
						  margin-left: auto;
						  margin-right: auto;
						  font-size: smaller;
						  padding: 130px 40px 40px 40px; }
div.mainBottom			{ width: 830px;
						  height: 30px;
						  background-image: url('images/mainBgBottom.png');
						  background-repeat: no-repeat;
						  margin-left: auto;
						  margin-right: auto; }
div.menuButton 			{ position: relative;
						  font-family: Arial, Helvetica, sans-serif;
						  font-size: 80%;
						  float: left; }
div.menuButton a 			{ display: inline;
						  padding: .2em 1em;
						  text-align: center; }
div.menuButton a:link,
div.menuButton a:visited	{ background-color: #00065a;
						  color: #0296fe;
						  text-decoration: none;
						  border: 1px solid #00065a;}
div.menuButton a:hover 	{ background-color: #ff7e00;
						  color: white;
						  border: 1px solid #ffffff;}
div.vidTitle				{ background-image: url('images/infoBg.png');
						  background-repeat: repeat-y;
						  width: 368px; 
						  padding: 15px 0px 10px 20px; 
						  line-height: 120%; }