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

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

#header-wrapper {
  width:890px;
  height:335px;
  background: url(http://www.cappuccinocountry.com/images/header.jpg) no-repeat;
  margin:0 auto 0px;
  text-align:center;
  }

#outer-wrapper {
  width: 890px;
  margin:0 auto;
  padding:0px;
  text-align:center;
  }
  
  #main-wrapper {
  width: 740px;
  word-wrap: break-word; 
  overflow: hidden;
  margin:0 auto;  
  }
  
  #top-links {
  position: relative;
  z-index: 4;
  text-align:center;
  
  }
a:active {
	color: #99022F;
	text-decoration: underline;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}
a:visited {
	color: #99022F;
	text-decoration: underline;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}
a:link {
	color:#99022F;
	text-decoration:underline;
	font-family:Arial;
	font-size: 14px;
	font-weight: bold;
}
a:hover {
	color: #000000;
	text-decoration: underline;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}
  
  #bottom-links {
  width: 680px;
  word-wrap: break-word; 
  overflow: hidden;
  margin:0 auto;
  padding-top:100px; 
  }

 
 #footer {
  width:890px;
  clear:both;
  margin:0 auto;
  text-align:center;

}

 #copy {
 line-height: 1.6em;
  letter-spacing:.1em;
  font-size:10px;
  margin-top:5px;
  text-align:center;
  font-size:xx-small
 }


.clear {
clear:both;
}
 
 
