/*
      Created by Lavender Moon Design www.webdesign.mygoogle.co.za
	  
*/

html, body {
  margin: 0px;
  padding: 0px;
} 
  
body {
background: url(images/parispaper/paperbg.jpg); 
margin:0 auto;
text-align: center;
}
  
img {
display:block;
}

#header-wrapper {
	width:1000px;
	height:295px;
	margin:0 auto 0px;
	text-align:center;
	background-image: url(images/parispaper/header.gif);
  }
  
  #search {
  float:right;
  margin-top:45px;
  margin-right:100px;
  }

#outer-wrapper {
	width: 1000px;
	background: url(images/parispaper/middle.gif);
	padding:0px;
	text-align:left;
	height: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

  }

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

#left-sidebar-wrapper { 
 width: 225px;
 float: left;
 word-wrap: break-word;  
 overflow: hidden;
 text-align:left;

   }
   
   .links {
   padding-left: 35px;
   }
 
 #footer {
	width:1000px;
	height: 200px;
	clear:both;
	margin:0 auto;
	text-align:center;
	background-image: url(images/parispaper/footer.gif);

}

 #copy {
	line-height: 1.6em;
	letter-spacing:.1em;
	font-size:12px;
	padding-top:150px;
	text-align:center;
}


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