#content {
		margin: 100px 20%;
		/*border-style: solid;
		border-width: 0 1px;
		padding: 200px;*/
		font-size: 16px;
		}
		
		header {
		width: 60%; 
		margin: auto;
		padding: 10px;
		}

body {
  font-size:1em;
  font-family: "arial", "helvetica";
  }
		
nav{
	margin: 0px auto;
	border-bottom: 1px solid;
	padding: 6px;
	width: 60%;
	text-align: center;
	margin-top: 8px;
}

    nav > p {
	display: inline;
	padding:3px 20px;
	margin: 0 15upx;
	border-right-style: solid;	
    font-size: 0.9em;
    border-width: 1px;
    text-align: center;	
}				

/*header 2*/
#nav2 {
		overflow: hidden;
		margin-top: 8px;
		background-color: #ffef00;
		height: 45px;
	}

	#menu a {
		float: right;
		color: black;
		text-align: center;
		padding: 14px 16px;
		font-size: 17px;
	}

	#nav2 a.active {
		background-color: #e6e600;
		color: black;
	}

	#menu a:hover {
  	background-color: black;
 	 color: yellow;
	}

	#logo {
		width: 230px;
		height: 45px;
	float: left;
		}
/*<header>
	<a href="../BW_home-copy.html"><img id="logo" src="../Bleach_World_logo.svg"></a>
	<div id="menu"><a id="item" href= "../BW_home-copy.html">Home</a>
	<a href= "blog.html">blog</a>
	<a href= "about.html">About</a></div>    
</header>*/

.logo-banner > a > img {
  width: 90%;
  height: 100%;
}
