body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFF;
	background-image: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	border: 1;
}
#eraser {
	width: 430px;
	heigt: 15px;
	}
.thrColFixHdr #container {
	width: 1100px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: medium solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
} 
.thrColFixHdr #container #mainContent #menu_bar2 {
	float: none;
	height: 50px;
	width: 575px;
	text-align: center;
	margin-right: 0px;
	margin-left: 47px;
	margin-top: 30px;
	margin-bottom: 65px;
		
}
.thrColFixHdr #container #mainContent div #horizantal_link {
	margin-left: 0px;
	margin-bottom: 10px;
}


.thrColFixHdr #header {
	background-color: #FFF;
	background-image: url(../graphics/banner1.jpg);
	background-repeat: no-repeat;
	width: 1100px;
	height: 260px;
	padding: 0;
	background-position: top;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #009;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
} 

.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.heading_1 {
	text-align: center;
}

.thrColFixHdr #sidebar1 {
	position: relative;
	float: left; /* since this element is floated, a width must be given */
	width: 250px;
	background-color: #FFF;
	padding: 0px;
	height: 1100px;
	margin: 0px;
	overflow: visible;
}
.thrColFixHdr #sidebar1_explanation {
	position: relative;
	float: left; /* since this element is floated, a width must be given */
	width: 250px;
	background-color: #FFF;
	padding: 0px;
	height: 725px;
	margin: 0px;
	overflow: visible;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 220px; /* padding keeps the content of the div away from the edges */
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	position: relative;
	height: 1350px;
}
.thrColFixHdr #sidebar2_answers {
	float: right; /* since this element is floated, a width must be given */
	width: 220px; /* padding keeps the content of the div away from the edges */
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	position: relative;
}
.thrColFixHdr #sidebar2_explanation {
	float: right; /* since this element is floated, a width must be given */
	width: 220px; /* padding keeps the content of the div away from the edges */
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	position: relative;
	height: 700px;
	overflow: visible;
}
.thrColFixHdr #container #header div {
	clear: both;
	position: absolute;
	left: 158px;
	bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	width: 636px;
	height: 35px;
}

.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 240px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: -10px;
	padding-left: 10px;
	font-size: 14px;
	text-align: center;
} 
#adsense_skyscrapper {
	position: absolute;
	top: 192px;
	right: 0px;
	left: 31px;
}

#ad-300-250 {
	height: 260px;
	width: 310px;
	float: right;
	padding: 0px;
	margin-top: 49px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.thrColFixHdr #adsense_banner_footer {
	text-align: center;
	background-color: #FFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #006;
	border-right-color: #006;
	border-bottom-color: #006;
	border-left-color: #006;
	width:700;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 40px;
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	text-align: center;
	background-color: #FFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #CCC;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: small;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	text-align: center;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.thrColFixHdr #sidebar1_explanation #menu_bar {
	position: absolute;
	top: 200px;
	left: 20px;
	right: 50px;
	margin: 0px;
	padding: 0px;
	width: 100px;
}
.thrColFixHdr #sidebar1_answers #menu_bar {
	position: absolute;
	float: left; /* since this element is floated, a width must be given */
	width: 250px;
	background-color: #FFF;
	padding: 0px;
	height: 600px;
	margin: 0px;
	width: 100px;
}
.thrColFixHdr #sidebar1 #menu_bar {
	position: absolute;
	top: 192px;
	left: 25px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	width: 209px;
}
.thrColFixHdr #sidebar1 #amazon {
	position: relative;
	top: 700px;
	left: 24px;
	margin: 0px;
	padding: 0px;
	height: 400px;
	width: 200px;
	background-image: url(../graphics/a1-a8.gif);
}
.thrColFixHdr #sidebar1 #amazon_answers {
	position: relative;
	top: 700px;
	left: 24px;
	margin: 0px;
	padding: 0px;
	height: 400px;
	width: 200px;
	background-image: url(../graphics/a1-a8.gif);
}
.thrColFixHdr #sidebar1 #amazon iframe{
	position: absolute;
	top: 33px;
	left: 38px;
	}
