@charset "utf-8";
/* Blindbobs.com about.php CSS */

/* logo at center of page */
#abtTle{ display:block; margin:auto; text-align:center;	color:#000;	font-size:3em; font-weight:bolder; }
#abtTle img{ width:35%;	margin-bottom:-1em; }


/* image gallery */
.gallery{ width:848px; margin:auto; margin-bottom:2em; position:relative; top:0px; overflow:hidden; }	
.gallery div{ float:left; width:200px; margin:6px; height:120px; overflow:hidden; webkit-border-radius:10px; -moz-border-radius:10px; behavior:url( css/border-radius.htc );	border-radius:10px; }
.gallery img{ width:100%; border:none; }