body {
  text-align:center;
  background-color:#909090;
  }
  #main_wrapper {
  width:980px;
  background-color:#eea;
  margin-left:auto;
  margin-right:auto;
  padding:10px;
  margin-top:10px;
  text-align:left;
  border:3px solid transparent;
  border-radius:20px;
  }
 
  header {
  background-image:url(/images/Star1.gif);
  text-align:center;
  margin:0px 10px 0px 10px;
  border:3px solid #480000;
  border-radius:20px;
  color:white;
  font-size:1.5em
  }
  
  .head{
  text-decoration:none;
  color:#480000;}

  .heads{
  text-decoration:none;
  color:red;}
  
  #search {
  margin:5px 0;
  text-align:center;
  border:3px solid #480000;
  border-radius:20px;
  }
  
  #results {
  margin:5px 0 5px 0;
  text-align:center;
  border:3px solid #480000;
  border-radius:20px;
  }
  
  
  
  #side {
  
   width:15%;
   margin:10px 10px 10px 10px;
   float:left;
   }
   
   #content {
   width:80%;
   margin:10px 10px 10px 0px;
   float:left;
   
   }
   
   footer {
   margin:0px 10px 0px 10px;
  border:3px solid #480000;
  border-radius:20px;
   clear:both;
   text-align:center;
   }
 
 .foot{margin:10px;} 
 
 #rotating-item-wrapper {
	position: relative;
	width: 150px;
	height: 150px;
}
.rotating-item {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
h1 {text-align:center;}

.cen {text-align:center;}

.right {float:right; margin:5px;}
.left {float:left; margin:5px;}
.box{
  margin:2px 10px 2px 10px;
  border:3px solid #480000;
  border-radius:5px;
  padding:2px;
}
.para {font-size:1.25em;}
