/* CSS Document */
body{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9pt;
		margin:11px;
		}
		#wrapper{
		margin:auto;
		width:900px;
		height:100%;
		}
		#top{
		margin-top:10px;
		margin-left:45px;
		}
		#left_quotation_mark{
		float:left
		}
		#text{
		float:left;
		width:740px;
		height:100%;
		}
		#right_quotation_mark{
		float:left;
		}
		.clear{
		clear:both;
		}
		
		#content{
		width:810px;
		margin-left:45px;
		margin-top:10px;
		}
		
		#contentDesk{
		float:left;
		width:500px;
		margin-left:45px;
		margin-top:10px;
		}
		
		.leftBox{
		float:left;
		margin-left:34px;
		}
		.rightBox{
		float:left;
		
		}
		.entitycell_contenttop{
		background: url('../images/entitycell_contenttop.gif');  
		background-repeat: no-repeat;
		height: 210px; 
		width:370px;
		text-align: left;
		
		}
		.entitycell_contentbottom{
		background: url('../images/entitycell_contentbottom.gif');  		
		background-repeat: no-repeat;
		padding: 10px;
		}
		.entitycell_content{
		width:250px;
		height:200px;
		margin: 0px 0px 0px 60px;
		padding-top:10px;
		}
		#pictures{
		float:left;
		}
		#pictures li{
		margin:20px;
		list-style:none;
		}
		
		a.screen, a.screen:visited {
		color:#c00; 
		position:relative; 
		z-index:1;
		}
		a.screen b {
		position:absolute;
		visibility:hidden; /* hide the image */
		width:363px; /* give it a width */
		height:0; /* no height to solve an Opera bug that makes it selectable when hidden */
		border:1px solid #3366FF; /* add a border */
		left:200px; /* position:the image */
		top:-150px;
		}
		a.screen:hover {
		text-decoration:none; 
		border:0; /* needed for this to work in IE */ 
		z-index:1000;
		}
		a.screen:hover b {
		visibility:visible; /* make the image visible */
		height:150px; /* now give it a height */
		cursor:pointer; /* for IE */
		z-index:500; 
		}
		a.screen:hover b img {
		border:0; /* remove the link border */
		}
		
		#thumbsA{
		float:left;
		margin-left:25px;	
		}
		
		#thumbsB{
		float:left;	
		}
		
		#thumbsC{
		float:left;		
		}
		
		#largePicture{
		float:left;
		margin-left:20px;
		margin-top:10px;
		}
		
		ul{
		list-style-type:none;
		margin-left:0;
		padding-left:10px;
		}
		
		#thumbsA li{
		margin-bottom:5px;
		}
		
		#thumbsB li{
		margin-bottom:5px;
		}
		
		#thumbsC li{
		margin-bottom:5px;
		}
		
	
		
