body{
margin: 20px;
}

.menu {
border-style: solid;
border-color: #635F9B;
border-width: 2px;
float: left;
padding: 10px;
background: #F9F9FB;
margin-right: 20px;
text-align: center;
width: 20%;
}

.menu img{
border-style: none;
}

li{
text-align: left;
list-style: none;
list-style-position: outside;
}

ul{
margin: 0px;
}

li:before {
  content: "\00BB \0020";
}

h1{
margin-left: 20%;
}

.menu h3{
text-align: left;
background: #DBE1F3;
border-style: solid;
border-color: #635F9B;
border-width: 1px 0px;
text-indent:  20px;
margin-bottom: 0px;
}

.maintext{
padding: 5px;
border-style: solid;
border-color: #635F9B;
border-width: 2px;
padding: 10px;
background: #F9F9FB;
float: left;
width: 70%;
}

.featuredesign{
text-align: center;
}

.featuredesign img{
border-width: 1px;
border-style: solid;
border-color: #635F9B;
}

.featuredesign p{
text-align: center;
}

.featuredesign h3{
margin: 0em;
}

.product{
float: left;
width: 30%;
height: 12em;
}

.item{
float: left;
width: 45%;
padding: 1em;
}

.maintext h1, .maintext h2{
text-align: center;
margin-left: 0px;
margin-bottom: 0px;
}

.maintext h2{
margin-top: 0px;
}

.maintext h3{
margin-bottom: 0px;
text-decoration: underline;
}