body {
	margin: 0px;
	background-color: #FFFFFF;
	text-align: center;
}
#container {
	width: 800px;
	border: 0px solid black;
  margin: 0px auto;
}
#header {
  display:none;
  background-image:url(../images/header.jpg); 
  background-repeat:no-repeat; 
	height: 202px;
	border: 0px;
	text-align: left;
}
#header img {
	position: relative;
	left: 0px;
	vertical-align: top;
}
#contents {
	height: 335px;
	width: 622px;
	padding: 20px;
	border: 0px;
	text-align: left;
}
#contents a {
	font-family: Verdana, Arial, Helvetica;
	line-height: 20px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
#contents h1 {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	margin-bottom: 5px;
}
#contents h2 {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
#contents img {
	margin-bottom: 10px;
}
#contents p {
	font-family: Verdana, Arial, Helvetica;
	line-height: 20px;
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 25px;
}
#menu {
  display:none;
	float: right;
	height: 335px;
	width: 175px;
}
