@charset "iso-8859-1";
/* author: shenancalhar */
/* Creation date: 8/15/2007 */

body{
				text-align: center;
				margin: 0; padding: 0;
				font-size: 100%;
				background: black;
				background-position: center;
				background-repeat:no-repeat;
				background-attachment: fixed;
				
}


/* blocks */
#wrapper{
				margin: 0 auto;
				position: relative;
				width: 750px;
				height: 870px;
				text-align: left;
				background: transparent url(images/anime/animebg.jpg);
				border-width: 1px;
				border-style: solid;
				border-color: gray;
				z-index:2;
				background-position: left bottom;
				background-repeat:no-repeat;				
}

	#header{
					width: 750px;
					height: 100px;
					background: black url(images/anime/fallen.jpg);
					background-position: right top;
					background-repeat:no-repeat;					
					padding: 0px;
					position: relative;
					border-bottom: gray 1px solid;	
					margin: 0 auto;
					z-index:1;
	}
	
	#menu{
					width: 748px;
					height: 20px;
					background: transparent;
					position: relative;				
					top:75px;
					left:0px;
	}	
	
	#content{
					width: 550px;
					height: 698px;
					background: transparent; 
					background-position: left bottom;
				    background-repeat:no-repeat;
					padding: 0px;
					position: absolute;
					top: 100px;
					left: 0px;
					margin: 0 auto 0 auto;	
					font-family: tahoma,verdana,arial;		
					font-size:0.9em;		
					overflow:auto;				
	}	
	
		#content cite{
					display: block;
					font: bold 55%/120% Verdana, Sans-Serif;
					color: white;
					text-align: right;
				    font-variant: small-caps
		}	
		
		#contentheader {
					height: 20px;
					background: transparent;
					position: relative;
					color: white;
					text-align: center;
					font-variant: small-caps;	
					font-family: tahoma,verdana,arial;	
					font-size: 0.9em;				
					border-width: 1px;
					border-style:solid;
					border-color:gray;	
					margin-top: 15px;
					margin-left: 5px;
					margin-right: 5px;
														
		}			
		
		#contentwrapper{
					width: 525px;
					background: transparent;
					padding: 0px;
					position: relative;
					top: 0px;
					left: 4px;		
					margin: 2;
		}
		#contentimages{
					width: 525px;
					background: transparent;
					padding: 0px;
					position: relative;
					top: 0px;
					left: 4px;		
					margin: 0;
					font-size: 0.8em;	
					text-align: center;
					color: gray;
					font-variant: small-caps;	
					font-family: tahoma,verdana,arial;						
					
					
		}		
	
	#navigation{
					width: 199px;
					height: 699px;
					background: transparent;
					padding: 0px;
					position: relative;
					border-left: gray 1px solid;
					top: 0px;
					left: 550px;
					
	}
		#navlogo {
				
					width: 180px;
					height: 100px;
					background: black;
					position: relative;
					color: white;
					text-align: center;
					font-family: tahoma,verdana,arial;			
					margin: 0 auto 0 auto;		
					float:top;							
		}		
		#navheader {
				
					width: 199px;
					height: 20px;
					background: transparent;
					position: relative;
					color: white;
					text-align: center;
					font-variant: small-caps;	
					font-family: tahoma,verdana,arial;	
					font-size: 1.0em;		
					margin: 0 auto 0 auto;	
					border: gray 1px solid;		
					float:top;						
		}		
	
	#footer{
					width: 750px;
					height: 70px;
					background: transparent;
					padding: 0px;
					position: absolute;
					border-top: gray 1px solid;
					top:800px;
					left:0px;
					
	}	
	
/* every paragraph */
p{ 
					font-family: Tahoma,Verdana,Arial,Helvetica,Sans-serif;
					font-size: 0.9em;
					text-indent:25px;
					color: silver;
					margin-right:2px;
					margin-top:10px;
					margin-bottom:10px;
					margin-left:2px;					
}	
	
/* links and hovers for nav */

a.menu:link{
					font-family: tahoma,verdana,arial; 
					font-variant: small-caps;
					color: #696969; 
					text-decoration:none;
					font-size: 0.9em;	
}

a.menu:visited{		
					font-family: verdana,arial,tahoma;
					font-variant: small-caps;					
					color: #696969;
					text-decoration:none;
					font-size: 0.9em;	
}

a.menu:hover{		
					font-family: verdana,arial,tahoma;
					font-variant: small-caps;					
					color: red; 
					text-decoration:none;
					font-size: 0.9em;					
					
}

a.menu:active{		
					font-family: verdana,arial,tahoma;
					font-variant: small-caps;					
 					color: white;
					text-decoration:none;
					font-size: 0.9em;
}

 /* for navigation links */
a.nav:link{
					font-family: tahoma,verdana,arial; 
					font-variant: small-caps;
					color: silver; 
					text-decoration:none;
					font-size: 0.9em;	
}

a.nav:visited{		
					font-family: tahoma,verdana,arial;
					font-variant: small-caps;					
					color: silver;
					text-decoration:none;
					font-size: 0.9em;
}

a.nav:hover{		
					font-family: tahoma,verdana,arial;
					font-variant: small-caps;					
					color: gray; 
					text-decoration:none;
					font-size: 0.9em;					
					
}

a.nav:active{		
					font-family: tahoma,verdana,arial;
					font-variant: small-caps;					
 					color: white;
					text-decoration:none;
					font-size: 0.9em;
}

img.nav{
	border:none;
	height:70px;
	width:70px;
}

img.content{
	border:none;
	height: 70px;
	width: 100px;
}
/* classes */

.footer{
					font-family: tahoma,verdana,arial;
					font-variant: small-caps;					
 					color: silver;
					text-decoration:none;
					font-size: 0.7em;
}



