	body { 
		background-color:#EDEDED; 
		margin-top:20px; 
		padding:0; 
		font:11px "Trebuchet MS", sans-serif; 
		text-align:center; 
		color:5D4736;
		min-width:800px;
	}

	
	/* page border styles */
	div#popouterborder {
		background-color: #FFFFFF;
		padding: 5px;
		margin:0 auto;
		text-align:left;
		width:512px;
		/* width:375px; */
	}
	
	/*The following style is for IE5+Win, to combat the box model bug */
	* html div#popouterborder {
		width:512px;
		/* width:375px; */
	}	
	/* end hack */

	
	div#popinnerborder {
		padding:0;
		margin:0 auto;
		text-align:left;
	}
	
	
	/* page border styles */
	div#outerborder {
		background-color: #FFFFFF;
		border:1px solid #BBB7B1;
		padding: 5px;
		margin:0 auto;
		text-align:left;
		/*width:800px; */
		width:798px; 
		position: relative;
	}
	
	/* commented backslash hack v2 \*/
	div#outerborder {
	background-color: #FFFFFF;
	padding: 5px;
	margin:0 auto;
	text-align:left;
	width:798px;
	position: relative;
	border: 1px solid #BBB7B1;
	}
	/* end hack */
	
	/*The following style is for IE5+Win, to combat the box model bug */
	* html div#outerborder {
		/*width:795px; */
		width:798px; 
		w\idth:786px;
	}
	/* end hack */

	
	div#innerborder {
	padding:0;
	margin:0 auto;
	text-align:left;
	border: 1px solid #BBB7B1;
		/*width: 785px; */
	}
	
	/* commented backslash hack v2 \*/
	div#innerborder {
		padding:0;
		margin:0 auto;
		text-align:left;
	}
	/* end hack */
	
	
		
	
