body {
	margin: 0px;
	background-image: url('/images/layout/backstripe.gif');
	background-repeat: repeat;
	background-position: top center;
	font-family: verdana;
	font-size: 8pt;
}

#darkbackground {
	height: 240px;
	width: 100%;
	background-image: url('/images/layout/backstripedark.gif');
	background-position: top center;
	background-repeat: repeat-x;
}

#line {
	position: absolute;
	font-family: verdana;
	font-size: 7pt;
	color: #555555;
	height: 22px;
	width: 100%;
	top: 357px;
	text-align: right;
	background-image: url('/images/layout/line.gif');
	background-position: center;
	z-index:0;
}

#wrapper {
	position: relative;
	top: -190px;
	left: -390px;
	margin: 0px 50%;
	width: 780px;
	height: 550px;
	background-image: url('/images/layout/stripewindow.jpg');
	z-index:310;
}

#image {
	position: relative;
	height: 510px;
	width: 400px;
	top:40px;
	left: 55px;
	z-index:320;
	background-position: top left;
	background-repeat: no-repeat;
}


#menu{
	position: absolute;
	top: 309px;
	left: 310px;
	width: 400px;
	height: 18px;
	z-index:600;
}

#windowtext {
	position: absolute;
	top: 63px;
	left: 310px;
	width: 400px;
	height: 244px;
	z-index: 500;
	font-size: 8pt;
	overflow: hidden;
}

#menu_item a{
	position:absolute;
	top: 0px;
	display: block;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 18px;
	margin: 0px;
	padding: 0px;
}

#menu_item a:hover{
	background-position: 0px -18px;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #222222;
	text-decoration: underline;
}
