#banner {
	position: relative;
	background: url(../images/bkg-banner-resources.jpg) no-repeat left;
	height: 200px;
}
#banner-msg {
	position: absolute;
	top: 15px;
	left: 320px;
	color: #fff;
	width: 500px;
}
#banner-msg h3 {
	font-size: 32px;
}
#banner-msg p {
	font-size: 22px;	
}

/* Sidebar Social Web Icons 
---------------------------------------------------------------------------------- */

#socialsm {
	position: relative;
	width: 202px;
	height: 65px;
        margin: -10px, 65px, -10, -10px;

}
#socialsm a {
	display: block;
	background-image: url(http://www.limina-ao.com/images/bkg-social-goodies_sm.jpg);
	height: 65px;
	text-indent: -9000px;
	overflow: hidden;
	outline: none;
        float: left;
}
#socialsm a.blog { background-position: 0 0; width: 67px; }
#socialsm a.blog:hover { background-position: 0 -65px; width: 67px; }
#socialsm a.facebook { background-position: -67px 0; width: 66px; }
#socialsm a.facebook:hover { background-position: -67px -65px; width: 66px; }
#socialsm a.twitter { background-position: -133px 0; width: 67px; }
#socialsm a.twitter:hover { background-position: -133px -65px; width: 67px; }
