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