/* These lines are for the gallery... ie the top frame */

H1 {
	margin-top: 120px;
	text-align: center;
	font-size: smaller;
	color: #ccc;
	font-family: Tahoma;
	font-style: normal;
	background-attachment: scroll;
}
H2 {
	margin-top: 30px;
	text-align: center;
	font-size: small;
	color: #ccc;
	font-style: normal;
	font-family: Tahoma;
	background-attachment: scroll;
}
H3 {
	margin-top: 50px;
	text-align: center;
	font-size: x-small;
	color: #ccc;
	background-attachment: scroll;
}
.gallery {
	font-family: tahoma;
	text-align: center;
	border: solid 1px #ccc; /*	 border-top: solid 1px #ccc;
	 border-left: solid 1px #ccc;
	 border-right: solid 1px #ccc;
	 border-bottom: 0px; */
	width: 600px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	padding-top: 0px;
	font-size: smaller;
	background-attachment: scroll;
}

.menu {
	font-family: tahoma;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	border-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-attachment: scroll;
}

/* These lines are for the javascript menu... ie the bottom frame */

.ddm1 {
    font: 12px tahoma bold;
	 font-weight: bold;
	 text-align: center;
	 border-top: 0px;
	 padding-bottom: 40px;
	 border-bottom: solid 1px #ccc;
	 border-left: solid 1px #ccc;
	 border-right: solid 1px #ccc;
}
.ddm1 .item1,
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    padding: 6px 0px 3px 0px;
    border: 0px;
    text-decoration: none;
    display: block;
    position: relative;
	 width: 120px;
}
.ddm1 .item1 {
	border: 0 0 0 0;
	background: white;
	color: #ccc;
}
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    background: white;
    color: #888;
}
.ddm1 .item2,
.ddm1 .item2:hover {
font:9px tahoma bold;
	 font-weight: normal;
	 text-align: center;
    padding: 3px 0px 3px 0px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
	 width: 120px;
}
.ddm1 .item2 {
    background: white;
    color: #ccc;
}
.ddm1 .item2:hover {
	background: white;
	color: #888;
}
.ddm1 .section {
    border: 0px;
    position: absolute;
    visibility: hidden;
    z-index: -1;
    white-space: nowrap;
}
.ddm1 .left, .ddm1 .left:hover { border-style: none; }
.ddm1 .right, .ddm1 .right:hover { border-style: none; }

* html .ddm1 td { position: relative; } /* ie 5.0 fix */