@charset "utf-8";
/* CSS Document */

div#content_main {
	width: 760px;
	margin: 1.5em;
	font-family: Arial, Helvetica, sans-serif; 
}

div#content_main h2 {
	font-size: 1.2em; 
	font-family: Arial, Helvetica, sans-serif; 
	text-transform: uppercase; 
	color: #C90;
	margin: 1em 0.5em 0.7em 0;
	}

div#content_main p {
	padding: 0.1em 0 0.5em 0;
	line-height: 180%;
}

div#address {
	width: 800px;
}


div#address p {
	font-size: 0.8em;
	padding: 0.2em 0 0 0 ;
}

div#content_main h3 {
	font-size: 1em;
	color: #556688;
	text-transform: none;
	margin: 2em 0 .5em 0;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 5px;
	border: 1px solid #556688;
}

img.right {
	float: right;
	margin: 0em 4em 1em 1em;
	border: 1px solid #556688;
}

/* gallery */
#gallery {
	width:400px;
	height:300px;
	position: absolute;
	left: 400px;
	}
	
ul#thumbnails {
	margin:0;
	list-style:none;
}
ul#thumbnails  li {
	float:left;
	position:relative; 
	top: 200px;
}
ul#thumbnails li a {
	height:40px;
	width:60px;
	padding: 3px;
	display:block;
	text-decoration:none;
	background:#fff;
}
ul#thumbnails li a img {width:60px; height:40px; border:0;}
ul#thumbnails li a:hover {
	background:#fc0;
}
ul#thumbnails li.close a:hover {
	background:#fff;
}

#gallery #fullsize {
	position:absolute;
	left:0;
	top:0;
	height:200px;
	width:300px;
	overflow:hidden;
}

/*g2*/

#g2 {position:relative; width:400px; height:200px; background: url(../gallery/a.jpg) 0px 40px no-repeat; }

#g2 a.pics {float:left; margin: 0 auto; display:inline; text-decoration:none; width:60px; height:40px; cursor:default;}
#g2 a.pics img.thumb {display:block; border: none;}

#g2 a.pics span {display:none; border:none; width:200px; border: none; text-align:center;}
#g2 a.pics span img { border:1px solid #000;}

#g2 a.pics:hover {white-space:normal;}
#g2 a.pics:hover img.thumb {border:1px solid #fff;}
#g2 a.pics:hover span {display:block; border: none; position:absolute; left:0px; top:50px; z-index:10; height:200px;}

#g2 a.pics:active img.thumb {border:none;} 
#g2 a.pics:active span {display:block; position:absolute; left:0px; top:50px; z-index:5; height:200px;}



#g2 a.pics:focus span {display:block; position:absolute; left:9px; top:192px; z-index:5; outline:0; height:200px;}


