/*
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * @vendor:     Paul Lloyd
 * @licenseurl: http://www.fontsquirrel.com/license/PlainBlack
 *
 *
 */
 
#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;

}
@font-face {
	font-family: 'PlainBlackWide Normal';
	src: local('PlainBlackWide Normal');
	src: url(http://www.cashdollardesign.com/fonts/Plain_Black_Wide.woff) format('Woff');
	src: url(http://www.cashdollardesign.com/fonts/Plain_Black_Wide.ttf) format('truetype');
}

@font-face {
	font-family: 'IncisedBlackWide Normal';
	src: local('IncisedBlackWide Normal');
	src: url(http://www.cashdollardesign.com/fonts/Incised_Black_Wide.woff) format('Woff');
	src: url(http://www.cashdollardesign.com/fonts/Incised_Black_Wide.ttf) format('truetype');
	


}

h1.fontface {font: 60px/68px 'IncisedBlackWide Normal', Arial, sans-serif;letter-spacing: 0;}
h2.fontface2 {font: 20px/38px 'PlainBlackWide Normal', Arial, sans-serif;}



