/*
      Created by Lavender Moon
	  
*/


  
  body {
  background: #000000;
  margin:0 auto;
  text-align: center;
  }
  
img {
display:block;
}

#header-wrapper {
  width:900px;
  height:300px;
  background: url(images/circus/header.jpg);
  margin:0 auto 0px;
  text-align:center;
  }

#outer-wrapper {
  width: 900px;
  margin:0 auto;
  padding:0px;
  text-align:left;
 
  }

#main-wrapper {
  width: 700px;
  float: right;
  word-wrap: break-word; 
  overflow: hidden;     
  }

#left-sidebar-wrapper { 
 width: 200px; 
 float: left;
 background: url(images/circus/sidebar-middl.jpg);
 word-wrap: break-word;  
 overflow: hidden;
   }
 
 #footer {
  width:900px;
  clear:both;
  margin:0 auto;
  text-align:left;
}

 #copy {
 line-height: 1.6em;
  letter-spacing:.1em;
  text-align: center;
  font-size:10px;
  color: #d2bf9e;
 }
 
 #splash-container {
 width:900px;
 height:949px;
 background: url(images/circus/splash2.jpg);
  margin: 0 auto;
 text-align:center;
 padding:0px;
 }
 
 #splash-top {
 width:900px;
 height:760px;

 }
 
 #splash-bottom {
 width:900px;
 height:230px;

 }

#splash-content {
  margin-left:280px;
  margin-right:280px;
  font-family:Script MT Bold;

}

#splash-text {
width:900px;
text-align:center;
margin:0 auto;
color:#d2bf9e;
}
 
 .links {
 }

.clear {
clear:both;
}
 
 

 
