@charset "UTF-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	font-size: 62.5%; /* sets the stage for using ems */
	font-family: helvetica, tahoma, sans-serif;
	background-color:#1C8ABE;
	background-image: url(../images/layout/bg.png);
	background-repeat: repeat-x;
	height:63px;	
	background-position:center 0;
}
.ft {
	font-family: 'Droid Serif', serif;
	font-style: normal;
	font-weight:100;
}
.pa, .ab {
	position:absolute;
}
.quote_left {
    color: #44A0B7;
    float: left;
    font-size: 1.8em;
    font-weight: 700;
    line-height: 28px;
    margin: 0 20px 0 0;
    padding: 0;
    width: 235px;
}