body {
	background-color:#000000;
}

#header {
  background: #000000;
  width: 700px;
  text-align:left;
  margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
  margin-top: 10px;
  padding: 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#content {
  background: #000000;
  clear: both;
  width: 700px;
  text-align:left;
  margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
  margin-top: 10px;
  padding: 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
  font-family:"Kozuka Gothic Pro M";
  font-size: 14px;
  color:#FFF;
  border: 1px solid #8CC63E;
}

#footer {
  background: #000000;
  width: 710px;
  text-align:center;
  margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
  margin-top: 10px;
  padding: 5px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
  font-family:Arial, Helvetica, sans-serif;
  font-size: 10px;
  color:#FFF;
  border: 1px solid #8CC63E;
}

#nav {
  background: #000000;
  width: 720px;
  height: 50px;
  text-align:center;
  margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
  margin-top: 10px;
  padding: 1px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
  font-family:Arial, Helvetica, sans-serif;
  font-size: 10px;
  color:#FFF;
  border: 1px solid #8CC63E;
}

ul#navigation {
	padding: 1px;
	background-color: #000000;
	color: #fff;
	width: 720px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px solid #8CC63E;
}

ul#navigation li { display: inline; }
ul#navigation li a {
padding: .25em 1em;
padding: 7px 9px;
background-color: #000000;
color: #fff;
text-decoration: none;
float: left;
font-family:"Kozuka Gothic Pro M"
}
a:link, a:visited { color: #fff; }
ul#navigation li a:hover {
color: #8CC63E;

} 

h1{
	font-family:"Kozuka Gothic Pro M";
	font-size:24px;
	color:#8CC63E;
	text-align:left;
	}
	
h2{
	font-family:"Kozuka Gothic Pro M";
	font-size:20px;
	color:#FFFFFF;
}
	
h3{
	font-family:"Kozuka Gothic Pro M";
	font-size:20px;
	color:#8CC63E;
}

h5{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#8CC63E;
}
<!--
a {text-decoration:none}
//-->

