/*-------------------------------------------------------------------	
	The spec sez (?) import statements must come first in a CSS file.
	Dumb rule, but Mozilla observes it will IE is more flexible.
-------------------------------------------------------------------*/	

@import url("std_settings.css");
@import url("text_menu.css");

.page_layout_div
{
	width					: 720px;
	background-color	   	: #000000;

	margin-top				: 10px;
	margin-bottom			: 10px;

	text-align				: center;
	scrollbar-face-color   	: black;
	scrollbar-track-color  	: grey;
	scrollbar-arrow-color  	: blue;

	border-width			: 1px;
	border-color			: white;
	border-style			: solid;
}

.content_col
{
  width			: 55%;
  padding-left	: 40px;
  padding-right	: 10px;
}

.hype_text {
  color		  	: white;
  font-size   	: 16px;
  line-height 	: 20px;
  font-weight	: normal; 
  font-family	: Tahoma, Arial, Helv, serif; 
}

.contact_text {
  text-align	: center;

  color		  	: white;
  font-size   	: 16px;
  line-height 	: 20px;
  font-weight	: normal; 
  font-family	: serif, Tahoma, Arial, Helv, serif; 
}

.image_col
{
	text-align		: center;
	padding-right	: 20px;
}

.image_text {
  text-align	: center;

  color		  	: white;
  font-size   	: 12px;
  line-height 	: 16px;
  font-weight	: normal; 
  font-family	: Tahoma, Arial, Helv, serif; 
}

.copyright_text {
  margin-top    : 10px;
  text-align	: center;

  color		  	: white;
  font-size   	: 12px;
  line-height 	: 16px;
  font-weight	: normal; 
  font-family	: serif, Tahoma, Arial, Helv, serif; 
}

.errata_text
{
  width			: 550px;
  margin-left	: auto;
  margin-right	: auto;
  margin-top	: 50px;

  border-width	: 1px;
  border-color	: white;
  border-style	: solid;

  padding-top	: 20px;
  padding-bottom: 20px;
  padding-left	: 20px;
  padding-right	: 20px;

  text-align	: left;
  color		  	: white;
  font-size   	: 12px;
  line-height 	: 12px;
  font-weight	: normal; 
  font-family	: Verdana, serif, Tahoma, Arial, Helv, serif; 
}
