/*****************************************
 General Styling *************************
 ****************************************/
@import url('styles/reset.css');

.noprint, #search-bar {
display: none;
}
body {
	font-family: Verdana, Arial, Tahoma;
	font-size: 14px;
	color: #000000;
}

#content-wrap h2 {
color:#99D7DB;
font-size:20px;
font-weight:normal;
text-transform:uppercase;
}

#barbara {
	float:left;
}

img {
	border:none;
}

#endorse p {
	font-family:Georgia, Serif;
	font-size:16px;
	text-align:center;
}

a, a:visited {
	color:#E24F53;
}