/* CSS Document */
.vbox
{
	float: left;
	margin-left: 60px;
	width: 680px;
	text-align: justify;
}

h2 {
	color: #006400;
}
.vbox img {
	float: left;
	margin: 0 10px 10px 0;
}

.rbox {
  width: 470px;
  height: 100px;
  background: #ffffff;
  border: 1px inset #000000;
  margin-left: 90px;
  font-size: 75%;
  }

.rbox ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 10px;
}

.rbox p {
  text-align: center;
}

.rbxcent {
  position: relative;
  top: -62px;
  left: 150px;
}

.rbxrt {
  position: relative;
  top: -122px;
  left: 300px;
}
