
	
	@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,700);

	.frame {
		text-align:center;
		margin-top:25px;
		font-family:'Open Sans','Helvetica Neue',Arial,sans-serif;
		font-family:'Roboto Slab','Times New Roman',serif;
	}
	
	h1, h2 {
		margin:0.25em 0 0.25em;
		padding:0;
		line-height:1em;
		font-weight:400;
		color:#555;
		font-family:'Roboto Slab','Times New Roman',serif;
		
	}
	
	h1 {
		font-size:36px;
		letter-spacing:2.5px;
	}
	
	h2 {
		/*font-style:italic;*/
		font-weight:400;
		color:#2d6b9a;
		font-size:28px;
	}
	
	h2 > span {
		color:#ec7533;
	}
	
	p {
		margin-top:2em;
		color:#555;
	}
	
	p.contact {
		/*font-family:'Open Sans Condensed';*/
		font-weight:700;
		font-size:20px;
	}
	
	span.phone {
		font-size:28px;
		letter-spacing:2px;
	}
	
	span.phone > a {
		color:#555;
		text-decoration:none;
	}
	
	p.contact > a {
		color:#ec7533;
		text-decoration:none;
		
	}
	