html, body, h1, h2, h3, h4 {
   margin: 0;
   padding: 0;
}
h1 img {
   display: block;
}
img {
   border: 0;
}
a {
   color: #990000;
   font-weight: bold;
   text-decoration: none;
}
a:hover {
   color: #FF7F00;
   text-decoration: underline;
}
.left {
   float: left;
}
.right {
   float: right;
}
.more {
   text-align: right;
}
.clear {
   clear: both;
}

body {
   background: #FFFFFF;
   text-align: center;
   font: 12px arial, sans-serif;
   color: #565656;
}

/** layout **/
#wrapper {
   text-align: left;
   margin: auto;
   width: 788px;
position: relative;
}

#left {
 position: absolute;
 top: 0;
 left: 0;
 width: 268px;
}
#right {
 position: absolute;
 top: 0;
 left: 268px;
 width: 520px;
}

/** Left **/
#left {
 background: url(images/multixtor_logo.png) no-repeat;
}
#left h1 {
 text-align: center;
 font: 28px verdana, serif;
 color: #6C0505;
 height: 709px;
}
#copyright {
 color: #303030;
}
#copyright p {
 margin: 0 1em 0.5em 1em;
}

/** Right **/
#nav {
 background: url(images/newheader2.jpg) no-repeat;
 height: 130px;
}
#nav ul {
 margin: 0;
/* padding: 0 0 0 30px;*/
}
#nav li {
 float: left;
 border-right: 1px solid #808080;
 padding: 80px 9px 9px 9px;
 list-style: none;
 width: 75px;
}
#nav li.last {
 border-right: none;
}
#nav a {
 color: #CECECE;
 font: 12px arial, sans-serif;
 font-weight: normal;
}
#nav .selected a {
 font-weight: bold;
}

/** Body **/
#body {
}
#body-top {
}
#body-bot {
}

#body h2 {
 font: 18px "Times New Roman", serif;
 font-weight: bold;
 color: #C00000;

}
#body h2 strong {
 color: #660505;
 font-weight: normal;
 font-size: 18px;
}
#body h3 {
 font: 14px "Times New Roman", serif;
 color: #660505;
 margin-top: 1.4em;
 margin-bottom: 1.1em;
}
#body h4 {
 color: #660505;
}
#body .left {
 margin: 0 26px 0 0;
}

/** footer **/
.body-hr {
 clear: both;
 height: 43px;
 margin: 10px -39px;
}

#footer-1 {
  float: left;
  width: 104px;
  padding-right: 30px;
  margin-top: 5px;
  border-right: 1px solid #ACACAC;
  font: 14px "times new roman", serif;
  color: #660505;
  text-align: center;
}
#footer-1 strong {
  display: block;
  font-size: 18px;
  font-weight: normal;
}
#footer-2 {
  float: left;
  width: 154px;
  margin-left: 12px;
  font: 18px "times new roman", serif;
  color: #000;
  line-height: 34px;
}
#footer-2 .left {
  margin-right: 12px;
}
#footer-3 {
  float: left;
  width: 135px;
  margin: 0;
  font: 14px "times new roman", serif;
  color: #000;
  text-align: center;
}
#footer-3 .left {
  margin-right: 12px;
}

.bio {
/*height: 128px; */
/*margin: 1px 0px 10px 0px;*/
/*margin-bottom: 20px; */
padding-bottom: 10px;
}

.biopix {
float: left;
margin-right: 15px;
width: 100px;
}

/* login box */
#login {
  background: #C0C0C0;
  margin: 30px;
}
