body {
	text-align: expression("center");
}
#container {
	width: 790px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}
#header {
}
#subheader {
}
#column1 {
	width: 124px;
	float:left;
	overflow: hidden;
}
#column2 {
	width: 0px;
	float:right;
}
#column3 {
	margin-left: 124px;
	margin-right: 0px;
}
#column1, #column2
{
	padding-bottom: 3270px;
	margin-bottom: -3270px;
}
#columns
{
	overflow: hidden;
	display:  inline-block;
}				
* html #wrapper
{
	float: left;
}
#footer {
	clear: both;
}
/* Start Opera 8 Fix - Thanks to Alex Robinson */
@media all and (min-width: 0px) {
	#column1, *#column3, #column2
		{
		padding-bottom: 0;
		margin-bottom: 0; 
		}
	#column1:after, #column2:after, #column3:after
		{
		content: '[DO NOT LEAVE IT IS NOT REAL]';
		display: block;
		background: inherit;
		padding-top: 32767px;
		margin-bottom: -32767px;
		height: 0;
		}
}
