body {
	font-family: Arial, Helvetica;
	font-size: 11px;
	color: #232323;
	margin: 0px 0px 0px 0px;
	background-image: URL("../graphx/layout/background.gif");
	text-align: center;
}
a {
	color: black;
  font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: black;
	text-decoration: underline;
}
h3 {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 16px;
}
h1 {
  margin-top: 0px;
  margin-bottom: 18px;
  font-size: 25px;
}
h2 {
  margin-top: 17px;
  margin-bottom: 17px;
  font-size: 18px;
}
#wrapper {
  margin: 0px auto;
  width: 900px;
  background-color: #ffffff;
}
#header {
  width: 900px;
  height: 150px;
  background: #ffffff;
	background-image: URL("../graphx/layout/top-logo.jpg");
  text-align: center;
  margin: 0;
}
#header h1 {
  display: none;
}
#menu {
  width: 898px;
  height: 40px;
  background-color: #232323;
  margin: 0px auto;
  font-size: 18pt;
  font-weight: lighter;
}
#menu a, #menu a:hover {
  color: #ffffff;
  text-decoration: none;
}
#body {
  width: 900px;
  height: auto;
  text-align: left;
  margin: 0;
}
.box {
  width: 850px;
  height: 220px;
  margin: 20px auto;
  background-color: #d5d5d5;
}
.box h2 {
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
  display: block;
}
#bottom {
  background-color: #e8e8e8;
  width: 900px;
  height: 100px;
  text-align: right;
  margin: 0;
}

