* {
  padding: 0;
  margin: 0;
 }
 
 body {
  font-family: Lucida Grande, Lucida Sans, sans-serif;
  font-size: 12px;
  color: #333;
  /* background-image: url(../images/background.gif); */
  /* background-repeat: repeat-y; */
  background-color: #fff;
 }
 
 .left {
  float:left;
  /* padding-top: 100px; */
  width: 310px;
 }

.left ul li {
  float: right;
 }

.left ul li a {
  margin-top: 2px;
  margin-right: 15px;
  font-size: 12px;
  color: #8d7360;
  text-decoration: none;
  padding-top: 7px;
  padding-left: 5px;
  width: 300px;
  height: 23px;
  float: right;
  text-align:right;
  text-transform: uppercase;
  font-weight:bold;

}

.left ul li a:hover {
  background: #333;
 }
 
 .left ul li.active a {
  color: #000;
  background: #fff;
 }
 
 .right {
  padding-left: 310px;
 /*  padding-top: 100px; */
}

.right img {
  margin: 0px 10px 10px 10px;
  display: block;
  border: 3px solid #CCC;
 }
 
 .right img:hover {
  /* border: 3px solid #ff00aa; */
 }
 
.content {
  margin-top:20px;
line-height: 210%;

}
.content p {
  padding-left:20px;
  width: 500px;
}
 .block {
  margin-top: 10px;
  height: 106px;
  width: 600px;
 }
 
h1 {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom:20px;

 }
 
h2 {
  font-weight: normal;
  padding-bottom: 7px;
  font-size: 13px;
  text-transform: uppercase;
 }
 
a {
  color: #8d7360;
  text-decoration: none;
 }
 
a:hover {
  text-decoration: underline;
 }
 
 .content {
  width: 600px;
 }
 
#menuitems {
  margin-top: 15px;
  margin-right:15px;
  font-size: 15px;
  color: #8d7360;
  text-decoration: none;
  width: 300px;
  float: right;
  text-align:right;
  text-transform: uppercase;
  font-weight:bold;
  height: 300px; !important

}
#menuitems td {
  width: 300px;
}
#menuitems table {
  float: right;
}
#menuitems a {
 cursor: pointer; cursor: hand;
}

td.menu-item {
  height: 35px;
cursor: pointer; cursor: hand;
}
.menu-item-selected {
  color:#000;
cursor: pointer; cursor: hand;
}
.menu-item-hover {
  color:#333;
cursor: pointer; cursor: hand;
}

#footer {
  width: 100%;
  text-align: center;
}

#modules {
  margin-right: 15px;
  text-align: left;
  color: #000;
  width: 150px;
  float: right
}
.email_signup_field {
  width: 130px;
  
}
.email_label {
  font-weight: bold;
  margin-top: 10px;
}

#content {
margin-left: 20px;}