/* CSS Document */

body {
  background: #d2cec1;
  margin-top: 0px;
  padding: 0px;
}
a {
  text-decoration: underline;
  color: #302f2c;
  }
  
#container {
  width: 973px;
  background: #FFFFFF;
  text-align: left;
}
  
.title {
  text-align: center;
}

.fashionTitle {
  text-align: left;
  padding-left: 100px;
  padding-bottom: 20px;
}
  
.leftContent {
  margin: 20px 10px 0px 5px;
  color: #302f2c;
  font-family: "Myriad Pro", Verdana, Arial;
  font-size: .9em;
  font-weight: 500;
  line-height: 1.6em;
}

.rightContent {
  margin: 20px 0px 0px 5px;
  color: #302f2c;
  font-family: "Myriad Pro", Verdana, Arial;
  font-size: .9em;
  font-weight: 500;
  line-height: 1.6em;
}

.oneColumn {
  margin: 20px 0px 0px 5px;
  color: #302f2c;
  font-family: "Myriad Pro", Verdana, Arial;
  font-size: .9em;
  font-weight: 500;
  line-height: 1.6em;
}

.thumbLink {
  color: #302f2c;
  font-family: "Myriad Pro", Verdana, Arial;
  font-size: .7em;
  padding-bottom: 10px;
}

.thumbLink a {
  text-decoration: none;
}

submit {
  color: #302f2c;
  font-family: "Myriad Pro", Verdana, Arial;
  font-size: .9em;
}

img {
  border: none;
}

#footer {
  width: 973px;
  height: 63px;
  margin: 20px 0px 0px 0px;
  background:#302f2c;
}

#copyright {
  width: 973px;
  background: #d2cec1;
  text-align: center;
  padding-top: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .7em;
  color: #302f2c;
  font-weight: 500;
}

#copyright a {
  text-decoration: underline;
  color: #302f2c;
}

#copyright p {
  line-height: .8em;
  margin: 8px;
  }