#container {
	width: 800px; /* center + left + right */
	border: black solid 1px;
	text-align: left;
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
	margin: 0px auto 0px auto;
	padding: 0px;
}

#center	{
	float: left;
	width: 520px;
	margin-left: 20px;
	overflow: auto;
}
	
* html #center {
	display: inline;
}
	
#left	{
	float: left;
	width: 20px;
	margin-left: -550px; /* -center - left */
	height: 350px;	
}

#right {
	float: left;
	width: 250px;
}

/* Start Mac IE5 filter 
#center, #left, #right {
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important; 
}

@media all and (min-width: 0px) {
#center, #left, #right
	{
	padding-bottom: 0 !important;
	margin-bottom: 0 !important; 
	}
#center:before, #left:before, #right:before
	{
	content: '';
	display: block;
	background: inherit;
	padding-top: 32767px !important;
	margin-bottom: -32767px !important;
	height: 0;
	}
}

End Mac IE5 filter */
/* IE Win can be a bit out - you might need to adjust  
bottom value by -1px or as required */
.verticalalign
	{
	position: absolute;
	bottom: 0;
	}
#center .verticalalign
	{
	width: 530px;
	}
#left .verticalalign
	{
	width: 20px;
	}
#right .verticalalign
	{
	width: 250px;
	}
	
/* hack for Opera 7+ 
@media all and (min-width: 0px){
.verticalalign
	{
	width: 100% !important;
	}
	
But Opera 9 does it right, so CSS3 hax to the max 
div[id^="outer"] #center .verticalalign
	{
	width: 415px !important;
	}
div[id^="outer"] #left .verticalalign
	{
	width: 180px !important;
	}
div[id^="outer"] #right .verticalalign
	{
	width: 205px !important;
	}
}
*/

* html .verticalalign
	{
	width: 100% !important;
	}
.verticalalign p
	{
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 0;
	background: #996666;
	}

#outer {
	position: relative;
	margin: 0px;
	padding: 0px;
	overflow: hidden; /* This hides the excess padding in non-IE browsers */
}

#outer {
	float: left;
	float/**/: none;
}

#outer:after
	{
	content: ''; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

#outer
	{
	display: inline;
	}
/*\*/
#outer
	{
	display: block;
	}

* > #bund, * > form, * > #notes, * > .output
	{
	position: relative;
	z-index: 1000;
	}
	
.clear {
	clear: both;
}