@charset "utf-8";
/* CSS Document */
#howWeMetSection {
	display:block;
	position:relative;
	width:690px;
	margin:20px auto;
	text-align:center;
}
#howWeMetTop {
	background-image:url(../images/howWeMetTopBG.jpg);
	background-repeat:no-repeat;
	background-position:3px 0px;
	width:467px;
	height:132px;
	padding:33px 60px 0px 165px;
	text-align:left;
}
#howWeMetTop h1 {
	color:#6CB5B3;
	font-variant:normal;
	font-size:2.5em;
	font-weight:normal;
	paddin:0px;
	margin:0px;
}
h4 {
    color:#646464;
    margin:0px;
    padding:0px;
}
h4 a:link, h4 a:visited {
    color:#646464;
    text-decoration:underline;
}
h4 a:hover, h4 a:active {
    color:#6CB5B3;
    text-decoration:underline;
}
p {
    color:#7f7f7f;
	font-variant:normal;
	font-size:0.9em;
	font-weight:normal;
	text-align:justify;
}
#howWeMetMid img {
	margin: 15px;
	padding:5px;
	border:1px solid #ccc;
}
#howWeMetTop p {
	color:#7f7f7f;
	font-variant:normal;
	font-size:0.9em;
	font-weight:normal;
	padding-top:0px;
	margin-top:0px;
}
#howWeMetMid {
	background-image:url(../images/songRequestMidBG.png);
	background-repeat:repeat-y;
	background-position:18px 0px;
	width:582px;
	padding:0px 54px 0px 54px;
	text-align:left;
	margin-top:0px;
	position:relative;
    z-index:2;
}

#howWeMetBottom {
	background-image:url(../images/songRequestBottomBG.jpg);
	background-repeat:no-repeat;
	background-position:32px 0px;
	width:690px;
	padding:0;
	text-align:left;
	margin-top:0px;
	height:45px;
    position:relative;
    z-index:2;
}
