/* CSS Document */
body {                                  /*   style for the whole page    */
background: #000000;
}

/*------Box for Flash Title ------*/
#box1{       
	position: absolute;
	top: 2px;
	left: 2px;
	width: 800px;
	height: 70px;
	text-align: center;
	background-color: #000000;
	padding-left: 5%;
	padding-right: 5%;		
}


/*----Box for Manhattan Flash ----*/
#box2 {
	position: absolute;
	top: 76px;
	left: 3px;
	width: 800px;
	height: 360px;
	text-align: left;
	background-color: #000000;
	padding-left: 5%;
	padding-right: 5%;
}


h5 {
	font-family: Courier new, mono;
	font-size: 12pt;
	color: #ffcc66;
}

/*----Box holding indented questions from fans ----*/


h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFFFFF;
}

video1 {
    float: left;
    width: 350px;
    height: 300px;
}


.leftpic {                          /*   text floats around pic on right    */
margin-top: 10px;
margin-left: 0px;
margin-botton: 10px;
margin-right: 10px;
float: left;
}

.rightpic {                         /*   text floats around pic on right    */
margin-top: 10px;
margin-left: 10px;
margin-botton: 10px;
margin-right: 0px;
float: right;
}


h4 {                                 /* main paragraphs of text  */
font-family: Courier new, mono;
font-weight: bold;
text-decoration: none;
text-transform: none;
font-size: 12pt;
color: #FFCC00;
margin-left: 1em;
margin-right: 1em;
}

h4.question  {
color: #f5c1c1;           /*   make h4 question text red  */
margin-left: 5%;
margin-right: 5%;
font-size: 13pt;
}

h4.answer   {
	color: #ffcc00;         /*   make h4 answer text yellow   */
	margin-left: 10%;
	margin-right: 10%;
	clear: left;
	float: left;
}

/*---- Items not in use below ----*/

#vidbox {
position:absolute;
left:160px;
top:221px;
width:322px;
height:242px;
background:#000000;
}

#adbox  {
	background:#000000;
	width: 560px;
	position:absolute;
	left:65px;
	top:1097px;
}
