body {
	font-size:16px!important;
	color: #555555;
	line-height: 1.5;
	}

/* Typography Styles */

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	line-height: 1.4;
	margin-bottom: 15px;
	}	
	
h3 {
	line-height: 1.4;
	}
	
blockquote {
	padding: 20px 30px;
		}
		
blockquote small, blockquote .small {
	font-size: 14px;
		}	


/* Introduction Container Styles */
	
.intro {
	padding: 30px 15%;
}	

.intro p {
	font-size: 20px;
	color: #888888;
	}

/* Section Background Styles */
	
.bg-color {
	background: #dedcdc;
	}
	
.shadow {
 box-shadow: 2px 2px 2px rgba(0,0,0,0.2) inset, -2px -2px 2px rgba(0,0,0,0.2) inset;
	}
	
.bg-brushed {
	background: url("../images/brushed.png") repeat scroll 0 0 #ffffff;
	}