body {
	text-align: center;
	background-color: #5F5F5F;
	margin-top:30px;
	margin-bottom:30px;
}

A:link {
	COLOR: #000000; text-decoration: underline
}
A:visited {
	COLOR: #000000; text-decoration: underline
}
A:active {
	COLOR: #000000; text-decoration: underline
}
A:hover {
	text-decoration: none
}

#page_wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	text-align: left;
	border: 6px solid #F4F4EE;
	/*	background-color: #F3E7A9; */
	background-color: #F5F5FC;
	background-image: none;
	background-position: left top;
}

#page_header {
  height: 140px;
  background: #5b5b2c url('images/header.jpg') top left no-repeat;
}  

#page_header h1 {
	padding-top:40px;
	padding-left: 90px;
	font-family: verdana, helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color: #320053;
	letter-spacing: -1px;
	margin:0px;
}

#left_side h2 {
	margin:10px;
	margin-right:15px;
	font-family: verdana;
	font-size:18px;
	font-weight: bold;
	line-height:22px;
	color: #370037;
}

#left_side h3 {
	margin:10px;
	margin-right:15px;
	font-family: verdana;
	font-size:14px;
	font-weight: bold;
	line-height:18px;
	color: #370037;
}

#left_side h4 {
	margin:10px;
	margin-right:15px;
	font-family: verdana;
	font-size:12px;
	font-weight: bold;
	line-height:16px;
	color: #370037;
}

#left_side p {
  margin:10px;
  margin-right:15px;
  font-family: verdana;
  font-size:12px;
  line-height:20px;
  color: #333333;
  margin-bottom: 2px;
}

#right_side {
  float:right;
  width:150px;
}
  
#right_side h3 {
  margin-right:10px;
  margin-bottom: 5px;
  font-family: verdana;
  font-size:12px;
  font-weight: bold;
  line-height:16px;
  color: #FCF8E3;
  background: #595A38;
  padding:4px;
  border:1px solid #3A3B22;
}
  
#right_side p {
  margin:5px;
  margin-bottom:15px;
  padding-right:10px;
  font-family: verdana;
  font-size:11px;
  line-height:16px;
  color: #333333;
}

.spacer {
  margin:0px;padding:0px;height:1px;clear:both;
}

  
 
 
#page_wrapper #left_side .calltoclient {
	color: #FFF;
	background-color: #FF3E3E;
}
