/*	Subpage layout
---------------------------------------
3 column fixed-width centred layout,
	source-ordered, any column longest

cf:	http://www.redmelon.net/tstme/3colfixed/
	
widths:	colwrap-right = col-center + col-right
		colwrap-all  = colwrap-right + col-left
--------------------------------------- */
#colwrap-all	{
	width: 728px;
	margin-left: auto;
	margin-right: auto; 
	min-height: 100%;
    height: 100%;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: auto;
	background: url(../../images/colwrap-all_bg_2.gif) top right repeat-y;
}
html>body #colwrap-all {
    height: auto;
}
#header			{ width: 100%;  clear: both;  }

#colwrap-right	{ width: 491px; float: right; }
#col-centre		{ width: 490px; float: left;  }
#col-right		{ width: 1px; float: right; }
#col-left		{ width: 237px; float: left;  }

#footer	{ 
	width: 728px;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.76em;
	clear: both;
}

.clear			{ clear: both; line-height: 0px; }

/* ie hack:
.iehackwrap { text-align: center;  }
#outercontainer    { text-align: justify; }
 */