.thrColFixHdr #sidebar1 #amazon_answers iframe{
	position: absolute;
	top: 33px;
	left: 38px;
	}
#adsense_banner {
	position: absolute;
	top: 165px;
	right: 0px;
	left: 198px;
	width: 894px;
	height: 70px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: px;
	padding-left: 40px;
}
#adsense_banner {
	position: absolute;
	top: 163px;
	right: 0px;
	left: 198px;
	width: 165px;
	height: 605px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: px;
	padding-left: 40px;
}
#avivideo_skyscraper {
	position: absolute;
	top: 1274px;
	right: 0px;
	left: 26px;
	width: 0px;
	height: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: px;
	padding-left: 40px;
}
#avivideo_skyscraper_questions {
	position: absolute;
	top: 1265px;
	right: 0px;
	left: 24px;
	width: 0px;
	height: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: px;
	padding-left: 40px;
}
#menu {
	font-weight: bold;
	list-style-type: none;
	min-width: 500px;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
  }
#menu li {
	background-color: #000000;
	color: white;
	float: ;
	display: block;
	border: 1px solid black;
	text-align: center;
	float: left;
	border: 1px solid #999;
  }
#menu li a {
  background-color: transparent;
  color:white;
  float: left;
  display: block;
  text-decoration: none;
  padding-top: 10px;
  width: 130px;
  height: 30px;
  }
#menu li a:hover {
  background-color: #020280 ;
  color: #ffffff;
  }
#amazon_savings {
	background-color: #FFF;
	background-image: url(../graphics/amazon-savings.gif);
	margin: 0px;
	padding: 0px;
	height: 400px;
	width: 200px;
	position: absolute;
	left: 10px;
	top: 900px;
	z-index: 50;
	bottom: 0px;
}
#amazon_banner {
	background-color: #FFF;
	background-image: url(../graphics/amazon-tools.gif);
	margin: 0px;
	padding: 0px;
	height: 400px;
	width: 200px;
	position: absolute;
	left: 9px;
	top: 894px;
	z-index: 50;
	bottom: 0px;
}
#avi-video-banner {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	height: 400px;
	width: 200px;
	position: absolute;
	left: 8px;
	top: 1375px;
	z-index: 50;
	bottom: 0px;
	text-decoration: none;
}
#avi-video-banner-explanation {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	height: 400px;
	width: 200px;
	position: absolute;
	left: 10px;
	top: 
	
	825px;
	z-index: 50;
	bottom: 0px;
	text-decoration: none;
}
#amazon_savings iframe {
	position: absolute;
	left: 37px;
	top: 30px;
	right: 20px;
}
/*This is the CSS for the question pages*/
div#mainContent table {
	font-size: 16px;
	text-align: center;
	}
div#mainContent table td {
	font-size: 16px;
	padding: 10px;
	border: 1px solid #000000;
	text-align: left;
	vertical-align: top;
}
div#mainContent table a {
    text-decoration:none;
	font-weight: bold;
	}
div#mainContent table a:link {
    color: #0000ff;
	
	}
div#mainContent table a:visited {
    color: #0000ff;
	}
div#mainContent table a:hover {
	color: #090;
	text-decoration: underline;
	text-align: right;
	}
.red {
	color: #F00;
	font-weight: bold;
}
.green {
	color: #090;
	font-weight: bold;
}
.bold {
	font-weight: bold;

}
.thrColFixHdr #container #mainContent #explanation {
	text-align: left;
	font-size: 16px;
	padding-left: 10px;
	padding-top: 0px;
	border-color: #000000;
}

#200_90_adsense {
	position: absolute;
	left: 20px;
	top: 50px;
}
.subcript {
	font-size: 9px;
	text-transform: lowercase;
	vertical-align: bottom;
}
.index_content {
	text-align: left;
	font-size: 16px;
	padding-left: 2px;
	padding-top: 28px;
	border-color: #000000;
}

