@import url('ha-all.css');
@import url('ha-800-plus.css');

#header {border-bottom:solid #2E8B57 thin;}

#main {
			border:none;
			top:180px;		
			}

#nav, #nav-journal, #nav-issue {left:50%; position:fixed;}

#nav {
		 border:none;
		 margin-left:-570px;
		 width:1140px;
		 }			
#nav-journal, #nav-issue {background-color:#FFFAFA; display:block; height:auto; padding:10px; top:120px; width:150px; z-index:1;}
#nav-journal {
  		border-right:solid #2E8B57 thin;
			margin-left:-580px;
			text-align:left;
			}

#nav-journal:hover {
			border-right:solid #2E8B57 thin;
			border-left:none;
			border-bottom:none;
			}
			
#nav-issue {
			border-left:solid #2E8B57 thin;
			margin-left:420px;
			text-align:right;
			}

#nav-issue:hover {
			border-left:solid #2E8B57 thin;
			border-right:none;
			border-bottom:none;
			}