.background {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #ECEAE5;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #541209;
	text-decoration: none;
	text-align: left;
}
.content {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	line-height: 20px;
}
.content a:link {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #993300;
	text-decoration: none;
	text-align: left;
}
.content a:visited {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #993300;
	text-decoration: none;
	text-align: left;
}
.content a:hover {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #993333;
	text-decoration: underline;
	text-align: left;
}
.content a:active {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #993300;
	text-decoration: none;
	text-align: left;
}
.standards {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align:left;
	padding: 10px 0px 0px 0px;
}
.table {
	border:0px;
	width:100%;
}
.standards a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.standards a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.standards a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.standards a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

/***************************************************************************************************
  Navigation
***************************************************************************************************/
#nav {
  font-family: Georgia, "Times New Roman", Times, serif;
  height: auto;
  width: 432px;
  text-align: center;
  display:inline;
  color:#582a2a;
  text-transform:uppercase;
  text-decoration:none;
}
#nav a {
  color:#582a2a;
  letter-spacing: 1px;
  display: inline;
  font-size: 16px;
  padding: 0px 0px 0px 5px;
  text-transform: uppercase;
  text-decoration: none;
  text-align:right;
}
#nav a:hover,
#nav a.on,
body.home #nav a,
body.portfolio #nav a,
body.services #nav a,
body.rates #nav a,
body.about #nav a,
body.contact #nav a{
color:#7e3636
}

#footer {
  font-family: Georgia, "Times New Roman", Times, serif;
  height:auto;
  width:791px;
  text-align: center;
  display:inline;
  color:#000000;
  font-size:12px;
  text-decoration:none;
}
#footer a {
	color:#000000;
	letter-spacing: 1px;
	display:inline-block;
	float:right;
	font-size:12px;
	padding: 0px 0px 0px 10px;
	text-decoration: none;
	vertical-align: top;
}
#footer a:hover,
#footer a.on,
body.home #footer a,
body.portfolio #footer a,
body.services #footer a,
body.rates #footer a,
body.about #footer a,
body.contact #footer a,
body.sitemap #footer a{
color:#999999
}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	background-image: url(../images/html/wood_button.jpg);
	background-repeat: repeat;
	background-color: #712115;
}
