/* hokuto shadowlords reunion */
/* http://www.tachiuo.com/sl/ */

@import url("navigator.css");

*{
	margin:0px;
	padding:0px;
}

/* html override */
body{
	background-color:#000000;
	color:#CCCCCC;
	font:normal normal 80% "Verdana","MS UI Gothic","Osaka",sans-serif;
}
.alive:after {
  content: "[alive!]";
}

.alive::after {
  content: "[alive!]";
}

ul{
margin-left:10px;
list-style-type:none;

}
/* ident */

#wrapper{
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	width:800px;
	border-top:solid 10px black;
/*	border:solid 1px gray;*/
}

#header{
/*	border:solid 1px red;*/
	height:40px;
	width:100%;
	background-image:url(../images/toplogo.gif);
	background-repeat: no-repeat;
	border-bottom:solid 1px white;
}
#header h1{
	display:none;
}



#content{
/*	border-left:solid 1px white;*/
	width:610px;
	float:right;
/*	text-align: center;*/
	padding:0 0 10px 0;
}
.centering{
	text-align: center;
}
#content #toplogo{
/*
	width:400px;
	height:360px;
	background-image:url(../images/topbanner.jpg);
*/
	width:150px;
	height:150px;
	background-image:url(../images/yassan_mem.gif);
	margin-left:auto;
	margin-right:auto;
}
#content #toplogo span{
	display:none;
}
#footer{
	clear:both;
/*	size:10px;*/
/*	height:1.2em;*/
	overflow:hidden;
	text-align:center ;
	background-color:#666666;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

#footer a{
/*	color:inherit; not supported by ie6/ie7 */
	color:#CCCCCC;

}
em{
/*	font-color:Orange;*/
	text-decoration:none;
	font-style:normal;
	font-weight:bold;

}

/* content - table */
#content table{
	font-size:12px;
	width:100%;
	border:solid 1px #333;
	border-collapse:collapse;
	margin-left:auto;
	margin-right:auto;
}
#content td{
	border:solid 1px #333;
	border-collapse:collapse;
}

#content th{
	width:30%;
	border:solid 1px #333;
	text-align:left; 
}

#content  a{
color:#CCCCCC;
}	

#content h2{
	background-color:#333333;
}

