body {
  background: #123;
  color: #333;
  font-size: 11px;
  height: auto;
  padding-bottom: 20px;
}
ƒ
a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}


p {
  overflow: hidden;
  padding: 0px 0;
  text-align: center;
}

.container_12,
.container_16,
.container_24 {
  
  background-repeat: repeat-y;
  margin-bottom: 20px;
}

.container_12 {
  background-image: url(../img/12_col.gif);
}

.container_16 {
  background-image: url(../img/16_col.gif);
}

.container_24 {
  background-image: url(../img/24_col.gif);
}
.header
{
	position:relative;
	z-index:1;
	background-color: #145575;
	height: 95px;
	
}
.logo
{
	position:absolute;
	z-index:2;
	height: 171px;
	width: 437px;
	background-image: url("../img/logo.png");	
}
.top_half
{
	position:relative;
	z-index:1;
	background-color: #1c719c;
	height: 305px;
}
.separator
{
	position:relative;
	z-index:1;
	background-color: #2b2b2b;
	height: 55px;
}
.bottom_half
{
	position:relative;
	z-index:1;
	background-color: #fff;
	height: 355px;
}
.content
{
	position:relative;
	top: -810px;
	z-index:3;
	height: 810px;
}
.phone
{
	position:absolute;
	top: 210px;
	left: 210px;
	width: 278px;
	height: 425px;
  	font-weight: bold;
  	background-image: url("../img/phone.png");

}
.balloon
{
	position:absolute;
	top: 192px;
	left: 490px;
	width: 557px;
	height: 560px;
  	font-weight: bold;
 	font-family: "arial","sans-serif";
  	background-image: url("../img/balloon.png");

}
.balloon_title
{
	padding-top: 25px;
	text-align: center;
	color:#fff;
}

.balloon_top
{
	padding-left:10px;
	padding-right:10px;
	color: #fff;
  	text-decoration: none;
  	font-size: 16px;
  	font-weight: bold;
}
.balloon_bottom
{
	padding-top:50px;
	padding-left:10px;
	padding-right:10px;
  	text-decoration: none;
  	font-size: 16px;
  	font-weight: bold;
  	color: #000; 	
}


