/**
* Global Styles Defintions
*
* @author    		Matt Gifford
* @copyright		2005 Timeshifting Interactive Limited
*/

body, html {
	background: #fff;
	}

#page {
	position: relative; margin: 0; padding: 0; width: 100%;
	text-align: left; background: #fff; z-index: 100;
	border: 0 !important;
	}



/* ::  Global Styles  --  Header  */

#globalHeader {
	display: none !important;
	border: 0 !important;
	}




/* ::  Global Styles  --  Content  */

#globalContent {
	position: absolute; padding: 0; width: 100%;
	background: none;
	}

#globalFooter {
	display: none;
	}


/*  ::  Page Styles  --  Inside Content  */

#insideContent {
	position: absolute;
	width: 100%; background: none;
	border: hidden !important;
	}



/*  ::  Page Styles  --  Inside :: Menu  */

#insideMenu {
	display: none;
	}



/*  ::  Page Styles  --  Inside :: Body  */

#insideBody {
	position: absolute; display: block;
	float: none; width: 100%; padding: 0;
	border: hidden !important;
	}

#insideBody h2 {
	padding-top: 0;
	margin-top: 0;
	}

#insideBody p.location {
	display: none;
	}