/*
      Created by Avalon Rose Design www.theavalonrose.com
	  
*/

html, body {
  margin: 0px;
  padding: 0px;
} 
  
body {
background: #000000 url(images/middle.jpg) repeat-y scroll center top; 
margin:0 auto;
text-align: center;
}
  
img {
display:block;
}

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

#header-wrapper {
  width:950px;
  height:419px;
  background: url(images/top.jpg) no-repeat;
  margin:0 auto 0px;
  text-align:center;
  clear:both;
  }
  
  #content-wrapper {
  width:868px;
  margin:0 auto;
  text-align:center;
  }
  
  #main-wrapper {
  width: 680px;
  margin-right: 50px;
  float: right;
  word-wrap: break-word; 
  overflow: hidden; 
  text-align:left;
  }

  #left-sidebar-wrapper { 
  width: 220px;
  float: left;
  word-wrap: break-word;  
  overflow: hidden;
  text-align:left;
  }
   
 
 .links {
 padding-left:50px;
 position:relative;

 }
  


  

/* Footer */



#legal {
	clear: both;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-family: Century Gothic, sans-serif;
	font-size: 10px;
	color: #000000;

}

#legal a {
	border-bottom: 1px dotted #4a0003;
	text-decoration: none;
	color: #4a0003;
}


.clear {
clear:both;
}
 
 
a:link              {text-decoration:none; }
 
