 

 p {
	margin:0;
	padding:0;
}
 #wrapper {
	display:block; width:100%;   vertical-align:middle;
      border: 0px solid grey;
	  background-color: #efefef;
	  margin:0;
	  padding:0;
}
#wrapper p {
	line-height:30px;
}
   
 .myblockfont { font-family:   arial,sans-serif, helvetica; font-size: 10pt ; text-decoration:underline; }
  BODY, P,TD,A,FORM,UL,OL,LI,FORM,option { font-family:    arial,sans-serif, helvetica; font-size: 9pt ;}
 .f1 { font-family:  arial,sans-serif, helvetica; font-size: 8pt ;}
 
 
  body,td,th {
	color: #000000;
}

body {

	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #0000CC;
}
a:visited {
	color: #0000CC;
}
a:hover {
	color: #0000CC;
}
a:active {
	color: #0000CC;
}
a img {
border : 0 none;
}

/* thumbnail list */
 	ul { width:60%; text-align:center; background: #F4F4F4 url(cam.jpg) right bottom no-repeat;}
	ul#thumbs, ul#thumbs li{
		  margin:auto; 
		padding:0;
		list-style:none;
	}
	
	ul#thumbs li{
		float:left;
		 margin-bottom:5px;
		margin-right:5px;
		border:1px solid #999;	
		padding:2px;
		text-align:center;
	}
	ul#thumbs a{
		display:block;
		float:left;
		width:100px;
		height:77px;
		line-height:100px;
		overflow:hidden;
		position:relative;
		z-index:1;		
	}
	ul#thumbs a img{
		float:left;
		position:absolute;
		bottom:-2 px;
		left:-2px;	
	}
	
	/* mouse over */
	
		ul#thumbs a:hover{
			overflow:visible;
			z-index:1000;
			border:none;		
		}
		ul#thumbs a:hover img{
			border:1px solid #999;	
			background:#fff;
			padding:2px;			
		}	
	
	/* // mouse over */
 
	/* clearing floats */
	
		ul#thumbs:after, li#thumbs:after{
			content:"."; 
			display:block; 
			height:0; 
			clear:both; 
			visibility:hidden;
			}
		ul#thumbs, li#thumbs{
			display:block;
			}
		/*  \*/
		ul#thumbs, li#thumbs{
			min-height:1%;
			}
		* html ul#thumbs, * html li#thumbs{
			height:1%;
			}	
	
	/* // clearing floats */
 
/* // thumbnail list */
 
 
