#block_1
	{
	background-image: url(images/FadeDown.jpg);
	background-repeat: repeat-x;
	background-position: top;
	float: left;
	width: 295px;
	margin-left: 305px;
	}
#block_1 ul, #block_2 ul, #block_3 ul {
	list-style-image: none;
	list-style-position: inside;
	margin-left: 5px;
	padding: 0;
	list-style-type: square;
	text-align: left;
}
#block_1 li, #block_2 li, #block_3 li {
	padding: 5px;
	display: list-item;
}
#block_2
	{
	background-image: url(images/FadeDown.jpg);
	background-repeat: repeat-x;
	background-position: top;
	float: left;
	width: 295px;
	margin-left: -600px;
	}
#block_3
	{
	background-image: url(images/FadeDown.jpg);
	background-repeat: repeat-x;
	background-position: top;
	float: left;
	width: 290px;
	margin-left: 10px;
	}
#block_1:before, #block_2:before, #block_3:before
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]';
	display: block;
	background: inherit;
	padding-top: 32767px !important;
	margin-bottom: -32767px !important;
	height: 0;
	}
/* IE 5.01 doesn't like this */
* html .wrapper
	{
	position/**/: relative;
	}
.wrapper
	{
	overflow: hidden; /* This hides the excess padding in non-IE browsers */
	display: inline-block; /* Fixes nasty Opera7 scrolling bug */
	}
/* easy clearing */
.wrapper:after
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
.wrapper
	{
	display: inline-block;
	}
/*\*/
* html .wrapper
	{
/* only IE 5.01 should get this float value - otherwise 5.5 sometimes makes the width of wrapper too small */
	float: left;
	float/**/: none;
	}
.wrapper
	{
	display: block;
	}
/* end easy clearing */
.wrapper h3
	{
	z-index: 1000;
	margin: 0;
	padding: 10px;
	}
/* Firefox 1.0 doesn't like the pos:rel - cause text selection problems
see http://archivist.incutio.com/viewlist/css-discuss/64928 for details */
* html .wrapper h3
	{
	position: relative;
	}
.wrapper p
	{
	margin: 0;
	padding: 0 10px 10px 10px;
	}
	

