﻿body {
	margin: 0;
	padding: 0;
	height: 100%; /* needed for container min-height */;
	font-family: arial,sans-serif;
	font-size: small;
	color: #666;
	background-image: url('http://www.greenculinary.com/images/green_repeating.jpg');
	background-repeat: repeat;
}

html {
	margin: 0;
	padding: 0;
	height: 100%; /* needed for container min-height */;
	font-family: arial,sans-serif;
	font-size: small;
	color: #666;
	background-image: url('http://www.greenculinary.com/images/green_repeating.jpg');
	background-repeat: repeat;
}

h1 { 
	font:1.5em georgia,serif; 
	margin:0.5em 0;
}

h2 {
	font:1.25em georgia,serif; 
	margin:0 0 0.5em;
}
	a {
		color:blue;
	}

	h2 {
		color:blue;
	}

	h1 {
		color:blue;
	}

p { 
	line-height:1.5; 
	margin:0 0 1em;
}

div#container {
	position: relative; /* needed for footer positioning*/;
	margin: 0 auto;
/* center, not in IE5 */	width: 97%;
	height: auto !important; /* real browsers */;
	height: 100%; /* IE6: treaded as min-height*/;
	min-height: 100%;
	background-color: #FFFFFF;
	background-image: url('images/greenrepeating_transparentdark.jpg');
}
div#header {

	background: repeat 98%
10px;
	border-bottom: 6px double gray;
	background-image: url('http://www.greenculinary.com/images/greenrepeating_transparentdark.jpg');
}
	div#header p {
		font-style:italic;
		font-size:1.1em;
		margin:0;
	}

div#content {
	padding: 1em 1em 5em;
	background-color: #FFFFFF;
	background-image: url('images/greenrepeating_transparentdark.jpg');
	background-repeat: repeat;
}
	div#content p {
		text-align:justify;
		padding:0 1em;
	}

div#footer {
	position: absolute;
	width: 100%;
	bottom: 0; /* stick to bottom */;
	border-top: 6px double gray;
}
	div#footer p {
		padding:1em;
		margin:0;
	}