/* Integration International layout document
Created: 27/07/07
Author: Green Media */
#small_logo{
	display:none;
}
#menu_header{
	display:none;
}

/* mac hide\*/
html, body {/*height:100%*/}
/* end hide */
body {
	padding:0;
	margin:0;
	margin-top: 0px;
	/*min-width:760px;/* for mozilla*/
	background-color: #ffffff;
	color: #000000;
}
#outer{
	/*height:100%;
	min-height:100%;*/
	width:100%;
	color: #000000;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/

#innerwrap {/* enables content first */
	width:100%;
}
#header{
	display:none;
}
#left {
	display:none;
}
#left p {padding-left:3px;padding-right:2px}
/*#right h2 {padding-left:35px;padding-right:2px}*/


#right {
	display:none;
}

#footer {
	display:none;
}
* html #footer {/*only ie gets this style*/
	\height:152px;/* for ie5 */
	he\ight:150px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent {
	width:100%;
}


/* -- SINGLE COLUMN - */
#single_column {width:100%;}
/*#single_column p {padding-right: 150px;}*/

/* -- TWO COLUMNS -- */
#two_column_left{width: 100%; clear:both;}
#two_column_right{width: 100%; clear:both;}
/* -- THREE COLUMNS --*/

#first_column {width: 100%; clear:both; }
#second_column {width: 100%; clear:both; }
#third_column {width: 100%; clear:both;}


