html {
  overflow: auto;
  }

.tabcontent {
	padding: 20px; 
	clear: both;
	background-color: #FFFFFF;
	border: 1px solid #6A0E01; 
	overflow: hidden;
  }
  
.tabcontent p {
  color: #000000;
	font-size: 1.2em;
	font-family: arial, verdana, sans-serif;
	line-height: 150%;
	}
	
.videotab {
	margin-left: -1px;
	margin-bottom: 0px;
	text-align: center;
	float: left;
	background-color:Yellow;
	/*width: 115px;  replaced with the padding-left and right below*/ 
	margin-bottom: 0px;
  }
  
#mainnavtabbed1 {
	clear: both;
	list-style-type: none;
	padding: 1px;
  }
  
#mainnavtabbed1 li {
	margin-left: -1px;
	margin-bottom: 0px;
	text-align: center;
	float: left;
	/*width: 115px;  replaced with the padding-left and right below*/ 
	margin-bottom: 0px;
  }

/* this is the active tab class, just as below */

#mainnavtabbed1 li a {
	padding: 5px;
	border-left: 1px solid #6A0E01;
	border-top: 1px solid #6A0E01;
	border-bottom: 0px;
	border-right: 1px solid #6A0E01;
	display: block;
	color: #000000;
	text-decoration: none;
	font-size: 1.1em;
	padding-left: 19px;
	padding-right: 19px;
}

/* the folowing section deals with the tabbed button when active */

#mainnavtabbed1 li a.tabon, #mainnavtabbed1 li a.tabon:hover {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #6A0E01;
	border-left: 1px solid #6A0E01;
	border-top: 1px solid #6A0E01;
	border-bottom: none;
	border-right: 1px solid #6A0E01;
}

/* the folowing section deals with the tabbed button when hovered */

#mainnavtabbed1 li a:hover {
	color: #000000;
	background-color: #CCCCCC;
	border-left: 1px solid #6A0E01;
	border-top: 1px solid #6A0E01;
	border-bottom: none;
	border-right: 1px solid #6A0E01;
}

iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0px;
  overflow: visible;
  background-color: #FFFFFF;
  }
  
iframe.tellafriend {
  height: 510px;
  }

iframe.askaquestion {
  height: 510px;
  }
  
.align_right_friend {
  float: right;
  margin-top: 10px;
  }
  
td.friend_info {
  vertical-align: top;
  width: 180px;
  }
  
td.messageStackError {
  font-family: arial, verdana, sans-serif;
  font-size: 0.8em;
  }