body {
  background: #654203;
  color: black;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  text-align: center;
}
p {
  background: transparent;
  color: black;
  font-family: Verdana, sans-serif;
  font-size: 12px;
}
li {
  background: transparent;
  color: black;
  font-family: Verdana, sans-serif;
  font-size: 12px;
}
h1 {
  background: transparent;
  color: #77240b;
  font-family: Verdana, sans-serif;
  font-size: 16px;
  font-weight: bold;
}
img {
  border: none;
}
a, a:visited {
  color: #77240b;
  text-decoration: none;
}
a:hover {
  color: #77240b;
  text-decoration: underline;
}
#container {
  background: #ffcc99;
  color: black;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  width: 740px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  border: 1px solid #77240B;
}
#header {
  background: url(images/header.jpg) no-repeat;
  width: 740px;
  height: 145px;
}
#navigation {
  background: transparent;
  position: relative;
  top: 103px;
  left: 0px;
  color: #ffcc99;
  font-family: Verdana, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: dashed 2px #7a621b;
  border-bottom: dashed 2px #7a621b;
}
#navigation img {
  padding-left: 3px;
  padding-right: 3px;
  border: none;
}
#navigation a, a:visited {
  color: #ffcc99;
  font-family: Verdana, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
#navigation a:hover {
  background: #7a621b;
  color: #ffcc99;
  font-family: Verdana, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
} 
/*background for home page*/ 
#home_content {
  background: url(images/background.jpg) no-repeat;
  padding: 5px;
  width: 740px;
  height: 575px;
}
/*background for design page*/
#design_content {
  background: url(images/background.jpg) no-repeat;
  width: 740px;
  height: 1600px;
}
/*background for gallery page*/
#gallery_content {
  background: url(images/background.jpg) no-repeat;
  width: 740px;
  height: 2080px;
}
/*background for contact page*/
#contact_content {
  background: url(images/background.jpg) no-repeat;
  width: 740px;
  height: 700px;
}
/*text box for contact page*/
#contact {
  background: url(images/main_text.png);
  position: relative;
  top: 45px;
  left: 45px;
  color: black;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  width: 650px;
  border: 1px solid #77240B;
}
#content {
  background: url(images/background.jpg);
  width: 740px;
  height: 700px;
}
#homepage {
  background: url(images/home_text.png) repeat-x;
  width: 400px;
  height: 250px;
  position: relative;
  top: 85px;
  left: 55px;
  color: black;
  font-family: Verdana, sans-serif;
  padding: 20px;
  margin: 10px;
  border: 1px solid #77240B;
}
#textarea {
  background: url(images/main_text.png);
  width: 650px;
  min-height: 450px;
  position: relative;
  top: 45px;
  left: 45px;
  color: black;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  border: 1px solid #77240B;
}
#footer {
  background: transparent;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.footer {
  color: #ffcc99;
  font-family: Verdana, sans-serif;
  font-size: 10px;
}
a.footer, a:visited.footer {
  background: transparent;
  color: #ffcc99;
  font-family: Verdana, sans-serif;
  font-size: 10px;
  text-decoration: none;
}
a:hover.footer {
  background: transparent;
  color: #ffcc99;
  font-family: Verdana, sans-serif;
  font-size:10px;
  text-decoration: underline;
}
.gallery_numbers {
	font-size:10px;
}