*
	{
	color: #333333;
	font-size: small;
	font-family: Verdana;
	}
a  
	{
	color: #663366;
	text-decoration: none;
	}
body
	{
	background: #FFFFFF;
	text-align: center;
	}
.stretcher
	{
	/* NOTE: usage of this HR tag forces the container DIV to stretch vertically to the extent of its contents */
	display: block; 
	clear: both; 
	visibility: hidden;
	}
.content
	{
	width: 860px;
	margin: 0 auto;
	}
.buffer
	{
	margin-bottom: 15px;
	}
#header
	{
	margin-bottom: 15px;
	vertical-align: baseline;
	}
#header-left
	{
	float: left; 
	clear: right;
	width: 33%; 
	height: 55px;	
	text-align: left;
	position: relative;
	vertical-align: baseline;
	
	}
#header-middle
	{
	float: left;
	clear: right;
	height: 55px;	
	width: 33%; 
	text-align: center;
	position: relative;
	vertical-align: baseline;
	}	
#header-right
	{
	float: right; 
	width: 33%; 
	height: 55px;
	text-align: right;
	position: relative;
	vertical-align: baseline;
	}
#content-left
	{
	float: left;
	clear: right;
	width: 308px; 
	border: 1px solid black;
	}
#content-right
	{
	float: right;
	width: 535px;
	height: 346px; 	
	min-height: 346px;
	text-align: center;		
	background: #FFF6AD;
	border: 1px solid black;
	overflow: auto;
	}
#content-text
	{
	margin: 15px;
	text-align: left;
	}
#content-text-smaller
	{
	margin: 15px;
	text-align: left;
	font-size: smaller;
	}
#footer
	{
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px solid black;
	}
#all
	{
	position: absolute;
	top: 51px;
	/*
	top: 50%;
	*/	
	left: 50%;
	width: 860px;
	height: 500px;
	/*
	margin-top: -250px;
	*/	
	margin-left: -430px;					
	}
