/* STYLESHEET FOR members\ PAGES */

/* interviews.html */


#interviews #header {
  margin-bottom: 0px;
  width: 740px;
  float: left;
  }
  
#interviews #header div.intro {
  width: 380px;
  float: right;
  margin-top: 0px;
}

#interviews #nav {
  width: 176px;
  float: right;
  clear: right;
  text-align: center;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 999;
}

#interviews #nav span {
  font-weight: bold;
  font-style: italic;
  font-size: 20px;
  clear: both;
}

#interviews #nav ul {
/* DIFFERS IN IE.CSS*/
  font-size: 80%;
  text-align: left;
  padding: 0 10px 0 35px;
}

#interviews #nav ul li {
  margin-bottom: 10px;
  font-style: italic;
  font-weight: bold;
}

#interviews .orange_donate_button {
  text-align: center;
  margin-top: 40px;
 }

#interviews #main { 
  text-align: center;
  margin-top: 0px;
  padding-left: 10px;
  width: 763px;
  float: left;
  background: url(../pix2/backgrounds/parchment-notepaper.png);
  border: 1px ridge white;
}

#interviews #main p {
  font-style: normal;
  margin-top: 0px;
}

#interviews #main table.greenbox {
  margin: auto;
  width: 100%;
}

#interviews h1 {
  font-size: 35px;
  margin: 0px;
}
  
#interviews .section {
	margin-top: 30px;
  text-align: center;
  clear: both;
  }
 
 #interviews .section h2 {
	/*SHRINK-TO-FIT BOX*/
	text-align: center;
	border: thick ridge rgb(153, 0, 0);
	margin-left: auto;
	margin-right: auto;
	padding: 3px 30px;
	color: rgb(153, 0, 0);
	display: inline-block;
}

 #interviews .section h2 {
	display: inline;
	/* HACK FOR STUPID BROWSERS -- I.E., IE */
}

html>body  #interviews .section h2 {
	display: inline-block;
}

 #interviews #main {
 position: relative;
 }
 
 #interviews #main .section div.left {
    width: 750px;
    text-align: left;
 }
  
.file_links {
  clear: both;
}

.file_links div.yellowbox {
 /* DIFFERS IN IE.CSS*/
  width: 730px;
  float: left;
  margin-bottom: 50px;
  }

.file_links h4 {
  text-align: center;
}


.file_links ul li {
  list-style: none;
  /*margin-bottom: 20px;*/
  margin: 0 10px 0 0;
  padding: 3px;
  display: inline;
}

.file_links ul li span {
  font-size: 80%; 
  /*margin-left: 20px;*/
}

.file_links ul li:hover {
	 background: url(../pix2/backgrounds/parchment-notepaper.png);
	 text-decoration: none;
	}


 #interviews div.tgs_aura {
    /*DIFFERS IN IE.CSS*/
    width: 176px;
    float: right;
    position: absolute;
    right: -180px;
    margin-top: -56px;
}

 #interviews div.tgs_aura p {
  margin: 0px auto;
  font-size: 70%;
}

 #interviews #main .movie div.left {
    width: 300px;
 }

 #interviews #main .movie div.right {
  width: 410px;
  text-align: center;
 }

 #interviews #main .movie object {
  margin: 5px;
}
 
 #interviews #main .movie div.tgs_aura {
  margin-top: 100px;
}