/***********************************************/
/*  GLOBAL STYLESHEET FOR nTelosWireless.com 
/***********************************************/


/* LAYOUT DIVS */ 
/***********************************************/

	html, body {
		color: #333333;
		line-height: 1.166;	
		margin: 0px;
		padding: 0px;
		text-align:center; /* for IE */ 
		font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
		line-height: 14px;
		font-size: 11px;
		background-image:url(../images/mainBG.png); 
		background-repeat:repeat-x;
	} 

	.wrapper {
		width: 100%;
		margin: 0px;
		text-align:left; /* reset text alignment */
		margin:0 auto; /* for the rest */ 
		padding: 0;
	}

	.topslice{ 
		width:1000px; 
		height:40px; 
		background-image:url(../images/top.png); 
		background-repeat:no-repeat;
		margin:0 auto; /* for the rest */
	}
			
	#content { 
		width: 1000px;
		margin: 0px;
		margin:0 auto; /* for the rest */ 
		background-image:url(../images/midBG.png); 
		background-repeat:repeat-y;
	}	
	
	html>body #content {    /* automatically expands height in CSS standards compliant browsers */
		min-height: 100%;
		height: auto;
	}		

	.footerBG { 
		background-image:url(../images/mainBot.png); 
		background-repeat:repeat-x;
		text-align: center;
	}
					
	.footerslice{  
		width:1000px; 
		height:200px;
		background-image:url(../images/botmid.png); 
		background-repeat:no-repeat;
		margin:0 auto; /* for the rest */
	}
