/* IMPORTS */

@import url(site.css);
@import url(typography.css);
@import url(main.css);

/**************** Base ****************/

body {
	font-family: Helvetica, Arial, sans-serif;		
	color: #666666;
	background: #e6e6e6;
}

/****************** Extras *******************/

.clr {
	clear:both;
}

.shaded {
	background: #cfcfcf;
}

.padded {
	padding: 15px 15px 15px 15px;
}
