body {
	background-color: black;
	color: #CCCCCC;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Geneva, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0;
	border: 0;
	width: 100%;
}
a { color: #66FF66; text-decoration: none; }
a:visited { color: #669966; }
a:hover { color: #000; background-color:#669966; font-weight:bold; }

#header {
	position: relative;
	width: 100%;
	height: 80px;
	text-align: center;
	margin-top: 20px;
}

span.ha {
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", "Times New Roman", serif;
	font-style: italic;
	font-size: 200%;
}

span.hb {
	font-size: 180%;
}

#content {
}

#menu {
}
/*
#menu .main ul {
	list-style-image: url('icon_skull.jpg');
}

#menu .middle ul {
	list-style-image: url('icon_globe.png');
}

#menu .bottom ul {
	list-style-image: url('iron_cross.png');
}*/

#footer {
	position: relative;
	margin-top: 20px;
	margin-left: 20%;
	margin-right: 20%;
	text-align: center;
	font-style: italic;
	font-family: casant, "Times New Roman", serif;
	clear: both;
}

#disclaimer {
	margin: 10px;
	color: #888888;
	font-size: xx-small;
}

/* column container */
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
    clear:both;
  	    float:left;
           width:100%;			/* width of whole page */
  		overflow:hidden;	/* This chops off any overhanging divs */
}
/* 2 column left menu settings */
  .colright {
         float:left;
       width:200%;
          position:relative;
         left:12em;
     }
  .col1wrap {
  	    float:right;
  	    width:50%;
 	    position:relative;
	    right:12em;
 	    padding-bottom:1em;
 	}
.col1 {
       margin:0 1em 0 13em;
    position:relative;
 	    right:100%;
	    overflow:hidden;
 	}
  .col2 {
   float:left;
   width:10em;
        position:relative;
        right:11em;
   }

#menu li a {
   background-image: url('icon_skull.jpg');
   background-repeat: no-repeat;
   padding-left: 20px;
}
