div.body {		font: 80% verdana, arial, helvetica, sans-serif;
			text-align: center; /* for IE */

}


div.container {				position: absolute;
					left: 50%;
					top: 50%;
					width: 795px;
					height: 500px;
					margin-left: -397px; /* half of width */
					margin-top: -250px;  /* half of height */
					border: 0px #9BCF4C solid;
					background-color: #FFFFFF;
					overflow: none;
}



div.main {				position: absolute;
					left: 93px;	
					top: 95px;
					height: 395px;	
					width: 607px;	
					overflow-y: auto;
					overflow-x: hidden;
					z-index: 5;	
					border: 0px solid #000000;	
					padding: 0px;
}

div.logobar {				position: absolute;
					left: 0px;	
					top: 74px;
					height: 426px;	
					width: 90px;	
					z-index: 5;	
					border-right: 2px #9BCF4C solid;	
					padding: 0px;
					/*background-color: #FFFFFF; */
}

div.logo {				position: absolute;
					left: 26px;	
					top: 399px;
					height: 100px;	
					width: 38px;	
					z-index: 6;	
					border: 0px #9BCF4C solid;	
					padding: 0px;
					background: #FFFFFF url(images/logosmall.gif) no-repeat; 
}

div.tagline {				position: absolute;
					left: 138px;	
					top: -1px;
					height: 46px;	
					width: 400px;	
					overflow: none;
					border: 0px solid #3cabf8;
}


div.nav1 {				position: absolute;
					top: 55px;
					left: 0px;	
					height: 20px;
					width: 795px;
					overflow: none;
					z-index: 5;
					background: #9BCF4C;
}


div.homenav {				position: absolute;
					left: 0px;	
					top: 102px;
					height: 20px;	
					width: 91px;	
					z-index: 6;	
					border: 0px #9BCF4C solid;	
					padding: 0px;
					background-color: #9BCF4C;
}


div.imagebar {				position: absolute;
					left: 704px;	
					top: -1px;
					height: 500px;	
					width: 91px;	
					z-index: 10;	
					border: 0px #9BCF4C solid;	
					padding: 0px;
					background-color: #FFFFFF; 
}

div.finder {				position: absolute;
					left: 337px;	
					top: 150px;
					height: 220px;	
					width: 350px;					
					z-index: 4;					
					background-color: #9BCF4C;
					filter:alpha(opacity=20);
					-moz-opacity:0.2;
					opacity: 0.2;				
					padding: 0px;
}

