body {
  width: 703px;
  margin: 190px 0px 0px 5px;
  background: #fff;
  border: 3px dashed #4C2478;
  color: #444;
  font-family: 'Lato', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
  font-size: 12px;
  line-height: 18px;
	position:relative !important;
}
p {
  display: block;
  margin: 0 0 8px 0;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}
.caption {
	font-size: 80%;
}
h1, h2, h3, h4, h5, h6 {font-family: 'Bitter', 'Helvetica'}
h1 {
	font-size: 180%;
}
h2 {
	font-size: 150%;
}
h3 {
  background: url(/public/images/content/main/heading5-bg.gif) left top repeat-x;
  height: 21px;
  padding-left: 7px;
  line-height: 21px;
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  width: 99%;
  display: block;
}
h4{
	font-size: 100%;
}
h5{
	font-size: 80%;
}
h6{
	font-size: 70%;
}
