/* Master stylesheet for Endorphin Rush web site */



/* -------------------------------------  COMMON STYLES -------------------------------------- */


body {
  margin: 10px 10px 0px 10px;
  padding: 0px;
  background-color: rgb(0,0,0);
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 1.5em;
  color: rgb(255,255,255);
  }

a {
  text-decoration: none;
  color: rgb(145,146,167);
  }

a:hover, a:active {
  text-decoration: underline;
  }

img {
  border: 0
  }

h1.sectionheading {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: +0.5px;
  margin: 18px 0px 0px 0px;
  color: rgb(212,211,221);  
  }

p.bodytext {
  text-align: justify;
  line-height: 1.8em;
  letter-spacing: +0.2px;
  margin: 12px 0px 0px 0px;
  color: rgb(212,211,221);
  }

img.hrfade {
  margin: 12px 0px 0px 0px;
  width: 100%;
  height: 1px;
  }

span.strong {
  font-weight: bold;
  }


/* -------------------------------------  MENU BAR STYLES -------------------------------------- */

a.menubarleft, a.menubarright {
  display: block;
  font-size: 12px;
  color: rgb(233,231,239);
  line-height: 30px;
  height: 30px;
  padding: 0px 16px 0px 16px;
  vertical-align: middle;  
  text-decoration: none;
  border-top: 0px;
  border-bottom: 0px;
  }
  
a.menubarleft {
  float: left;
  }
  
a.menubarright {
  float: right;
  font-weight: bold;
  }  
  
a.menubarleft:hover, a.menubarleft:active, a.menubarright:hover, a.menubarright:active {
  background-image: url(menubackground.gif);
  background-position: center left;
  background-repeat: repeat-x;
  }

/* ----------------------------------- PAGE LAYOUT -------------------------------------- */

div.pageheader {
  width: 864px;
  height: 165px;
  margin: 0px;
  }
  
div.menubar {
  margin: 0px 10px 0px 10px;
  width: 844px;
  height: 30px;
  }  

div.pagemaintop {
  width: 864px;
  height: 15px;
  margin: 0px;
  }

div.pagemain {
  width: 812px;
  height: auto;
  margin: -2px 0px 0px 0px;
  padding: 0px 25px 0px 25px;
  background-color: rgb(7,8,33);
  border-left: 1px solid rgb(183,181,199);
  border-right: 1px solid rgb(183,181,199);
  }

div.pagemainbottom {
  width: 864px;
  height: 13px;
  margin: -2px 0px 10px 0px;
  }



/* ----------------------------------- ADVERT -------------------------------------- */

div.advert {
  background-image: url(verticalfade.gif);
  background-repeat: x-repeat;
  margin: 2px -25px 0px -25px;
  padding: 0px 0px 10px 0px;
  text-align: center;
  vertical-align: middle;
  color: rgb(195,194,208);
  }
    
h1.advert {
  font-size: 15px;
  font-style: bold;
  margin: -8px 0px 0px 0px;
  padding: 12px;
  text-transform: uppercase;
  }
    
p.advert {
  margin: 8px 0px 8px 0px;
  font-size: 14px;
  line-height: 1em;
  }
    
a.advert {
  color: rgb(255,255,255);
  }  
  
