/*
Ahash
Colours used:
#54638C (blue)
#758851 (green)

**/

body {
	background: #758851 url(graphics/ahash_green.gif) repeat-y left top;	 
	color: #338;
}
h1.w, h2.w {
	color: #FFF;
	text-align: center;
	letter-spacing: 0.15em;
}
li.wide {
	margin: 12px 10px 16px 10px;
	font: 13pt Arial, Helvetica, sans-serif;
}
a:link, a:visited { 
	text-decoration: none;
	color: yellow;
	text-align: center;
	font: bold 10pt Arial, Helvetica, sans-serif;
	padding: 3px 0 0 0;
}
a:hover { color: red; }

a:selected {
	color: #800080;
	/* #6A5ACD */
	text-decoration: none;	
}

div#bluebar {
	background: #54638C;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 90px;
	z-index: 2;
}
div#patch {
	background: #54638C;
	position: absolute;
	top: 83px;
	left: 0;
	width: 82px;
	height: 20px;
	z-index: 2;
}
div#greenbar {
	background: #758851 url(graphics/ahash_green.gif) repeat-y left top;
	position: absolute;
	top: 90px;
	left: 0;
	width: 100%;
	height: 22px;
	border-top: #000 solid 4px;
}
div#menu {
	position: absolute;
	top: 190px;
	left: 30px;
	width: 89px;
	height: 75px;
	z-index: 5;
	background: url(graphics/blankbutton.gif) repeat-y scroll 0 0;
	border: 0 solid #000;
	text-align: center;
	font: bold 10pt Arial, Helvetica, sans-serif;
	padding: 6px 0 0 1px;
}
div#white {
	background: #FFF;
	position: absolute;
	top: 106px;
	left: 110px;
	border: #000 solid 4px;
	padding: 20px 40px;
}
div#rope {
	background: url(graphics/rope.png) no-repeat left top;
	position: absolute;
	top: 100px;
	left: 5px;
	height: 450px;
	width: 21px;
}
img.frame {
	border: 4px outset #666666;
	margin: 3px;
}
img.logo {
	border: 2px inset #666666;
	margin: 8px;
}