﻿
/*
**
**	Layout Style Sheet.
**	Do not modify.
**
*/

/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:760px;/* for mozilla*/
	background-color: #F2E3EE;
	color: #000000;
	
	/* background-color:#ecebde; */
	background: #ecebde url(Images/bodyBg.jpg) repeat-x;
}

#outer{
	height:100%;
	min-height:100%;
	width:758px;
	border-left:1px solid #000;
	border-right:1px solid #000;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	/*background:  url(App_Themes/Default/Images/centredbg.jpg) repeat-y center center; */
	position:relative;
	
	background-color: Teal;
	background:  url(Images/outerBg.jpg) repeat-y center center;	
	border-left:0px solid #666666;
	border-right:0px solid #666666;	
}

html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	/* width:626px; */
	width:758px;
}

#header{
	position:absolute;
	top:0;
	/*left:-1px; */
	width:758px;
	height:120px;
	/* background:#FF0000; 
	border:1px solid #000; */
	overflow:hidden;
	color: #000000;
	z-index:100;
	
	border:0px solid #000;
	background-image:url(Images/headerBg.jpg);
	background-repeat:no-repeat;
	
}
#left {
	position:relative;	/*ie needs this to show float */
	/* width:122px; */
	float:left;
	padding-top:120px;	/*needed to make room for header*/
	padding-bottom:42px;	/* needed to make room for footer */
	
	background-color:Transparent;
	width:152px;
}

#right {
	position:relative;		/*ie needs this to show float */
	width:130px;
	float:right;
	padding-top:120px;		/*needed to make room for header*/
	padding-bottom:42px;		/* needed to make room for footer */
	
	width:0px;
	background-color:Yellow;	
}

#footer {
	width:758px;
	clear:both;
	height:40px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;
	
	color:#ffffff;
	background-image:url(Images/footerBg.jpg);
	background-repeat:repeat-x;
	border-top:0px solid #000;
	border-bottom:0px solid #000;
}

* html #footer {/*only ie gets this style*/
	\height:42px;/* for ie5 */
	he\ight:40px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent {
	width:498px;
	float:right;
	padding-top:120px;
	padding-bottom:42px;		/* needed to make room for footer */
	
	/* background-color:transparent; */
	width:628px;
	width:636px;
	width:606px;
	
	background-image:url(Images/centerBg.jpg);	
	background-repeat:no-repeat;
	
	
	
}

#clearfooter {width:100%;height:42px;clear:both} /* to clear footer */

/*
**
**	Layout Style Sheet - Ends.
**	Do not modify.
**
*/
