body{
	margin:0;
	padding:0;
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
  color: #666;
}

table{
	width: 700px;
}
td{
	vertical-align: top;
}

#contents{
	padding-bottom: 25px;
	border-bottom: 1px solid black; 
}
#footer{
	height: 20px;
	}

#content-area{
	margin-left: auto;
	margin-right: auto;
	width: 700px;
}
#header-menu{
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-color: #3f3f3f;
	border-bottom-style: solid;
	overflow: visible;
	white-space: nowrap;
	line-height: 1em;
	margin: 0;
	padding: 0;
}
#header-menu .menu-button{
	display: inline-block;
	text-align: center;
}
#header-menu a {
	color: #666666;
	text-decoration: none;
	padding-top: 12px;
	padding-bottom: 12px;
}
#header-menu a:visited {
	color: #666666;
	text-decoration: none;
}
#header{
	height: 250px;
	margin-bottom: 15px;
}

h1{
  color: #3f3f3f;
}

h2{
  color: #3f3f3f;
}

p{
  margin-left: 3px;
}

li{
  list-style-type: circle;
}
