/* -------------------------------
Gretchen Holbrook Gerzina
Official Web Site
Master Stylesheet
Author: Michael Borum // etherweave
Version: January 2008
-------------------------------- */

body {
	background: #fce8b6;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #4a1d12;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	z-index: 0;
	}

#background { /* This creates the full background image effect */
	position: absolute; top: 0; left: 0; right: 0; bottom: 0;
	height: 100%;
	width: 100%;
	margin-bottom: 0;
	padding-bottom: 0;
	padding: 0;
	z-index: 0;
	}
	
.background { /* This, also */
	height: 100%; 
	width: 100%; 
	margin: 0;
	padding: 0;
	}

h1, h2, h3 {
	font-weight: bold;
	padding: 0 15px 10px 25px;
	margin: 0;
	}

h1 {
	font-size: 18px;
	line-height: 150%;
	}

h2 {
	font-size: 16px;
	line-height: 150%;
	}

h3 {
	font-size: 14px;
	line-height: 150%;
	}

a:link {
	color: #a43223;
	}

a:visited {
	color: #4a1d12;
	}

a:hover {
	color: #f7ecd8;
	}

a:active {
	color: #f7ecd8;
	}
		
a img {
	border: none;
	}
	
p {
	padding: 0 15px 15px 25px;
	margin: 0;
	}

