/*********************************************/
/*                                           */
/* building-with-data page content CSS rules */
/*							                 */
/*********************************************/

/*master rules, apply to all*/
#master-body{
	min-height: 450px;
	width: 100%;
}

#master-content{
	min-height: 100%;
	width: 1024px;
	margin: auto;
	padding: 20px 0 50px;
}

#master-content{
	font-size: 1em;
	line-height: 1.4em;
}

#master-content h1{
	color: #5A3A00;
	font-size: 1.8em;
	font-weight: 700;
}

#master-content h2{
	color: #5A3A00;
	font-size: 1.5em;
	font-weight: 700;
	margin-top: 20px;
	line-height: 45px;
	font-style: italic;
}

#master-content p{
	color: #8F8078;
}

#left-side{
	width: 12%;
	float: left;
}

#right-side{
	width: 88%;
	float: right;
}

.circle {
	margin-top: 25px;
	margin-left: 20px;
	border-radius: 50%;
	width: 60px;
	height: 60px; 
	background-color: #D9BC7A;
	color: #5A3A00;
	
	/* css bottom box-shadow */
	-webkit-box-shadow: 5px 12px 14px -9px rgba(0,0,0,0.59);
	-moz-box-shadow:    5px 12px 14px -9px rgba(0,0,0,0.59);
	box-shadow:         5px 12px 14px -9px rgba(0,0,0,0.59);
}

.circle h3{
	color: #5A3A00;
	font-size: 2.5em;
    text-align: center;
	padding-top: 20px;
}