body {
	font-family: Verdana, sans-serif;
	background: black;	
	background-position: bottom right;
}
img { border:0px; }


a { color: white; }
a:active { background: black; }

h1 {
	align: right;
}

#imagediv {
	z-index: 0;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-position: bottom right;
	}
	
#menucontainer {
	left: 35px;
	top: 35px;
	width: 180px;	
	height: 250px;
}

#bottomcorner {
	z-index: 1;
	position: relative;
	left: 0px;
	top: 0px;
	width: 99%;
	height: 99%;
	background: url('bottomcorner.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	}

#topcorner {
	z-index: 3;
	position: absolute;
	left: 10px;
	top: 10px;
	width: 180px;
	height: 75px;
	background: url('topcorner.gif');
	background-repeat: no-repeat;
	background-position: top left;
	}

.titlenav {
	
	z-index: 2;
	display: block;
	position: absolute;
	//background: white;
	padding: 5px;
	left: 35px;
	//color: black;
	//font-size: 10pt;
	//font-weight: bold;
	
	//opacity: .8;
    //filter: alpha(opacity=80);
}

.special {
	
	z-index: 5;
	display: inline;
	position: absolute;
	//background: grey;
	padding: 0px;
	top: 75px;
	left:35px;
	width: 180px;
	color: black;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	line-height: 12pt;
	//width: 230px;
}

#specialtwo {
	
	z-index: 5;
	display: inline;
	position: absolute;
	//background: grey;
	padding: 0px;
	top: 75px;
	left: 450px;
	width: 140px;
	color: black;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	line-height: 12pt;
	//width: 230px;
}

#michaeltank { 	
	z-index: 5;
	top: 35px;
	left: 35px;
	background: white;
	text-decoration: none;
	color: black;
	font-size: 10pt;
	font-weight: bold;}

#container {
	background: #EEEEEE;
 	//display: inherit;
	z-index: 3;
	width: 260px;
	//border: solid 5px grey;
	border-top: 0px;
	padding: 10px;
	padding-top: 20px;
	padding-left: 12px;
	position: absolute;
	top: 0px;
	left: 180px;
	font-size: 8pt;
	opacity: .9;
        filter: alpha(opacity=90);
}

#rightnav {
	z-index: 2;
	//float: right;
	background: white;
	padding: 5px;
	//position: relative;
	left: 450px;
	top: 35px;
	
	color: black;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	//opacity: .7;
    //filter: alpha(opacity=70);
	}


.normal { color: white; background: grey; text-decoration: none;}
	
.desma { color: white; background: grey; text-decoration: none; }
.desma a:hover { color: white; background: red; text-decoration: none; }

.move { color: white; background: grey; text-decoration: none; }
.move a:hover { color: white; background: orange; text-decoration: none; }

.comm { color: white; background: grey; text-decoration: none; }
.comm a:hover { color: white; background: green; text-decoration: none; }
	
.links { color: white; background: grey; text-decoration: none; }
.links a:hover { color: white; background: purple; text-decoration: none; }

