@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(_images/wood004.jpg);
}
#container  {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 5px solid navy;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
}


#mainContent  {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px;
}
#header {
	margin: 0px;
	padding: 0px;
}
#logo {
	margin: 0px;
	padding: 0px;
}
#header_image {
	margin: 0px;
	padding: 0px;
	width: 650px;
	float: right;
}

#learnMore {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 160px;
}

#footer {
	margin: 0px;
	padding: 5px;
	clear: both;
	text-align: center;
	font-size: 10px;
}
h1 {
	margin: 0px;
	padding: 10px 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 27px;
	text-align: center;
	color: #006;
}
#body p {
	margin: 0px;
	padding: 5px 30px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-indent: 30px;
}
#body h2 {
	margin: 0px;
	padding: 15px 0 5px 0;
	text-align: center;
	font-size: 19px;
	color: #09C;
}

#body h5 {
	margin: 0px;
	padding: 3px;
	font-size: 11px;
	text-align: center;
}
#body {
	margin: 0 0 0 10px;
	padding: 0px;
	float: left;
	width: 600px;
}
#back {
	margin: 0px;
	float: left;
	padding: 0px;
}
#learnMore h5 {
	margin: 0px;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: normal;
}
#orderNow {
	margin: 0px;
	padding: 0 0 0 5px;
	font-size: 15px;
	color: #F00;
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
}

#orderNow a {
	color: #F00;
}

