body {
	border: 3px solid #E06C39;
	width: 750px;
	background-color: #fcffd2;
	font-family: "Garamond";
  font-size: 12pt;
  color: #823D36;
}
#PageBody {
	background-color: #fcffd2;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	width:95%;
}
#Title {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
#Text {
  margin-top: 3px;
  font-size: 16px;
	font-weight: normal;
	padding-bottom: .5em;
}
#Labelpic {
  padding-right: 15px;
}
#Specs {
	margin-left: auto;
	margin-right: auto;
  font-size: 14px;
  padding-left: 15px;
}
#Spec {
  font-weight: normal;
}
ul {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  list-style-type: none;
  margin-left: 0px;
  padding-left: 15px;
}
#Medals {
  clear: both;
	text-align: center;
	padding-top: .5em;
  font-weight: normal;
}
.SpecTitle {
  font-weight: bold;
}
#Trailer {
  background-color: #823D36;
  color: #BA9F58;
  text-align: center;
  font-size: small;
  padding-top: 0px;
  padding-bottom: 0px;
  clear: both;
  border-bottom: 24px solid #823D36;
  margin-bottom: 0px;
}
#Trailer a:link {
	color: #BA9F58;
}
#Trailer a:visited {
	color: #BA9F58;
}
#Trailer a:hover {
	color: #E06C39;
}
#Trailer a:active {
	color: #E06C39;
}
.style-img-left {
	padding-left: 0px;
	padding-right: .25em;
	padding-top: .25em;
	padding-bottom: .25em;
	float: left;
}

.style-img-right {
	padding-left: .25em;
	padding-right: 0px;
	padding-top: .25em;
	padding-bottom: .25em;
	float: right;
}

