/***** Master Classes *****/
html,body {
  /*background:#ccc url(images/bge.jpg) repeat-y top center;*/
  /*font:93.8% Geneva, Helvetica, Arial, sans-serif;
  color:#333;*/
	line-height:1.5em;
	font-weight:normal;
	/*text-align:center;*/

  height:100%;
  border:0;
  margin:0;
  padding:0;
  letter-spacing:0;
}


a {
  color:#EEE;
}

a:hover {
  color:#FFF;
}

.wrapper2 {
  width:960px;
  margin:0 auto;
  text-align:left;
}

#header {
  width:100%;
  height:99px;
  background:#080708 url(images/header.bg.png) repeat-x top left;
  color:#FFF;
  z-index:999;
  position:absolute; /*added for left sidebar scroll problem */
}

#header .logo {
  width:192px;
  height:99px;
  margin:0;
  padding:0;
  text-indent:-9999em;
  color:#FF0000;
  background:transparent url(images/90revolutions.png) no-repeat top left;
  float:left;
}

#header .logo a {
  width:192px;
  padding-top:42px;
  height:57px;
  text-decoration:none;
  color:#FFF;
  float:left;
}

#otherSites {
  width:768px;
  height:23px;
  padding-top:3px;
  text-align:right;
  float:left;
}

#otherSites a {
  width:120px;
  height:22px;
  background:transparent url(images/otherSites.png) no-repeat top left;
  text-align:left;
  text-indent:-9999em;
  float:right;
}

.input-text-left,.input-text-right {
  width:7px;
  height:22px;
  background:#FFF url(images/input.left.png) no-repeat top left;
  float:left;
}
.input-text-right {background-image:url(images/input.right.png);}

.input-text {
  width:144px;
  height:17px;
  padding:5px 0 0;
  font:0.8em Geneva, Helvetica, Arial, sans-serif;
  border:0;
  float:left;
}




