/* CSS Document */

body {background-color:#353542;
font-family:Helvetica;
}

a:link {
	color: #FF0000;
}
a:visited {
	color: #FF0000;
}
a:hover {
	color: #333333;
}
a:active {
	color: #FF0000;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.captions {
font-size:12px;

}

.header {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-image:url(images/headerbg.jpg);
	width:1050px;
	height:108px;
	border-left:solid 5px #ffffff;
	border-top:solid 5px #ffffff;
	border-right: solid 5px #ffffff;
	font-size:13px;

}

.headerital {
font-style:italic;
font-size:24px;
color:#ff0000;
}

.main {
margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-image:url(images/mainbg.jpg);
	width:1030px;
	height:488px;
	border-left:solid 5px #ffffff;
	border-bottom:solid 5px #ffffff;
	border-right: solid 5px #ffffff;
	padding:10px;
	font-size:18px;

}

.menu {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-color:#000;
	width:1050px;
	height:45px;
	border-left:solid 5px #ffffff;
	border-right: solid 5px #ffffff;
	font-family: Helvetica;
	color:#fff;
	font-size:24px;
}

.menu a:link {
	color: #fff;
}
.menu a:visited {
	color: #fff;
}
.menu a:hover {
	color: #FF0000;
}
.menu a:active {
	color: #fff;
}

.menu a:active {
	text-decoration: none;
}

#gallery {width:728px; height:350px; padding:10px; border:1px solid #333; background: #353542; position:relative; margin-bottom:20px;}
#gallery b.default {position:absolute; left:10px; top:10px; width:548px; height:380px; text-align:center;}
#gallery b.default img {display:block; margin:0 auto 10px auto;}
#gallery b.default span {display:block; color:#fff; font-family:verdana, arial, sans-serif; font-weight:normal; font-size:11px; width:350px; margin:0 auto;}

#gallery ul {list-style:none; padding:0; margin:0; width:180px; 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; }
#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; background:#353542;}
#gallery ul li a:hover b {position:absolute; left:-548px; top:0; width:548px; height:350px; text-align:center; background:#353542; 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;}

#gallery ul li a:active, #gallery ul li a:focus {white-space:normal; background:#353542;}
#gallery ul li a:active b, #gallery ul li a:focus b {position:absolute; left:-548px; top:0; width:548px; height:350px; text-align:center; background:#353542; 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;}
