/*
Theme Name: Evergreen Home
Theme URI: http://fabricbrand.com/
Description: Evergreen Family of Companies Home Page
Author: Andy Harwood
Version: 1.0
Tags: 
*/

/* 
colors
lt green: 31622e
dk green: 19341c
orange: ee8d29
*/


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

body{
	background: #19341c url(images/background.png) repeat-x;
	text-align: center;
}

p{
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: white;
	margin-bottom: 20px;
}

h1{
	font: 32px Georgia, "Times New Roman", Times, serif;
	color: #ee8d29;
	margin-bottom: 20px;
}

#container{
	width: 950px;
	text-align: left;
	margin-left: auto;
    margin-right: auto;
	position: relative;
	margin-top: 30px;
}

.logoimage{
	width: 442px;
	margin-bottom: 30px;
	float: left;
	height: 140px;
	margin-right: 30px;
}

#footer{
	font: 10px Verdana, "Lucida Grande", Lucida, sans-serif;
	color: white;
	width: 950px;
	text-align: left;
	clear: both;
	margin-bottom: 20px;
}