body {
	background-color: #1A1A96;
	margin: 0px;
	padding: 0px;
}
#box1 {
	float: left;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #aaaaed;
	background-image: url(images/fade.jpg);
	background-position: right;
	background-repeat: repeat-y;
	padding: 20px 0px;
}
#box1 h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
	color: #E5E7B6;
	margin: 0px;
	padding-left: 20px;
}
#box1 h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #E5E7B6;
	margin: 0px;
	padding-left: 20px;
}
#box2 {
	float: left;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #aaaaed;
	padding: 20px 0px;
	background-color: #39399B;
}
.clear {
	clear: both;
	font-size: 0px;
	height: 1px;
}
#menu {
	float: left;
	padding: 0px 20px 20px 10px;
	display:block;
	width:142px;
}
#menu a.button {
	display:block;
	width:127px;
	height:20px;
	background:url(/images/button.gif) left top;
	text-align:left;
	color:#E7E6B8;
	text-decoration:none;
	font-family:arial, sans-serif;
	margin-top:5px;
	font-size: small;
	padding-left: 15px;
	line-height: 19px;
}
#menu a.button:hover {
	background-position:0 20px;
	overflow:hidden;
}
#content {
	float: left;
	width: 60%;
	padding: 10px;
}
#content h1 {
	font-family: "Times New Roman", Times, serif;
	color: #E5E7B6;
	font-size: x-large;
	text-align: left;
	margin: 0px;
}
#content h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #E5E7B6;
	margin: 0px;
}
#content p {
	font-family: "Times New Roman", Times, serif;
	color: #E5E7B6;
	font-size: medium;
}
#content li {
	color: #E5E7B6;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
}
#content a {
	color: #E5E7B6;
	text-decoration: none;
	font-weight:bold;
}
#content a:hover {
	color: #E5E7B6;
	text-decoration: none;
	font-weight:bold;
}
.image {
  float: right;
	text-align: center;
	width: 200px;
	margin-top: 40px;
	margin-left: 20px;
}
.shoemakingimage {
  float: right;
	text-align: center;
	width: 150px;
	margin-top: 0px;
	margin-left: 20px;
}
.shoemakingimage img {
	margin-bottom:10px;
}
.logo {
  float: left;
	height: 90px;
	text-align: center;
	width: 200px;
	margin-top: 20px;
}
.logo p {
  margin: 0px;
}


