body {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 90%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #796A55;
	color: #666666;
}
a:link {
	color: #796A55;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #796A55;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
#bg-content {
	width: 995px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/background-image.jpg);
	background-repeat: repeat-y;
	background-position: center;
	overflow: hidden;
}
#content-container {
	width: 975px;
	margin-right: auto;
	margin-left: auto;
}
#left-content {
	width: 209px;
	float: left;
}
#logo {
	margin-top: 25px;
	margin-right: 28px;
	margin-bottom: 55px;
	margin-left: 28px;	
}

#nav {
width: 199px; 
margin-bottom: 85px; 
}
#nav ul {
list-style-type: none;
margin: 0px;
padding: 0px;
}
#nav li {
padding-bottom: 0px; 
}
#nav a {
	display: block;
	padding: 5px 17px 5px 5px;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
	text-align: right;
}
#nav a:hover { 
color: #000000;
}
#nav .current { 
color: #000000;
}
#address {
	text-align:right;
	font-size: 0.7em;
	margin-right: 27px;
	margin-bottom:50px;
	color: #605443;
}
#address .otherlogo {
	margin-top: 40px;
}
#right-content {
	width: 766px;
	float: right;

}
#quick-contact {
	background-color: #796A55;
	color: #FFFFFF;
	font-size: 0.8em;
	text-align: right;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#quick-contact a {
	color: #FFFFFF;
	font-weight: bold;
	float: left;
}
#quick-contact a:hover {
	color: #CCCCCC;
}
#content {
	padding: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 0.8em;
}

h1 {
	font-size: 1.2em;
	text-transform: capitalize;
	color: #796A55;
	margin: 0px;
}
#bg-footer {
	width: 995px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/footer-background-image.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 0.7em;
	color: #FFFFFF;
	height: 42px;
	clear: both;
}
#bg-footer a:link {
	color: #FFFFFF;
}
#bg-footer a:visited {
	color: #FFFFFF;
}
#bg-footer a:hover {
	color: #CCCCCC;
}

#footerleft {
	text-align: left;
	float: left;
	margin-top: 10px;
	margin-left: 20px;
}
#footerright {
	text-align: right;
	float: right;
	margin-top: 10px;
	margin-right: 20px;
}
#homelinks {
	float: right;
	width: 400px;
	margin-bottom: 10px;
	margin-left: 10px;
	line-height: 18px;
}
#homelinks .img {
	float: left;
	padding: 1px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #796A55;
}
#contact-page-form {
	float: right;
	width: 400px;
	background-color: #F5F3F1;
	margin-bottom: 10px;
}
#contact-page-form td {
	padding: 5px 5px 0px;
}


.textfield {
	width: 250px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 1em;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
.button {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 1em;
	color: #605543;
	background-color: #CCC4B7;
	border: 1px solid #605543;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h2 {
	font-size: 1em;
	text-transform: capitalize;
	color: #796A55;
	margin: 0px;
	font-weight: bold;
}
.dark {
	color: #333333;
}

