@charset "UTF-8";
/* CSS Document */




/*Typography*/

@font-face {
	font-family: Whitney;
	src: url(../files/Whitney-Book.otf) format("opentype"),
	url(../files/Whitney-Medium.otf) format("opentype");
	}

body {
	font-family: Whitney-Book, Futura, Helvetica, Arial;
	}





/*Rounded Corners*/

#footer, #clients, #considering, #curious, #submain1, #submain2, #submain3, #map iframe {
	border-radius: 7px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	}


