body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: auto;
	color: #999999;
	background: #000000;
	font-size: 10px;
	width: 600px;
	text-align: center;
}	 

#container { 	width: 600px;
		margin: 10px auto;
		text-align: justify;
		height: 90%;
		}

#inner
	{
	 height: 220px;
	 top: 50%;
	 margin-top: -110px;
	 position: absolute;
	 text-align: center;
	 z-index: 4;
	 width: 600px;
	 }

#head {
	top: 0px;
	
	margin: auto;
	text-align: center;
	}

#main_image {background-image: url('Images/titlewish3.jpg');
		height: 170px;
		width: 600px;}

.quote
	{float: left;
	 padding: 0px;
	 margin: 0px 0px 0px 0px;
	}
.dots {float: right;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	}
#incipit
	{clear: both;
	 font-size: 10px;
	 position: relative;
	 left: 0px;
	 padding: 0px 0px 2px 0px;
	 text-align: center;
	 
	 border-bottom:#202020 1px solid;
	}


#content {
	 
	 
	 padding: 1em;
	 /*
	 margin-top: 1em;
	 height: 40%;
	 width: 600px;
	text-align: justify;
	padding: 5px 2px 5px 2px;
	
	overflow: auto;
	z-index: 3;
	*/
	}

#content h3, #sidebar h3 {
		font-size: 1.5em;
		margin-top: 0;
		padding-top: 0;
		}

.evidence1 {color: red;
		background: inherit;}

#sidebar {float: right;
	  width: 15em;
	  text-align: right;
	  font-size: .9em;
	  margin: 1em;
	  padding: 1em;
	  
	  background: #111111;
	  color: inherit;
	  border: #aaaaaa 1px dotted;
	  
	  /*
	  margin-left:1em;
	  width: 15em;
	  background: #111111;
	  border-left: #aaaaaa 1px dotted;
	  padding: 5px 2px 5px 2px;
	  font-size: 9px;
	  text-align: right;
	  vertical-align: top;
	  z-index: 3;
	  */
	}
#sidebar h3 {	text-align: right;
		font-size: 1em;
		color: red;
		background: inherit;
		}

#footer, #footer_index {
	border-top: #202020 1px solid;
	clear: both;
	padding: .5em;
	margin: 0;
	background: #000000;
	color: inherit;
	text-align: center;
	/*
	height: 2em;
	margin: 10px auto 5px auto;
	width: 600px;
	text-align: center;
	
	z-index: 10;
	*/
	}
	
#footer_index {position: absolute;
		bottom: 0;
		
		width: 600px;}

#footer p, #footer_index p 
           {padding: 0;
	   margin-bottom:0;
	   margin-top: 0;}
	   
#footer .version, #footer_index .version {
	font-size: 9px;
	color: #444444;
	background: inherit;
	padding: 0;
	margin-bottom:0;
	margin-top: 0;
	}

	

	
.menu {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #999999;
  background: inherit;
  display: table;         /* ignored by IE */
  padding:0; 
  list-style-type:none;
  white-space:nowrap;    /* keep text on one line */
  /*border:1px solid #222;*/ /* add a border to show size of menu */
  width:600px;
  }
* html .menu {
  display: inline-block; /* for IE only */
  width:1px;             /* IE will expand to fit menu width */
  padding:0 2px;         /* fix bug in IE for border spacing */
  }  
.menu li {
  display:table-cell;    /* ignored by IE */
  }
* html .menu li {
  display:inline;        /* for IE only */
  }
.menu a, .menu a:visited {
  display:block;         /* for all browsers except IE */
  padding:4px 16px;
  color:#999999; 
  background:#000; 
  border:none; /* add a 1px white border around items */ 
  text-decoration:none;
  }
* html .menu a, * html .menu a:visited {
  display: inline-block;  /* for IE only */ 
  margin:0 -2px;         /* to correct an IE border width bug */  
  }
.menu a:hover {
  color:#ffffff; 
  background:#090909;
  }

.lefted {margin:0 auto 0 0;}
.centered {margin:0 auto;}
.righted {margin:0 0 0 auto;}


/* =====| MAIN LINKS |========== */


a {
	color: #CCCCCC;
	text-decoration: none;
	background: inherit;
}

a img {
	border: none;
}

a:visited {
	color: #CCCCCC;
	background: inherit;
}

a:hover  {
	color: #FFFFFF;
	background: inherit;
	text-decoration: underline;
	
}
