
/******************************************************************************/
/*	Headers																	  */
/******************************************************************************/

h1,h1 a { font-size:64px; }
h2,h2 a	{ font-size:54px; }
span.margin-bottom-0 { font-size:40px; }


/******************************************************************************/
/*  Main																	  */
/******************************************************************************/

div.main
{
	width:680px;
}

div.main-body
{
	margin-left:-370px;
}

	/**************************************************************************/
	/*  Main / Header														  */
	/**************************************************************************/
	
	div.header div.layout-50p-left,
	div.header div.layout-50p-right
	{
		width:100%;
		clear:none;
	}
	
	div.header div.layout-50p-left
	{
		float:left;
	}
	
	div.header div.layout-50p-right
	{
		float:left;
	}

	/**************************************************************************/
	/*  Main / Footer														  */
	/**************************************************************************/
		
		div.footer div.layout-50-left,
		div.footer div.layout-50-right
		{
			width:36%;
		}

		.width-footer {
		    width: 36% !important;
		}