/* mac hide\*/

html, body {height:100%}

/* end hide */

body {

	padding:0;

	margin:0;

	text-align:center;

	min-width:763px;/* for mozilla*/

}

#outerhome{

	height:100%;

	min-height:100%;

	width:763px;

	border-left:0px;

	border-right:0px;

	text-align:left;

	margin:auto;

	position:relative;
	z-index:100;

}

#outerother{

	height:100%;

	min-height:100%;

	width:763px;

	border-left:0px;

	border-right:0px;

	text-align:left;

	margin:auto;

	position:relative;
	z-index:100;

}
 

html>body #outerhome{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
html>body #outerother{height:auto;} /*for mozilla as IE treats height as min-height anyway*/


#innerwraphome {/* enables content first */

	float:left;

	width:598px;

}

#header{

background-color: white;

position:absolute;

top:0;

left:-0px;

width:763px;

height:132px;

margin: 0px 0px 0px 0px;
padding: 50px 0px 0px 0px;

border:0px;

overflow:hidden;

z-index:100;

}

#homepage{

position:absolute;
top:134px;

left:-0px;

width:763px;

height:360px;

margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;

border:0px;

overflow:hidden;

}
html>body #homepage{top:132px;} /*for mozilla*/

#left {
position:relative;/*ie needs this to show float */

width:216px;

float:left;

/*padding-top:112px;/*needed to make room for header*/

padding-bottom:20px;/* needed to make room for footer */

}

#right { 
position:relative;/*ie needs this to show float */

width:163px;

float:right;

/*padding-top:122px;/*needed to make room for header*/

padding-bottom:20px;/* needed to make room for footer */

}

#footer {

background-color: white;

width:763px;

clear:both;

height:36px;

border-top:0px;

border-bottom:0px;

left:0;

bottom:0;

position: absolute;

}

* html #footer {/*only ie gets this style*/

\height:38px;/* for ie5 */

he\ight:36px;/* for ie6 */

}

div,p  {/*clear top margin for mozilla*/

margin-top:0

}

#centercontenthome {
background-color:transparent;
width:382px;

float:right;

padding-top:132px;/*needed to make room for header*/

padding-bottom:20px;/* needed to make room for footer */

z-index:80;
}

#clearfooter {/* to clear footer */

width:100%;

height:20px;

clear:both

} 