/* CSS Document */

body {
  background: #f0f1eb;
  color: #808080;
  font-family: Trebuchet MS, Trebuchet, sans-serif;
  border: none;
}

td {
  vertical-align: top;
}
.column {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
}
table {
  margin-left: auto;
  margin-right: auto;
}

.outer {
    width: 820px;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    border: none;
	clear: both;

}

.title {
  font-weight: bold;
  text-transform: uppercase; 
}

div .title {
  height: 2em;
}

div#main {
    width: 556px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    border: none;
}

div#main1 {
    width: 45%;
    margin-left: 50;
    margin-right: auto;
    padding: 0px;
	float: left;
}

div#main2 {
    width: 45%;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
	float: right;
}

div#column1 {
  position: relative;
  width: 120px;
  float: left;
  margin-left: 30px;
}

div#column2 {
  position: relative;
  width: 120px;
  float: right;
  margin-right: 30px;
}

div#product {
  position: relative;
  left: 0px;
  top: 0px;
  width: 500px;
  float: right;
  margin-top: 2.1em;
}

div#product_text {
  width: 300px;
  float: left;
  text-align: justify;
}

div#designers {
  width: 120px;
  float: left;
  clear: both;
}

div#designer_box {
  padding-top: 35px;
}

div#designer_text {
  width: 680px;
  float: right;
  font-size: smaller;
  text-align: justify;
}

div#linkhome {
  font-size: smaller;
}

div#links {
  padding-top: 40px;
  clear: both;
  font-size: smaller;
}

a { 
  color: #808080;
  text-decoration:underline;
}


