/* -------------------------------------------------------------- 
-----------------------------------------------------------------

	DEFINITIONS:	Layout
	AUTHOR:			Reef Light Interactive
	VERSION:		01.07.2009
	
	CONTENTS:
		
	1				Essentials 	
	2				Basic layout 	
	3				Header layout 	
	4				Content layout 	
	5				Footer layout 	

-----------------------------------------------------------------
-------------------------------------------------------------- */



/* 1	Essentials
=============================================================== */
html {background-color:#2a2a2a;}
body {background:#fff url("../images/bg/page.jpg") top center no-repeat; font:14px Arial; color:#111;}
body#er404 {background:#ccc url("../images/bg/page404.jpg") top center no-repeat; font:14px Arial; color:#111;}


/* 2	Basic layout
=============================================================== */
#wrapper {margin:0 auto; padding:10px 0 0 0; width:960px;}


/* 3	Header layout
=============================================================== */
#header {height:130px; width:100%; text-align:center;}


/* 4	Content layout
=============================================================== */
#content {padding:20px 0 40px 0;}
body#home #content {background:url("../images/bg/home_light.png") no-repeat left top; padding:60px 0 30px 10px;}
body#cubes #content {background:url("../images/bg/home_light.png") no-repeat left top; padding:60px 0 30px 20px;}
body#ourstory #content {padding:20px 60px 40px 60px;}
body#er404 #content {padding:80px 20px 20px 300px; height:580px; background:url("../images/bg/lightbulb_404.png") no-repeat top left;}


/* 5	Footer layout
=============================================================== */
#wrap_footer {height:130px; width:100%; background:#2a2a2a url("../images/bg/footer.gif") repeat-x;}
	#fcontent {width:960px; margin:0 auto; font-size:11px; color:#afafaf;}

