/* Integration International layout document
Created: 27/07/07
Author: Green Media */
#small_logo{
	position:relative;
	left:30px;
	top:-55px;
	float:right;
}
#pdf_right{ float: right; padding-right: 10px;}			
#pdf_right a{padding-left: 15px;}	
#pdf_left{float:left; padding-right: 0px;}				
#menu_header_left img{float: right; }
#menu_header{
	width:100%;
	height:112px;
}

/* mac hide\*/
html, body {/*height:100%*/}
/* end hide */
body {
	padding:0;
	margin:0;
	margin-top: 0px;
	text-align:center;
	/*min-width:760px;/* for mozilla*/
	background-color: #FDF9CE;
	color: #000000;
}
#outer{
	/*height:100%;
	min-height:100%;*/
	width:810px;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/

#innerwrap {/* enables content first */
	float:left;
	width:648px;

}
#header{
	position:absolute;
	top:0;
	left:-1px;
	width:810px;
	height:260px;
	background: transparent;
	/*overflow:hidden;*/
	color: #000000;
	z-index:100;
}
#left {
	position:relative;/*ie needs this to show float */
	width:162px;
	float:left;
	/*padding-top:280px;needed to make room for header*/
	/*padding-bottom:150px; needed to make room for footer */
}
#left p {padding-left:3px;padding-right:2px}
/*#right h2 {padding-left:35px;padding-right:2px}*/


#right {
	position:relative;/*ie needs this to show float */
	width:162px;
	float:right;
	padding-top:300px;/*needed to make room for header*/
	/* padding-bottom:150px;needed to make room for footer */
	
}

#footer {
	/*width:758px;*/
	width: 810px;
	clear:both;
	height:125px;
	background-color: #FDF9CE;
	background:url(../graphics/footer-wide.jpg) top left no-repeat;
	color: #000000;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;
	
}
* 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:486px;
	float:right;
	padding-bottom:125px;/* needed to make room for footer */
	padding-top:300px;
}



#clearfooter {width:100%;height:20px;clear:both;} /* to clear footer */
* html #clearfooter {width:100%;height:0px;clear:both;} /* to clear footer */



/* -- SINGLE COLUMN - */
#single_column {width:488px;}
/*#single_column p {padding-right: 150px;}*/

/* -- TWO COLUMNS -- */
#two_column_left{width: 240px; padding-right:3px; float: left;}
#two_column_right{width: 240px; float: left;padding-left:3px;}
/* -- THREE COLUMNS --*/

#first_column {width: 152px; float: left; }
#second_column {width: 152px; float: left; }
#third_column {width: 152px; float: left; }



