body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #ff9900;
}

div {
  text-align:center;
  font-size: 14pt;
}

div#page {
	margin:0 auto;
	text-align:left;
	width: 800px;
}

div#header {
	width:800px;
	height:125px;
	background-image: url(../images/Wooden-Shoe-Header.gif);
}

div#menu {
	width:175px;
	float:left;
	height:auto;
}

div#content_header {
	width:625px;
	height:10px;
	margin: 0px 0px 0px 175px;
	background-color: #fff;
	background-image: url(../images/Wooden-Shoe-Content-Top.gif);
}

div#content {
	width:585px;
	min-height:350px;
	margin: 0px 0px 0px 175px;
	background-color: #fff;
	background-image: url(../images/Wooden-Shoe-Content-Side.gif);
	padding: 20px;
}

div#intro {
	width:585px;
	min-height:350px;
	margin: 0px 0px 0px 175px;
	background-color: #fff;
	background-image: url(../images/Wooden-Shoe-Content-Side.gif);
	padding: 20px;
}

#left {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	text-align: left;
}
div#footer {
	width:625px;
	height:10px;
	margin: 0px 0px 0px 175px;
	background-image: url(../images/Wooden-Shoe-Footer.gif);
}
div#product_left {
	width: 200px;
	float: left;
	text-align: left;
}
div#product_right {
	width: 385px;
	margin-left: 200px;
	text-align: left;
}
