@charset "UTF-8";

#featureContents {
	background: url('/images/all_contentsBg.gif');
	text-align: center;
	}

#featureContents .wrapper {
	width: 950px;
	margin: 0 auto;
	}

#featureContents h4 {
	margin: 20px 0 12px 0;
	}


#featureContents p strong.plesure {
	font-weight: bold;
	font-size: 1.3em;
	color: red;
	text-shadow: #FFF 0 2px 0;
	}

.featureTxt {
	background-color: rgba(255, 255, 255, 0.4);
	background: rgba(255, 255, 255, 0.4);
	-moz-border-radius-topleft: 7px;
    -moz-border-radius-topright:7px;
    -webkit-border-top-left-radius:7px;
    -webkit-border-top-right-radius:7px;
    border-top-left-radius:7px;
    border-top-right-radius:7px;
    -moz-border-radius-bottomleft: 7px;
    -moz-border-radius-bottomright:7px;
    -webkit-border-bottom-left-radius:7px;
    -webkit-border-bottom-right-radius:7px;
    border-bottom-left-radius:7px;
    border-bottom-right-radius:7px;
    box-shadow: #87663c 0 1px 3px;
    padding: 15px 20px;
	}

.counsellingPh {
	float: right;
	margin: 0 0 -35px 20px;
	position: relative;
	top: -35px;
	}