/*assassin.css - default style for MIT Assassin's Guild Webpage - written by spaige, April 2005*/
body { 
	color: #880000; 
	background: white;
	background-image: url(dagger.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-attachment: fixed; 
	position: relative; 
	padding: 0; 
	margin: 0;
	font: 12pt Arial, sans-serif;
}

a {
	text-decoration: none; 
	font-weight: bold; 
	color: #ff0000
}

a.sub {
	font-weight: normal;
	font-size: 10pt;
	text-align: left;
	padding: 1px;
}

h1 {
	position: absolute;
	top: 20px;
	left: 150px;
	padding: 0 20px;
	z-index: 0;
	border-bottom: solid #660000 2px; 
	font-family: serif;
} 

/*rules for the navigation bar*/
.navbar { 
	background : #800000; 
	color: white; 
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 1;
	width : 150px; 
	border : 2px solid #660000;
	text-align : center;
	padding: 10px 0 ;
	margin-right: 5px;
}

.navbar a {
	color: white; 
	display: block;
	padding: 2px;
	text-decoration: none;
}
	
.navbar a:hover {background: #660000}

.navbar img {
	margin-bottom: 5px;
	border: 0
}

/* hides the text in the <span> tags */
.navbar a span {display : none; } 

/* displays the <span> text over the seal when the corresponding link is moused over */
.navbar a:hover span {
	display : block; 
   	position : absolute; top : 35px; left : 0; width: 135px;
   	padding : 0px; margin : 8px; z-index: 100;
   	color : white; 
   	font : 10px Verdana, sans-serif; 
   	text-align: center;
   	text-decoration: none;
}

.content {
	position: absolute;
	top: 50px;
	left: 150px;
	margin: 10px 20px;
}
      
.credits {
	font-size: 10px; 
	color: #CCCCCC; 
	text-align: center;
}

table {
	border-width: 2px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #660000;
	border-collapse: collapse;
}
table th {
	border-width: 1px 1px 1px 1px;
	padding: 3px;
	border-style: solid;
	border-color: #660000;
}
table td {
	border-width: 1px 1px 1px 1px;
	padding: 3px 5px;
	border-style: solid;
	border-color: #660000;
	text-align: center;
}