html {
	background-image: url("./STASH/AMBACK6.PNG");
    margin: auto;
	color:#fff;
	font-size:11pt;
	font-family:"MS Gothic","SimSun",monospace;
}

body {
	background-color: transparent;
}

#wrapper {
	display: block;
	margin: auto;
	width: 718px;
	color: white;

}

#header {
	width: 718px;
	height: 94px;
	margin-top: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: white;
}

.navbar {
	position: absolute;
	width: 106px;
	height: 500px;
	padding: 4px;
	margin-top: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: white;
    background-image: url("./STASH/ACPB1.PNG");
    overflow-y: auto;	
}

.navbar ul {
	display: block;
	list-style: none;
	margin-top: -4px;
	padding-left: 0px;
}

.navbar li {
	display: block;
	width: 100px;
	height: 28px;
	padding: 2px;
	margin: 4px 0px 0px 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #fff;
	background-image: url("./STASH/ACNAVB1.PNG");
}

.navbar li a {
	display: block;
	text-decoration: none;
	color: #fff;
	text-align: center;
	padding-top: 5px;
	width: 100%;
	height: 100%;
}

.navbar li:hover {
	border-color: #47BC76;
	background-image: url("./STASH/ACNAVB2.PNG");
}

.navbar li:active {
	border-color: #37915B;
	background-image: url("./STASH/ACNAVB3.PNG");
}

.navbar li a:active {
	color: #BAFFE4;
	padding-top: 6px;
}

.webring a {
	display: block;
	margin-top: 4px;
	margin-bottom: 2px;
	text-align: center;
}

.webring {
	position: absolute;
	width: 98px;
	height: 500px;
	padding: 4px;
	margin-top: 4px;
	margin-left: 612px;
	border-style: solid;
	border-width: 1px;
	border-color: white;
    background-image: url("./STASH/ACPB1.PNG");
    overflow-y: auto;	
}

.infobox {
	position: absolute;
	width: 478px;
	height: 500px;
	padding: 4px;
	margin-top: 4px;
	margin-left: 120px;
	border-style: solid;
	border-width: 1px;
	border-color: white;
    background-image: url("./STASH/ACPB1.PNG");
    overflow-y: auto;	
}

.announcehead {
    display: block;
    background-image: url("./STASH/ACAH1.PNG");
	background-repeat: no-repeat;
    padding: 4px 6px;
    margin: 4px 4px -8px;
    font-size: 9pt;
    min-height: 22px;
    background-size: 100% 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.announcebody {
    display: block;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    background-color: #021919;
    padding: 8px;
    margin: 0px 4px -1px;
    font-size: 9pt;
	line-height: 1.2;
}

.announcefooter {
    display: block;
    background-image: url("./STASH/ACAF1.PNG");
	background-repeat: no-repeat;
    padding: 4px 6px;
    margin: 0px 4px -4px;
    font-size: 9pt;
	text-align: right;
    min-height: 22px;
    background-size: 100% 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.abthead {
	display: block;
    padding-top: 8px;
    margin-bottom: -2px;
    font-size: 9pt;
	text-align: center;
}

.abtdesc {
    display: block;
    padding: 8px;
    margin-bottom: 4px;
	text-align: center;
    font-size: 9pt;
	line-height: 1.2;
}

.abtbuttons {
    display: inline-block;
	padding: 4px;
	margin-left: 144px;
	margin-top: 0px;
}

a:link {
	color: #B2FFFF;
}

a:visited {
	color: #DBB2FF;
}

.footer {
	position: absolute;
	width: 718px;
	height: 20px;
	margin-top: 518px;
	border-style: solid;
	border-width: 1px;
	border-color: white;
}