@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) central stylesheet - layout example "3col_standard"
 * (de) Zentrales Stylesheet - Beispiellayout "3col_standard"
 *
 * @copyright       Copyright 2005-2009, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.2
 * @revision        $Revision:426 $
 * @lastmodified    $Date: 2009-10-27 21:15:57 +0100 (Di, 27. Okt 2009) $
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(../yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden */
@import url(../yaml/navigation/nav_shinybuttons.css);

@import url(screen/basemod.css);
@import url(screen/content.css);

/* import print layout | Druck-Layout einbinden */
@import url(../yaml/print/print_003_draft.css);

/*
	Style Name	: Minisite / Sales Page Website style sheet
	Version     : 2.0
	Author      : Abundance Unlimited
	URL         : http://www.AbundanceUnlimited.com
	Copyright   : This website
	Comments	: For use with minisites
	              Search for the string change for common elements to change the look
	
	all code -- html and css is copyright 2009 This website. All rights reserved worldwide.
*/

.page_margins {
	max-width: 750px;
	min-width: 560px;
}

p {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:12px; /* 12px is good size to read for everyone */ /*change */
	margin-bottom: 10px;
	line-height: 20px;
}

h1, h2, h3, h4 {
	font-family: Times New Roman; /*change */
	text-align:center;
	font-weight: bold;
}
#header {
	padding: 20px 2em 1em 20px;
}
#header h1, h1 {
	font: 36px; /*change */
	line-height:100%; /*change */
	color: #CC0000; /*change */
	text-align:center;
}
h2 {
	font-size: 24px;
	color: #CC0000; /*change */
}
h3 {
	font-size: 22px;
	color: #000000; /*change */
}

.testimonial {
	BACKGROUND-COLOR: #FFFFCC;
	border: 2px solid #000000;
	float: center;
	margin-top: 5px;
	margin-right: 35px;
	margin-bottom: 5px;
	margin-left: 35px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#footer {
	font-size:75%;
	padding:5px 0;
	margin:0 auto;
	clear:both;
	text-align:center;
	line-height:20px;
	background-color:white;
}
#footer p {
	line-height: 1.6em;
}
#footer a {
	color: #009933;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
#footer a:hover {
	border: none;
	text-decoration: none;
	color: black;
}

