/*
      Created by Paper Imagery Designs www.paperimagerydesigns.com
	  
*/

html, body {
  margin: 0px;
  padding: 0px;
} 
  
body {
background: url(http://www.paperimagerydesigns.com/images/bg.jpg) repeat center top; 
margin:0 auto;
text-align: center;
}
  
img {
display:block;
}

#outer-wrapper {
  background: url(http://www.paperimagerydesigns.com/images/mainbg.jpg) repeat-y center top;
  margin:0 auto;
  padding:0px;
  text-align:center;
  }
  
  #header-wrapper {
  height:500px;
  background: url(http://www.paperimagerydesigns.com/images/header.jpg) no-repeat center;
  margin:0 auto 0px;
  text-align:center;
  }
  
  #content-wrapper {
  width:1000px;
  margin:0 auto;
  text-align:center;
  }

  #main-wrapper {
  width: 760px;
  float: right;
  word-wrap: break-word; 
  overflow: hidden;
  text-align:left; 
  margin-right:10px;
  font-family: "Book Antiqua", "Bookman Old Style";
	font-size: 20px;
  color: #000000;
	text-decoration:none;
  }
  
  #main-wrapper img{
  margin:auto;
  } 
  
  #left-sidebar-wrapper { 
  width: 230px;
  float: left;
  word-wrap: break-word;  
  overflow: hidden;
  text-align:left;
  }
   
 
#links a:link {
 	font-family: "Book Antiqua", "Bookman Old Style";
	font-size: 15px;
 	color: #996633;
	text-decoration:none;
 	padding-left:20px;
	}
#links a:visited {
 	font-family: "Book Antiqua", "Bookman Old Style";
	font-size: 15px;
 	color: #996633;
	text-decoration:none;
 	padding-left:20px;
	}
#links a:hover {
 	font-family: "Book Antiqua", "Bookman Old Style";
	font-size: 15px;
 	color: #996633;
	text-decoration:none;
 	padding-left:20px;
	}
#links a:active {
	font-family: "Book Antiqua", "Bookman Old Style";
	font-size: 15px;
 	color: #996633;
	text-decoration:none;
 	padding-left:20px;
	}
 
  

/* Footer */



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

}

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


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


