#container	{
	min-width:900px;
	max-width:1250px;
	width: expression(document.body.clientWidth < 952? "950px" : document.body.clientWidth > 1250? "1250px": "auto");/* for shitty IE6*/
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	/*background-color:#00FF00;*/
	}
	
#header {
	margin:0px;
	/*background-image:url(tigerbackground.jpg);
	background-repeat:repeat-x;
	margin-top:-30;*/
	}
	
#content{
	text-align:center;
	margin:auto;
	/*background-color:#000000;*/
	}	
	
#contenttop	{
	margin:auto;
	width:70%;
	text-align:center;
	}	
	
#leftpane{
	float:left;
    width: 45%;	
	margin-right:0%;
	}

#rightpane{
	float:right;
	margin-right:5%;
	text-align:centre;	
    width: 45%;
	}		
	
#contentmid	{
	text-align:center;
	height:270;
	}	

#contentbot	{
	height:115px;
	text-align:center;
	line-height:1.9;
	}	
	
#box{
	text-align: center;
	line-height:1.5;
	width:85%;
	margin-left:15%;
	}
	
div.float {
  float: left;
  width: 120px;
  padding: 20px;
  }
  
div.float p {
   text-align: center;
   }
   
#photoframe{
	position: inherit;
	float:left;
	left:15;
	width:615px;
	height:615px;
	/*background-color:#FFFFCC;*/
	}	
	
#textframe{
	position: inherit;
	left:660;
	overflow-x:hidden;
	overflow-y:auto;
	height:615;
	width: auto;
	margin-right:20;
	padding-right:20;
	padding-left:20;
	text-align:left;
	font-size:12pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height:1.5;
	color: #FFFFFF;
	/*background-color:#999966;*/
	}