@charset "UTF-8";
/* CSS Document */
	
body {
	background-image:url(images/back2.png);
	background-repeat:repeat;
	margin: 0;
	padding: 0;
	}
	
#wrapper {
	width: 100%;
	text-align: left;
	border: 0;
	text-decoration: none;
	}
	
#margin {
	width: 768px;
	}
	
#header {
	width: 768px;
	position: relative;
	z-index: 75;
	}
	
	
#links {
	padding-top: 5px;
	height: 74px;
	width: 720px;
	margin-left: 24px;
	background-image: url(images/linksback.gif);
	background-repeat: repeat-x;

	}
		
li {
	display: inline;
	}
	
#links a {
	color:#805f71;
	font-family:"Times New Roman", Times, serif;
	font-size: small;
	text-decoration: none;
	padding: 16px 30px 17px 30px;
	}
	
#links a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #805f71;
	}

#content {
	background-image:url(images/content2.png);
	background-repeat:repeat-y;
	float: left;
	text-align: left;
	margin-top: 0px;
	padding-top: 0px;
	width: 768px;
	position: relative;
	z-index: 100;
	position: relative;
	}
	
#mangatable {
	margin-left:40px;
	}
	
#stuff {
	margin-left: 50px;
	width: 670px;
	color:#805f71;
	font-family:"Times New Roman", Times, serif;
	font-size: small;
	list-style-type: none;
	}
	
#stuff a {
	color: #330066;
	text-decoration: none;
	}
	
#stuff a:hover {
	color:#805f71;
	}

#nochange a {
	color:#805f71;
	text-decoration: none;
	}
	
#mangatable {
	padding-top:15px;
	}

#nana {
	position: fixed;
	margin-bottom: 0;
	padding-bottom: 0;
	bottom: 0;
	left: 650px;
	width: 350px;
	height: 425px;
	background-image:url(images/nana2.png);
	background-repeat: no-repeat;
	z-index: 25;
}

#footer {
	clear:both;
	background-image:url(images/footer.png);
	width: 768px;
	height: 33px;
	position: relative;
	z-index:100;
}
