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

html { 	height: 100%; }
body { 	font: 100% "Times New Roman", Times, serif; padding: 0; text-align: center; margin: 0 auto; background-color: #ececec; }

p { margin: 0px 0px 10px 0px; }
img { border: none; }
a { text-decoration: none; color: blue; }

.text-style1 { font-size: 18px; color: #b69269; }
.text-style2 { font-size: 20px; color: #7c4626; font-weight: bold; }

.black-divider { height: 10px; background-color: black; margin: 0 auto; }
.house-background { height: 258px; width: 740px; background-image: url(images/house.jpg); }

#wrapper { width: 740px; background-color: white; margin: 0 auto; }
#header { width: 740px; height: 103px; background-color: white;  }
#content { width: 740px; background-color: white; }
#wrapper-shadow { width: 770px; background-image: url(images/shadow.jpg); background-repeat: repeat-y; margin: 0 auto; }
#footer { width: 740px; margin: 0 auto; background-color: #cccc9a; color: black; margin-top: 20px; }
