/* @group The three-column fixed page layout structure
-----------------------------------------------------------------------------*/
/* envelopes both the central and the right panels */
.content .primary {
	width: 320px;
	float: right;
	display: inline;
}
/* left panel */
.content .secondary 
{
	width: 704px;
	float: left;
	display: inline;
	margin-bottom: 50px;
}
/* central panel */
.content .primary .primary
{
	width: 0;
	float: left;
	display: inline;
	text-align: left;
}
/* right panel */
.content .primary .secondary
{ 
	width: 320px;
	float: right;
	display: inline;
	text-align: left;
}