body {
	font-family: "Trebuchet MS"; 
	font-size: 11px;
	color: #ffffff;
	padding: 0px;
	margin: 0px;
	text-align: center;
	background: #000000;
}

div { 
	font-family: "Trebuchet MS"; 
	font-size: 11px;
}

div#content {
	width: 800px;
	margin: 0px auto;
	text-align: left;
	background: #000000;
}

div#top {
	width: 800px;
	height: 325px;
	background: url('NHD_header.png') no-repeat;
	text-align: center;
}

div#main {
	margin: 0px 15px -45px 20px;
	width: 600px;
	float: right;
	text-align: left;
	display: inline;
	position: relative;
	z-index:10; /* requires position */
	}

div#menu {
	padding: 0px;
	margin: 0px 0px 0px 15px;
	width: 150px;
	float: left;
	display: inline;
	}

div#bottom { 
	width: 800px;
	height: 140px;
	background: url('/layout/haruka2.png') no-repeat;
	clear: both;
	position: relative;
	z-index:1; /* requires position */
}

a:link, a:active, a:visited {
	font-weight: bold;
	color: #5453a4;
	text-decoration:none;
}

a:hover {
	color: #F2E198; 
	cursor:crosshair;
	border-bottom: 1px dotted #ffffff;
}

ul.menu {
	width: 150px;
	margin: 0;
	padding: 0 0 3px 0;
	list-style: none;
}

.menu li {
	display: block;
	height: 16px;
	margin-bottom: 2px;

}

.menu li a, .menu li a:visited {
	font-family: Trebuchet MS; 
	font-size: 11px;
	height: 16px;
	display: block;
	padding: 0 0 0 14px;
	color: #F2E198;
    	background: #202020;
	border-bottom: 1px dotted #5453a4;
}

.menu li a:hover, .menu li a:active {
	font-family: Trebuchet MS; 
	font-size: 11px;
	height: 16px;
	display: block;
	color: #5453a4;
    	background: #202020;
	padding: 0 0 0 14px;
	text-decoration: none;
	border-bottom: 1px dotted #F2E198;
}

h3 {
	font-family: Georgia;
	font-size: 16px;
	color: #F2E198;
	padding: 0px;
	font-style: italic;
	margin-top: 8px;
	margin-bottom: 3px;
	text-align: right;
	background: url("navhead_bg.gif") no-repeat bottom right; 
	}

h4 {
	font-family: Verdana;
	font-size: 11px;
	font-style: italic;
	font-weight: roman;
	margin-top: 0px;
	color: #5453a4;
	padding: 0px;
	text-align: right;
	border-top: 1px dotted #F2E198;
	}

p {
	margin:10px 0px; 
	padding:0;
}

input, textarea, option, select {
	background-color: #202020;
	font-family: "Trebuchet MS"; 
	font-size: 11px;
	color: #F2E198;
	border: 1px solid #5453a4;
	padding: 1px;
}

table, tr, td {
	font-family: Trebuchet MS; 
	font-size: 11px;
	padding: 1px;
	text-indent: 3px;
}

.head {
	font-family: Georgia;
	font-style: italic;
	font-size: 16px;
	font-weight:bold;
	color: #F2E198;
	background: #202020;
	text-align: center;
	border-bottom: 1px dotted #5453a4;
	letter-spacing: 2px;
	padding: 2px;
}

i, b {
	color: #F2E198;
}