html,body {
	margin: 0;
	padding: 0;
	color: #000;
	background: url(../img/bg_faro.jpg) #fff;
	background-repeat: repeat-x;
	text-align: center; /* for IE */
}

#logo {
	left: 84px;
	top: 20px;
	width: 155px;
	height: 71px;
	background: url(../img/logo_faro.gif);
	position: absolute;
}

#baseline {
	left: 11px;
	top: 109px;
	width: 304px;
	height: 156px;
	background: url(../img/baseline_faro.jpg);
	position: absolute;
}

#greenLine {
	left: 11px;
	top: 266px;
	width: 899px;
	height: 5px;
	background: #007181;
	position: absolute;
}

#subnav_bt_on {
	width: 232px;
	height: 24px;
	background: url(../img/subnav_bt_on_faro.gif);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-bottom: 2px;
}

#subnav_bt {
	width: 232px;
	height: 24px;
	background: url(../img/subnav_bt_off_faro.gif);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-bottom: 2px;
}

.subnav {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 26px;
	padding-top: 2px;
	color: #565656;
	line-height: 15px;
}

.subnav a {
	color: #565656;
	text-decoration: none;
}

.subnav a:hover {
	color: #00a1b2;
	text-decoration: none;
}