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

	DEFINITIONS:	Layout
	AUTHOR:			Silco Electric.
	VERSION:		10.09.2009
	
	CONTENTS:
		
	1				Essentials 	
	2				Basic layout 	
	3				Header layout 	
	4				Content layout 	
	5				Footer layout 	

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



/* 1	Essentials
=============================================================== */
html {}
body {background: #eee url(../images/bg/page.jpg) no-repeat top center; border-top:5px solid #383838;}


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


/* 3	Header
=============================================================== */
#header {height:110px;}


/* 4	Content
=============================================================== */
#wrap_content {border-top:5px solid #383838; width: 940px; background-color:#fff;}
#content {padding:30px;}
#sidebar {float:right; width:250px; padding:30px;}
body#contact #content {float:left; width:550px;}


/* 5	Footer
=============================================================== */
#footer {height:40px; background-color:#e5e5e5; padding:30px; font-size:12px;}