/* mac hide\*/
html, body { height:100%; }
/* end hide */

body {
	scrolling = "yes";
	scroll="yes";
	padding:0;
	padding-left: 17px;
	margin:0;
	text-align:center;
	min-width:688px;/* for mozilla*/
	color: #000000;
	background-color: #F2F5E2;
	height:1000px;
}

#outer {
	/* sets the height % */
	/*
	height:50%;
	min-height:50%;
	*/
	width:688px;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	/* background:  url(images/centredbg.jpg) repeat-y center center; */
	position:relative;
}
 
html>body #outer { height:auto; } /*for mozilla as IE treats height as min-height anyway*/

#innerwrap {/* enables content first */
	float:left;
	width:688px;
}

#header {
	position:absolute;
	top:-2px;
	left:-1px;
	width:688px;
	/*height:150px;*/
	overflow:hidden;
	color: #000000;
}

#totalwidth p {
	padding: 0px;
}

#totalwidth {
	/* position:relative; */ /*ie needs this to show float */
	width:688px;
	float:left;
	padding-top:144px;/*needed to make room for header*/
	padding-bottom:0px;/* needed to make room for footer */
}

#footer {
	width:688px;
	clear:both;
	/*height:50px;*/
	color: #000000;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;
	float: left;
}

* html #footer {			/*only ie gets this style*/
	\height:52px; 			/* for ie5 */
	he\ight:50px;			/* for ie6 */
}

div,p  {
	margin-top:0; 			/*clear top margin for mozilla*/
} 

#centrecontent {
	width:688px;
	float:right;
	padding-top:0px;
	padding-bottom:0px;		/* needed to make room for footer */
}

#centrecontent p { 
	padding-left:3px; 
}

#clearfooter{
	width:100%;
	height:222px;
	clear:both;
}
html>body #outer #clearfooter{
	 height:32px;
} 
#clearHomefooter{
	width:100%;
	clear:both;
	display: block;
	height: 144px;

}
html>body #clearHomefooter {/*only ie gets this style*/
	height:0px;		/* Firefox */
	.height:0px;	/* for IE 7 */	
}

html>clearHomefooter{
	padding-top:0px;
}

/* to clear footer */

#inner_content {
	padding-left: 15px;
	padding-right: 15px;
}

#clear {
	width:100%;
	height:50px;
	clear:both;
}

#image-wrap {
	background-color:#666;
	width: 75px;
	height: 50px;
	overflow:hidden;
}

