html, body {
	font: 12px/16px Verdana, Arial, Helvetica, sans-serif;
	background: #fff url(../i/bg.gif) top repeat-x;
	color: #000;
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
}
a {
	font: bold 110%;
	color: #0b6060;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #0b6060;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #178ec0;
	
}

/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% MAIN DIVS */

#container {
	position: relative;
	width: 770px;
	height: auto;
	margin: 0px auto 0px auto;
	padding: 15px 0px 15px 0px;
	text-align: center;
}
	#top {
		position: relative;
		margin: 0px auto 0px auto;
		width: 530px;
		height: 160px;
	}
	#b1, #b2, #b3 {
		position: absolute;
		top: 218px;
		width: 199px;
		height: 400px;
		margin-bottom: 25px;
		font-size: 90%;
		line-height: 120%;
	}
	#b1 {
		left: 30px;
	}
	#b2 {
		left: 285px;
	}
	#b3 {
		right: 30px;
	}
		.logoHolder {
			width: 199px;
			height: 60px;
			margin-top: 10px;
		}

