/*-------------------------------------------------------------------	
	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	   	: black;

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

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

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

.initial_hype_text
{
	width			: 500px;
	margin-left		: auto;
	margin-right	: auto;

	text-align		: left;

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

.before_after_table
{
	width		:	 600px;
	margin-left		: auto;
	margin-right	: auto;

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

.before_col
{
  width			: 50%;
  padding-left	: 20px;
  padding-right	: 20px;
  text-align	: center;
}


.after_col
{
  width			: 50%;
  padding-left	: 20px;
  padding-right	: 20px;
  text-align	: center;
}


.jennifer_list_table
{
	width			: 540px;
	margin-left		: auto;
	margin-right	: auto;

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

.jennifer_list_bullet_col
{
	vertical-align	: top;
	padding-top		: 5px;
	padding-right	: 5px;
}
