@import 'reset.css';

@import 'color.css';
@import 'typography.css';
@import 'layout.css';

/* LAYOUT */
#pageContent {}
  #endorsements {
	  float: left;
		padding: 0 20px 40px;
	}
	  #endorsements h2 {
		  width: 440px;
		}
	#quotations {
	  float: left;
		padding: 0 0 40px 20px;
	}
	  #quotations h2 {
		  width: 460px;
		}
		#quotations blockquote, #quotations cite {
		  float: left;
			margin-bottom: 20px;
		  width: 200px;
		}
		#quotations blockquote {
		  clear: both;
			margin-right: 20px;
			text-align: justify;
		}
		#quotations cite {
		  margin-left: 20px;
		}
		
/* TYPOGRAPHY */		
		  #endorsements li {
			  font-size: 14px;
			}
		#quotations em {
		  font-weight: bold;
		}