.splash_bg {
	background: url(../images/bg_body_04.jpg) repeat-x;
}

.thrColFixHdr #bigtext {
	height:185px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-repeat: no-repeat;
	background-position: right;
	background-image: url(../images/earth.jpg);
} 
.thrColFixHdr  #bigtext  h2 {
	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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-indent: -9000em;
	display: block;
	width:443px;
	height:185px;
	background-repeat: no-repeat;
	background-image: url(/images/big_text4new.jpg);
}

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 185px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #186eb9; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 355px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent {
	margin: 0 355px 0 185px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

/* Book */
/* ------------------------------------------------- */
#sidebar1 dl {
  width: 185px;
  margin: 0 0 0 0;
  background: #186eb9 url(../images/book_bottom.png) no-repeat bottom left;
  }

#sidebar1 dt {
  margin: 0;
  padding: 0 0 0 0;
  background: #186eb9 url(../images/book.jpg) no-repeat top left;
  }
  
#sidebar1 dt a{
	display:block;
	color:#FFF;
	font-size:12px;
	padding:170px 9px 10px 9px;
	text-decoration: none;
  }
  
#sidebar1 dt a em{
	font-size:10px;
	text-decoration:underline;
	font-style:normal;
  }
  
#sidebar1 dt a:hover{
	color: #FFFF00;
  }

#sidebar1 dd {
  margin: 0;
  padding: 10px;
  font-size:10px;
  color:#670d05;
  }
  
#sidebar1 dd a{
  color:#670d05;
  }
  
#sidebar1 dd a:hover {
	text-decoration:none;
  }

