/*

	PanGraphX Layout 49
	http://www.pangraphx.com

*/

/*

	Table of Contents
	
	1. Body
	2. Typography
	3. Image
	4. Header
	5. Content
	6 Footer
	
*/


/*


	----------------------------------------------------------------
	1. Body			
	----------------------------------------------------------------

	
*/

body
{
	padding: 0;
	margin: 0;
}

/*


	----------------------------------------------------------------
	2. Typography			
	----------------------------------------------------------------

	
*/



/*


	----------------------------------------------------------------
	3. Image		
	----------------------------------------------------------------

	
*/



/*


	----------------------------------------------------------------
	4. Header			
	----------------------------------------------------------------

	
*/

#header
{
	position: relative;
	float: left;
	width: 92%;
	height: 92%;
	background: #f8f8f8;
	padding: 4%;
}

/*


	----------------------------------------------------------------
	5. Content			
	----------------------------------------------------------------

	
*/

#content_left
{
	position: relative;
	float: left;
	width: 17%;
	height: 92%;
	padding: 4%;
}
#content_middle
{
	position: relative;
	float: left;
	width: 17%;
	height: 92%;
	padding: 4%;
	background: #e5e5e5;
}
#content_right
{
	position: relative;
	float: left;
	width: 42%;
	height: 92%;
	padding: 4%;
}

/*


	----------------------------------------------------------------
	6. Footer			
	----------------------------------------------------------------

	
*/

#footer
{
	position: relative;
	float: left;
	width: 92%;
	height: 92%;
	background: #f8f8f8;
	padding: 4%;
}
