/*
@@@@@@@@@@@@@@@@@@@@@@
LAYOUT
@@@@@@@@@@@@@@@@@@@@@@

	about				Structural settings for this site: width, height, margin, padding & position
	
	syntax

*/

	/*///////////////////////////////////////////////////////////////////////////////////////////////////////////
	body
	///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
	
		/*+ style
		..........................................................................*/
	
			/*width, height, margin, padding & position*/
			html, body{}
		
			html{}
			body{}

	/*///////////////////////////////////////////////////////////////////////////////////////////////////////////
	mainStructure
	///////////////////////////////////////////////////////////////////////////////////////////////////////////*/

		/*+ settings
		..........................................................................*/

			.layout{position:relative; margin:0px auto 0px auto; width:960px; }

		/*+ header
		..........................................................................*/

			header.layout{height:408px; margin-bottom:5px;}

		/*+ section
		..........................................................................*/

			section.layout{margin-bottom:50px; }

		/*+ footer
		..........................................................................*/

			footer.layout{width:auto;}
			footer.layout > div{margin:0px auto 0px auto; width:960px; position:relative; }



