/* CSS Document by Dieter Schneider 2007 | www.csstemplateheaven.com */

* {margin: 0; padding: 0;}

body {
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat;
	font-size: 62.5%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #EDDABA;
	background-attachment: fixed;
}

#left_leaf {
	background-image: url(images/left_leaf.png);
	height: 733px;
	width: 148px;
	position: fixed;
	left: 0px;
	top: 0px;
}

#container {
	background-image: url(images/container_bg.jpg);
	width: 885px;
	font-size: 1.2em;
	background-attachment: fixed;
	min-height: 868px;
	padding-bottom: 50px;
}

#header {
	background-image: url(images/header.png);
	height: 199px;
	width: 716px;
	background-repeat: no-repeat;
}

#content {
	background-image: url(images/content_tile.png);
	background-repeat: repeat-y;	
	padding-left: 150px;
	padding-right: 220px;
	padding-top: 30px;
}

#footer {
	background-image: url(images/footer.png);
	height: 49px;
	background-repeat: no-repeat;
	padding-left: 180px;
	padding-top: 30px;
}

h1 {
	margin-left: -5000px;
	
}

h3 {
	font-size: 1.4em;
	color: #FFFFFF;
	font-style: italic;
}

p {padding-top: 20px;
   padding-bottom: 20px;}
   
p.bold {
	padding-top: 20px;
	padding-bottom: 20px;
	color: #EDDABA;
	font-style: italic;
	font-weight: bold;
}

p.footer {
    margin: 0; 
    padding: 0;
	color: #FFFFFF;
	font-size: .9em;
}
  
   


