/*
  STYLESHEET FOR PROTIEN SEQUENCING SITE
  CREATED 9/26/07
  Peter DeMarco
  yinrunning@yinrunning.com
*/



/*
  DEFAULT STYLES
*/


body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  position: relative;
  margin: 0px;
  padding: 0px;
  color: #333;
}

img {
  border: none;
}

a, a:visited {
  color: #F7931E;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h2 {
  font-size: 18px;
  color: #F7931E;
}

h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #333333333;
    }

/*
  MAIN DIV STYLES
*/

#contentholder {
  position: relative;
  width: 850px;
  margin: auto;
  border: none;
}

#box1 {width:50%;float:left;border:1px solid}
#box2 {width:50%;float:right;border:1px solid} 

#header p {
  position: absolute;
  top: 128px;
  font-size: 18px;
  text-align: center;
  width: 850px;
}

#header p a {
  color: #FFF;
  font-size: 18px;
  padding-left: 30px;
  padding-right: 30px;
}

#content {
  padding: 20px;
}


/*
  other styles....
*/


.orangeBottom {
  padding: 10px 20px 10px 30px;
  border-bottom: 1px dotted #F7931E;
}
