/*
      Created by Lavender Moon
	  
*/


  body {
  background: url(images/paris/brnbg.jpg);
  margin:0px;
  color:#533b2f;
  text-align: center;
  }
  
  #north { 
  background: url(images/paris/n.jpg) repeat-x top; 
  }

  #east { 
  background: url(images/paris/e.jpg) repeat-y right; 
  }

  #south { 
  background: url(images/paris/s.jpg) repeat-x bottom; 
  }

  #west { 
  background: url(images/paris/w.jpg) repeat-y left; 
  }

  #ne { 
  background: url(images/paris/ne.jpg) no-repeat top right; 
  }

  #se { 
  background: url(images/paris/se.jpg) no-repeat bottom right; 
  }

  #sw { 
  background: url(images/paris/sw.jpg) no-repeat bottom left; 
  }

  #nw { 
  background: url(images/paris/nw.jpg) no-repeat top left;
   padding:20px; 
  }


  #frame {
  text-align: center;
  background: url(images/paris/textbg.jpg);
  }
  
  #frame2 {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: 1000px;
  }
  
  #header-wrapper {
  width:800px;
  height:450px;
  background: url(images/paris/header3.jpg);
  margin:0 auto 0px;
  }


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

#left-sidebar-wrapper { 
 width: 190px; 
 float: left;
 margin-left:0px; 
 word-wrap: break-word;  
 overflow: hidden;
   }
 
 #footer {
  width:900px;
  clear:both;
  margin:0 auto;
  
}

#copy {
clear:both;
  margin:0 auto;
  padding-top:5px;
  padding-bottom:5px;
  line-height: 1.6em;
  letter-spacing:.1em;
  text-align: center;
  font:xx-small Georgia Serif;
  }

 #search {
 width: 190px;
 height: 131px;
 }

 #shopping {
 width: 190px;
 height: 131px;
 }

 img {
 display:block;
 }
 
 #clear {
 clear: both;
 }
 
