#container
	{
	min-width:900px;
	width:expression(document.body.clientWidth < 952? "950px" : "auto"); /* for shitty IE6*/
	text-align:center;
	margin-right:0px;
	margin-left:0px;
	}
	
#header 
	{
	height: 145px;
	margin:0px;
	}	
	
#content{
	margin-left:2%;
	height:500px;
	text-align:center;
	}	
	
#leftpane{
	float:left;
	height: 500px;
    width: 49%;	
	color: #66FF00;
	}

#rightpane{
	float:right;
	text-align:centre;	
	height: 500px;
    width: 49%;	
	}		
	
#photoframe{
	position:absolute;
	left:15;
	width:566px;
	height:600px;
	}	
#panoframe{
	text-align:center;
	height:410px;
	margin-top:0;
	}
	
#textframe{
	position:absolute;
	left:600;
	overflow-x:hidden;
	overflow-y:auto;
	height:600;
	width:auto;
	margin-right:25;
	padding-right:20;
	text-align:left;
	font-size:12pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height:1.5;
	color:#222222;
	}
	
#border {
	float:right;
	margin-right:5%;
	background-color:#000000;
	padding:5;
	}	
	
#innerbox {
	background-color: #fff;
	height:464px;
	width:399px;
	padding:2;
	}	
	
.ulnz{
    padding: 20;
    margin: 4;
	text-align:left;
	list-style-type:disc;
	font-weight: bold;   
	}
	
	
	
