/* General Layout */
#contact {
  margin: 10px;
}

#content {
  background-image: url(../images/bg_content.png);
  background-repeat: repeat-y;
}

#footer, #footer a {
  color: #FFFFFF;
  font-size: 10px;
  text-align: center;
}

#navbar {
  background-image: url(../images/navbar.png);
  background-repeat: no-repeat;
}

#product {
  background-image: url(../images/bg_product.png);
  background-repeat: repeat-y;
}

#recent {
  background-image: url(../images/bg_recent.png);
  background-repeat: repeat-y;
}

#welcome {
  background-image: url(../images/bg_welcome.png);
  background-repeat: repeat-y;
}

.photo_left {
	float: left;
  margin-right: 5px;
  margin-top: 5px;
}

.photo_right {
	float: right;
  margin-left: 5px;
  margin-top: 5px;
}

.recent_work {
  margin: 10px 18px 5px;
}


/* Text Formatting */
#welcome p, #recent p, #content p, #product p {
  margin: 10px;
}

a:link, a:visited {
  color: #899A3F;
  text-decoration: none;
}

a:hover {
  color: #AD8335;
}

.comments {
  text-align: left;
}

.error {
  color: #FF0000;
  text-align: center;
}


/* HTML Tags */
body {
  background-image: url(../images/bg.png);
  background-repeat: repeat;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 14px;
}

h2 {
  text-align: center;
}

img {
	border: none;
}

td {
  vertical-align: top;
}

th {
  text-align: right;
}


/* Signature */
#viewtiful {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 900px;
}
