@charset "utf-8";
/* CSS Document */
/* mac hide\*/
html, body {height:100%}/* was 100 percent */
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:952px;/* for mozilla was 760*/
	background-image: url(../cssimages/sidebarbg.gif);
	background-repeat:repeat-x;
	color: #FFFFFF;
	/*background-color: #FF6600; /*overall color including back of center*/
	/*color: #FFFFFF;/*overall color of font on back not matter*/
}
#outer{ 
	height:100%;/* was 100 percent */
	min-height:auto;/* was 100 percent */
	width:950px; /*over all size with left and center and right was 758*/
	border-left:1px solid #000;
	border-right:1px solid #000;
	color: #000000;
	text-align:left;
	/*margin:auto;*/
	position:relative;
	margin: 0 auto; /*Center container on page*/
	background-image: url(../cssimages/bg1.gif);
	background-repeat:repeat-y;
	/*background:  url(images/centredbg.jpg) repeat-y center center;*/
	/*position:relative;*/
}
#outer2{ 
	height:100%;/* was 100 percent */
	min-height:auto;/* was 100 percent */
	width:950px; /*over all size with left and center and right was 758*/
	border-left:1px solid #000;
	border-right:1px solid #000;
	color: #000000;
	text-align:left;
	/*margin:auto;*/
	position:relative;
	margin: 0 auto; /*Center container on page*/
	 
	 
	/*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:748px;/* was 626*/ 
	 
}
#innerwrap2 {/* enables content first */
	float:left; 
	width:948px;/* was 626*/ 
	
}
#header{
	position:absolute;
	top:0;
	left:-1px;
	width:950px;/*  was 758*/
	height:90px;
	background:#FFFFFF;
	border:1px solid #000;
	overflow:hidden;
	color: #000000;
	z-index:100;
}
#header2{
	position:absolute;
	top:0;
	left:-1px;
	width:950px;/*  was 758*/
	height:90px;
	background:#FFFFFF;
	border:1px solid #000;
	overflow:hidden;
	color: #000000;
	z-index:100;
}
#left {
	position:relative;/*ie needs this to show float */
	width:50px;
	float:left;
	padding-top:92px;/*needed to make room for header was 72*/
	padding-bottom:1px;/* needed to make room for footerwas 32 */
}
#left2 {
	position:relative;/*ie needs this to show float */
	width:100px; 
	float:left;
	padding-top:92px;/*needed to make room for header was 72*/
	padding-bottom:1px;/* needed to make room for footerwas 32 */
}
#left p {padding-left:3px;padding-right:2px}
#right p {padding-left:4px;padding-right:2px}

#right {
	position:relative;/*ie needs this to show float */
	width:150px;
	float:right;
	padding-top:92px;/*needed to make room for header was 72 */
	padding-bottom:1px;/* needed to make room for footer was 32*/
}
#right2 {
	position:relative;/*ie needs this to show float */
	width:100px;
	float:right;
	padding-top:92px;/*needed to make room for header was 72 */
	padding-bottom:1px;/* needed to make room for footer was 32*/
}

#footer {
	width:950px;
	clear:both;
	height:25px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	background-color: #000000;
	color: #FFFFFF; /* font color of footer */
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;

}
* html #footer {/*only ie gets this style*/
	\height:22px;/* for ie5 */
	he\ight:20px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centercontent {
	width:748px;/* was 498*/
	background:#FFCC00; /* so the yellow color fixes the space on top menu bar*/
	/*float:right; */
	margin-left:50px;
	padding-top:92px; /* was 72 */
	padding-bottom:2px;/* needed to make room for footer was 32*/
}
#centercontent2 {
	width:948px;/* was 498*/
	background:#FFCC00; /* so the yellow color fixes the space on top menu bar*/
	/*float:right; */
	margin-left:1px;  
	padding-top:92px; /* was 72 */
	padding-bottom:2px;/* needed to make room for footer was 32*/
}
#centercontent p {padding-left:3px}

#clearfooter {width:100%;height:1px;clear:both} /* to clear footer was 22 */



