body {
  padding: 0px;
  margin: 0px;
  background-color: #f4eddf;
  background-image: url(../images/bg-menubar.gif);
  background-repeat: repeat-y;
  background-position: 0px 500px;
  color: #6a2a3f;
  font-family: Arial, Helvetica, Verdana, sans-serif;
}
/*
.list {
	  font-family: Arial, Helvetica, Verdana, sans-serif;
	  color: #6a2a3f;
	  padding:0px;

}
*/
.right {
  float: right;
  text-align: left;
}
.textright {
  text-align: right;
}
.left {
  float: left;
  /*padding-left:10%;*/
}
.textleft {
  text-align: left;
}
.logo {
  text-align: center;
  width: 251px;
  padding: 0px 8px;
  float: left;
  font-weight: bold;
  font-size: 11px;
  color: #6a2a3f;
  background: #f4eddf;
  height: 92px;
}
.logo img {
  border: 0px;
  vertical-align: bottom;
}
.photo {
  text-align: right;
}
#content {
  margin-left: 125px;
  text-align: left;
  padding: 4px;
}
#header {
  height: 92px;
  clear: both;
  white-space: nowrap;
}
#menubar {
  width: 123px;
  background: transparent;
  vertical-align: top;
  float: left;
  padding-left: 2px;
}
.spacer {
  height: 80px;
  position: relative;
}
#menubar div {
  border-top: 1px solid #f4eddf;
  vertical-align: top;
}
#menubar div div {
  border: none;
}
.button {
  height: 25px;
  background: #5a1516 url(../images/bg-btn.jpg) repeat-x;
  margin: 5px 0px;
  padding: 2px;
  vertical-align: middle;
  white-space: nowrap;
}
.button, .button a {
  font-weight: bold;
  text-transform: uppercase;
  color: #f4eddf;
  font-size: 11px;
}
.button a {
  display: block;
  padding: 2px;
}
.button a:link, .button a:hover, .button a:visited {
  text-decoration: none;
}
.button a:link, .button a:visited {
  color: #f4eddf;
}
.button a:hover {
  color: #d4c6b2;
  border-bottom: 1px dotted #d4c6b2;
}
#tagline {
  border: 1px solid #5a1516;
  background: #6a2a3f;
}
#tagline div {
  border: 1px solid #f4eddf;
  padding: 2px 40px 2px 2px;
}
#tagline, #tagline div {
  text-align: right;
  color: #f4eddf;
  font-weight: bold;
  font-size: 10px;
}
#footer {
}
.footer1 {
  background: url(../images/bg-footer1.gif) repeat-x bottom;
  padding-left: 170px;
}
.footer2 {
  background: #d4c6b2 url(../images/bg-footer2.gif) repeat-x bottom;
  font-weight: bold;
  font-size: 11px;
  color: #6a2a3f;
  height: 43px;
  vertical-align:bottom;
}
.footer3 {
  font-weight: bold;
  font-size: 10px;
  color: #d4c6b2;  
  height: 24px;
  background: #6a2a3f;
}
.width170{
  width: 170px;
}
.padleft {
  padding-left: 10%;
  vertical-align:bottom;
}
.body {
  padding: 0px 20px 50px 20px;
  font-size: 76%;
}
.title {
  border-bottom: 1px solid #d4c6b2;
  margin: 20px 20px 0px 20px;
  padding-bottom: 5px;
}
.img-shadow {
  float:right;
  background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }
  .image_right img {
	float:right;
  }
.box {
  padding: 12px;
  margin: 1px;
  font-size: 18px;
  font-weight: bold;
  background: #6a2a3f;
  border: 2px solid #d4c6b2;
  color: #f4eddf;
  width: 300px;
}
