body {
	font: 11px Helvetica, Verdana, Arial, sans-serif; color: #fff;
	background: #fff url(images/tile_back.jpg) repeat fixed;
	margin: 5px 0px 0px 0px;
}

p {margin: 1em 0em 1em 0em;}
hr {height: 1px; color: #fff;}

.banner {
    width: 700px; height: 220px;
	background: url(images/top.jpg) no-repeat center top;
	margin: 0px auto 0px auto;
}

.content_top {
    width: 760px; height: 4px;
	background: url(images/top.png) no-repeat;
	margin: 0px auto 0px auto;
}

.content_middle {
    width: 784px;
	background: url(images/middle.png) repeat;
	margin: 0px auto 0px auto;
}

.content_bottom {
    width: 778px; height: 15px;
	background: url(images/bottom.png) no-repeat;
	margin: 0px auto 0px auto;
}

.content {
	background: url(images/watermark.png) no-repeat center bottom;
	min-height: 470px;	
	padding: 5px 65px 15px 65px;
}

.header_black {font: 12px Helvetica, Verdana, Arial, sans-serif; color: #000;}
.header_white {font: 12px Helvetica, Verdana, Arial, sans-serif; color: #fff;}
	
a:active  { color: #000; text-decoration: none;}
a:link    { color: #fff; text-decoration: none;}
a:visited { color: #fff; text-decoration: none;}
a:hover   { color: #fff; text-decoration: underline; cursor:crosshair}



#gallery {width:100%;}
#gallery b.default {position:absolute; left:10px; top:10px; width:500px; height:500px; text-align:center;}
#gallery b.default img {display:block; margin:0 auto 10px auto; border:0px;}
#gallery b.default span {display:block; color:#000; font-family:verdana, arial, sans-serif; font-weight:normal; font-size:11px; width:300px; margin:0 auto;}
 
#gallery ul {list-style:none; padding:0; margin:0; width:120px; position:relative; float:right;}
#gallery ul li {display:inline; width:52px; height:52px; float:left; margin:0 0 5px 5px;}
#gallery ul li a {display:block; width:50px; height:50px; text-decoration:none; border:1px solid #000;}
#gallery ul li a span {display:none;}
#gallery ul li a img {display:block; width:50px; height:50px; border:0;}
#gallery ul li a:hover {white-space:normal; border-color:#fff; background:#000;}
#gallery ul li a:hover b {position:absolute; left:-500px; top:0; width:500px; height:300px; text-align:center; background:#000; z-index:20;}
#gallery ul li a:hover span {display:block; color:#fff; font-family:verdana, arial, sans-serif; font-weight:normal; font-size:11px; width:350px; margin:0 auto;}
#gallery ul li a:hover img {margin:0 auto 10px auto; width:auto; height:auto; border:1px solid #fff;}
 
#gallery ul li a:active, #gallery ul li a:focus {white-space:normal; border-color:#fff; background:#000;}
#gallery ul li a:active b, #gallery ul li a:focus b {position:absolute; left:-500px; top:0; width:500px; height:300px; text-align:center; background:#000; z-index:10;}
#gallery ul li a:active span, #gallery ul li a:focus span {display:block; color:#fff; font-family:verdana, arial, sans-serif; font-weight:normal; font-size:11px; width:350px; margin:0 auto;}
#gallery ul li a:active img, #gallery ul li a:focus img{margin:0 auto 10px auto; width:auto; height:auto; border:1px solid #000; border-color:#fff;}






