body {
	margin: 0;
	background: #272727;
	font-family: Tahoma;
	font-size: 11px;
	color: #fff;
}

#bubblesContainer {
	width: 898px;
	margin: 10px auto 0 auto;
	padding: 0 0 0 55px;
}

#bubbles {
	width: 694px;
	height: 18px;
	padding-top: 148px;
	color: #7b7b7b;
	background: url(../images/bubbles.gif);
}

#bubbles a {
	margin: 0 15px 0 0;
	color: #7b7b7b;
	text-decoration: underline;
}

#bubbles a:hover {
	text-decoration: none;
}

#contentContainer {
	height: 349px;
	background: url(../images/blue-bg.gif);
}

#content {
	width: 583px;
	height: 349px;
	margin: auto;
	padding: 0 0 0 315px;
	background: url(../images/blue-area.gif);
}

#contactContainer {
	width: 898px;
	margin: auto;
}

h1 {
	float: left;
	text-indent: -100000px;
	margin: 20px 0 25px 0;
	padding: 0;
}

h1 a {
	display: block;
	position: relative;
	width: 320px;
	height: 40px;
	background: url(../images/h1.gif);
}

p {
	clear: both;
	margin: 0 0 42px 0;
	padding: 0;
}

h2 {
	text-indent: -100000px;
	clear: both;
	float: left;
	width: 197px;
	height: 58px;
	background: url(../images/h2.gif);
	margin: 0;
	padding: 0;
}

h3 {
	text-indent: -100000px;
	float: left;
	width: 550px;
	height: 113px;
	background: url(../images/h3.gif);
	margin: 0;
	padding: 0;
}

h4 {
	text-indent: -100000px;
	float: left;
	width: 294px;
	height: 113px;
	background: url(../images/h4.gif);
	margin: 0;
	padding: 0;
}

#spacer {
	float: left;
	width: 54px;
	height: 10px;
}