body{ 
  margin:0px;
  padding:0px;
  background-image:url('../images/CelestLayout.jpg');
  background-repeat: no-repeat;
  background-color:black;
  color:white;
}
.pageLeft{ 
  width:145px;
}
.sidebar{ 
  padding-top:125px;
  filter:alpha(opacity=75);   /* Internet Explorer       */
}
.sidebar .textbox{ 
  text-align:center;
  font-weight:bold;
  color: White;
  padding: 25px 3px 25px 3px;
}
.sidebar .textbox a, .sidebar .textbox a:active, .sidebar .textbox a:visited{ 
  color: White;
}
.sidebar .textbox a:hover{ 
  color:#FFFFAA;
}

a img{ 
  border:0px;
}

.textbox{ 
  border-style:solid;
  border-width:3px;
  border-color:#547BE1;
  background-color:#233461;
  filter:alpha(opacity=75);   /* Internet Explorer       */
  -moz-opacity:0.75;           /* Mozilla 1.6 and below   */
  opacity: 0.75;               /* newer Mozilla and CSS-3 */
  -moz-border-radius: 100%;
}
#title .textbox{ 
  font-size:48pt;
  position:relative;
  
}
#title { 
  padding-left: 10px;
  margin-top:16px;
  margin-bottom:4px;
  width:400px;
}

#title h1{ 
  padding: 0px;
  margin: 0px;
}

#flashcontent{ 
  border:1px solid white;
  height:480px;
  width:800px;
}