/* YUI reset http://developer.yahoo.com/yui/reset/ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

body {
	background-color: black;
	color: #CCCCCC;
	font: normal 100% "Lucida Sans Unicode", "Lucida Grande", Verdana, Geneva, sans-serif;
	border: 0;
	width: 100%;
	font-size: 100%;
	line-height: 1.5em;
}
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: 4.5em;
	text-align: center;
	margin-top: 1.5em;
}

span.ha {
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", "Times New Roman", serif;
	font-style: italic;
	font-size: 2em;
	line-height: 1.5em;
}

span.hb {
	font-size: 1.8em;
	line-height: 1.667em;
}

h1 {
	font-size: 1.8em;
	line-height: 1.667em;
	height: 1.667em;
}

#content {
	text-align: justify;
	text-justify: newspaper;
}
#content img {
	max-width: 100%;
}

table {
    border-width: 0.1em;
    border-style: solid;
    border-color: gray;
    border-collapse: collapse;
    margin-bottom: 0.1em;
}
th {
    border-width: 0.1em;
    padding: 0.1em;
    border-style: solid;
    border-color: gray;
    line-height: 1.3em;
}
td {
    border-width: 0.1em;
    padding: 0.1em;
    border-style: solid;
    border-color: gray;
    line-height: 1.3em;
}

#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: 1.5em; 
	margin-left: 20%;
	margin-right: 20%;
	text-align: center;
	font-style: italic;
	font-family: casant, "Times New Roman", serif;
	clear: both;
}

#disclaimer {
	margin: 1.5em; 
	color: #888888;
	font-size: 0.5em;
	line-height: 1.5em;
}
 .like {
	float: left;
	height: 1.5em;
}

/* 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:1.5em;
 	}
.col1 {
       margin:0 13em 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;
}

