/*
* layout.css - Master template styles

* Created by: 
* Modified by: 

*
* Copyright (c) 2006 condit.west.creative LLC
* 414 S. Mill Avenue, Tempe, Arizona. 85281, U.S.A.
* All rights reserved.
*
* This software is the confidential and proprietary information of
* condit.west.creative LLC. You shall not disclose such confidential
* information and shall use it only in accordance with the terms of
* the license agreement you entered into with condit.west.creative LLC
*/

#cutoutcoupon {
	width: 550px;
	border: 4px dashed #000000;
	padding: 15px 15px 15px 15px;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	color: #28353d;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.4em;
	font-size: 12px;
}

.headline {
	line-height: 1.3em;
	font-size: 1.5em;
	color: #3f5162;
}

.footer {
	color: #666666;
	text-align: left;
	line-height: 1.5em;
	padding: 0 20px 0 20px;
}