/* ***************************************************** */
/* ki-bit.com Stylesheet */
/* ***************************************************** */
/* File:		kibit_layout.css */
/* Function:	basic layout definitions */
/* Created: 	2007-03-21 by kf */
/* Last update:	2007-06-12 by kf */

/* You may adapt certain elements of this CSS in your own
/* projects, but the unique combination of images, colors,
/* sizes, typography, and positioning ("the DESIGN") is
/* copyright 2007 kibit and may not be reproduced.
/* ***************************************************** */


@media all
{
	body 					{ position: relative; color: #000000; text-align: left; padding: 0; margin: 0;
								  font-family: Verdana,arial,sans-serif; 
  								font-size:10pt; }
	 }
	
	/* PAGE */
	#page_container			{ margin:0 0 0 0; width:896px; background:#ffffff;}
	#page					{ background: transparent; }
	
	/* HEADER */
	#header 				{ height: 100px; }
	#header_content			{ padding: 30px 20px 1px 20px; }
	#header img				{ margin: 0; font-size:100%;}
	#logo					{ position:absolute; top: 32px; left: 808px; }

	/* MAIN CONTENT */
	#main					{ background: #ffffff;  margin: 0; padding: 0; }
	#main_content			{ margin: 20px 0px 0 0;}

	/* FOOTER */
	#footer					{ margin: 0;   }
	#footer_content			{ padding: 1.5em 2em 1em 2em; }

	div.Spacer 				{ width: 100%; height: 1px; overflow: hidden; background-color: #C8C8C8;	}
}

