/* CSS Document */
body { 	
	/*background-image:url(../images/bg_middle1.gif); 
	background-position:top;
	background-attachment: fixed;
	background-repeat:no-repeat;
	margin:0px 0px 0px 0px;*/
	

}








	/* position:absolute for all browsers - the whole page scrolls */
div#headerwrap {
	/*position:absolute;*/
	top:0px;
	left:0px;
	z-index:2;
	height: 25px;
}

/* position:fixed for modern browsers - header and footer do not scroll */
body>div#headerwrap {
	/*position:fixed !important;*/
	z-index: 2;
}
div#header {
	width:780px;
	margin:0 auto;
	height:auto;
	z-index:0;
}




/* no positioning for IE5/Win - the whole page scrolls */
div#footerwrap {
	width:100%;
	/*position:absolute;
	bottom:0;*/
	float: right;
	left:0;
}
/*body>div#footerwrap {
	width: 780px;
	margin:0 auto;
	position:fixed !important; 

}*/

/* Styling rules to make this demo page look nice. */

div#footer {
	background-image: url(../images/bghomepagef.gif); 
	background-repeat:no-repeat; 
	background-position:bottom;
	z-index:1;
	width:780px;
	margin:0 auto;
}

.mainscroll{
	margin:auto;
	padding-top:0px;
	background-color:#ecba0b;
}
	
	
#body1 { 
	background-color: #ECBA0B;
	margin:auto;
	margin-top:127px;
	padding-top: 20px;
	width:780px;
	vertical-align:top;
	background-image:url(../images/bg_middle1.gif); 
	background-position:top;
	/*background-attachment: fixed;*/
	background-repeat:no-repeat;
}


div#leftfixwrap {
	/*position: absolute;*/
	top:0px;
	margin-top:0px;
	height: auto;

}

body>div#leftfixwrap {
	/*position:fixed;*/
	height:auto

}
div#leftfix {
	height: auto;
	width:330px;
	margin:0px 0px 0px 3%;
	float: left;

}
/* set a left margin to compensate for IE/Win always making room for a scrollbar */







div#middlewrap {
/* set left margin and bottom padding for IE5/Win */
	 background-repeat:no-repeat; 
	 background-position: top;
	 margin-top:0px 0px 0px 0px;
	 width:770px;
	 height:auto;
	 padding:0px 0px 0px 0px;
	 z-index:0;
/* set left margin and bottom padding for others */

}

/* set left margin for modern browsers */
body>div#middlewrap {
	margin-left:0;
}

div#middle {
	margin:0px 0px 0px 0px ;
	float:inherit;
	width:770px;
	z-index:1;
}


div#content {
	width:48%;
	float:right;
	padding:0px 0px 40px 0px!important;
	margin-top:2%;
	z-index:4;
}












#leftpan1 {
	width:55%;
	float:left;
	padding:0px 0px 0px 0px!important;
	margin-top:2%;
	z-index:4;

}

#content1 {
	width:46%;
	float:right;
	padding:0px 0px 0px 0px!important;
	margin-top:2%;
	z-index:4;
	background-color:#000000;
}