* { padding: 0; margin: 0; }

body {
 font-family: Times New Roman, Times, serif;
 font-size: 100%;
 background-color: #E8E9F4;
}

ul,li {
	margin:0;
	padding:0;
	}
li {
	list-style-type: square;
	margin-left: 40px;
}

a{
	color: #000000;
}

a:hover{
	color: #975300;
} 

#wrapper { 
 margin: 0 auto;
 width: 780px;
 border: 1px solid #000000;
 margin-top: 10px;

}
#header {
	color: #333;
	width: 780px;
	float: left;
	padding: 0px;
	height: 93px;
	background-image: url(../images/header_natures_way_presque_isle.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#header p {
	margin-top: 10px;
	margin-left: 370px;
	font-style: italic;
	font-size: 110%;
	font-weight: bold;
}

#logo h1 {
	text-indent: -9000px;
}

#leftcolumn {
	color: #333;
	margin: 0px;
	padding: 0px;
	height: 400px;
	width: 250px;
	float: left;
	background-image: url(../images/side_natures_way_presque_isle.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#rightcolumn {
	float: right;
	color: #333;
	background-color:#FFFFFF;
	padding: 10px;
	width: 510px;
	height: 380px;
	display: inline;
	margin: 0px;
}
.subtitle {
	color:#4B661F;
	font-weight:bold;
	margin-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	padding-right: 20px;
	margin-right: 40px;
}

#footer {
	width: 780px;
	clear: both;
	color: #333;
	background: #FF6112;
	margin: 0px;
}
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
