* {
	margin: 0;
  padding: 0;
}
html {
	height: 100%;
  margin: 0 0 1px 0;
}
body {
	font: 90%/1.5em trebuchet ms, verdana, sans-serif;
  text-align: center;
	margin: 0;
}
#wrapper {
	width: 692px;
  text-align: left;
  margin: 0 auto;
}
#header {
	height: 117px;
  position: relative;
}
#header h1 {
	position: absolute;
  top: 47px;
  left: 42px;
}
#header h1 a {
	display: block;
  background: transparent url(../images/header_logo.gif) top left no-repeat;
  width: 268px;
  height: 43px;
}
#header h1 span {
	display: none;
}
#header h2 {
	position: absolute;
  top: 66px;
  left: 465px;
  font-size: 1.5em;
  color: black;
}
#content a:link,
#content a:visited {
	color: #f8183a;
}
#content a:hover {
	background: #ececef;
}
#content {
	background: transparent url(../images/content_bg.jpg) top left no-repeat;
  float: left;
  width: 100%;
  padding-top: 40px;
}
#content h3 {
	font-size: 1.5em;
  margin: 1.5em 0 .25em 0;
  color: #f8183a;
}
#content P {
	margin: 0 0 1em 0;
}
#content strong,
#content em {
	color: black;
}
#content ul {
	margin: 0 0 1em 0;
  padding: 0;
  list-style-type: none;
}
#content li {
	padding: 0 0 0 23px;
  margin: 0;
  background: transparent url(../images/content_bullet.gif) 0 6px no-repeat;
}
#main_content {
	width: 330px;
  float: left;
  margin: 0 43px 0 40px;
  color: #000;
  display: inline;
}
#side_content {
	width: 238px;
  float: left;
}
#side_content .box h3,
#side_content .box strong {
	color: white;
}
#side_content .box {
	background: #000 url(../images/side_top_bg.gif) top left no-repeat;
  padding-top: 7px;
  color: #d5d5d5;
}
#side_content .box .inner {
	background: #000 url(../images/side_bottom_bg.gif) bottom left no-repeat;
  padding: 13px 20px 20px 20px;
}
#side_content .box a:link,
#side_content .box a:visited {
	color: #f8173a;
}
#side_content .box a:hover {
  background: #37393f;
}
#side_content .box li {
	background: transparent url(../images/side_bullet.gif) 0 5px no-repeat;
}
#footer {
	clear: left;
  text-align: center;
  padding: 50px 0;
  color: #777;
}
#footer a:link,
#footer a:visited {
	color: #f8183a;
}
#footer a:hover {
	background: #ececef;
}
#testimonial {
	color: #333;
  font-style: italic;
  margin: 0 30px 1em 30px;
  padding: 10px 15px;
  border-top: 1px solid #cecfd3;
  border-bottom: 1px solid #cecfd3;
  background: transparent url(../images/lightgray_bg.gif) top left repeat-x;
}
.more {
	text-align: right;
}
.first {
	margin-top: 0 !important;
}