@charset "utf-8";
/* CSS Document */

  
  body {
  background: #695a43;
  margin:0px auto;
  text-align: center;
  font-family:"Times New Roman", Times, serif;
  font-size:13pt;
  }
  
  #wrapper2 {
  background: #695a43 url(http://theavalonrose.com/images/ard/10/middle.jpg) repeat-y top center;
  margin:0px auto;
  text-align: center;
  }
 
  #wrapper {
  background: url(http://theavalonrose.com/images/ard/10/main2.jpg) no-repeat top center;
  min-height:1115px;
  height:auto !important;
  height:1115px;
  margin:0px auto;

  }
  
  img {
  display:block;
  }

  #header-wrapper {
  width:1000px;
  height:220px;
  background: url(http://theavalonrose.com/images/ard/10/header.jpg);
  margin:0px auto;
  text-align:center;
  padding:0px;

  }


  #outer-wrapper {
  width: 1000px;
  margin:0px auto;
  text-align:center;

  }
  
  #home-wrapper {
  width: 900px;
  margin-right: 50px;
  margin-left: 50px;
  word-wrap: break-word; 
  overflow: hidden; 
  text-align:left;
   
  }
  

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

  #left-sidebar-wrapper { 
  width: 220px; 
  float: left;
  word-wrap: break-word;  
  overflow: hidden;
   }
   
  .links {
  padding-left: 5px;
  }
 
  #footer-wrapper {
  background-color: #695a43;
  clear:both;
  margin:0 auto;
  text-align:center;
  }

 #sidebar {
 word-wrap:break-word;
 }

 
 #footer {
  background-color: #695a43;
  width: 1000px;
  margin: 0 auto;
  color: #ffffff;
  text-align:left;

  }

  #footer a {
	font-family:"Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 16px;
	color: #ffffff;
  }

  #footer a:hover {
	font-family:"Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 16px;
	color: #ffffff;
	border-bottom: 1px dotted #ffffff;
  }

  #footer ul {
  background: #695a43;
	margin: 0;
	list-style: square;
	
  }

  #footer li {
	display: block;
	float: left;
	width: 180px;
	padding-left: 10px;
	
  }

  #footer li.first {
	width: 180px;
  }


  #footer li ul {
	margin: 0;

  }

  #footer h2 {
	color: #ffffff;
	font-family:"Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
  }

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

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


