@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.left {
	background-image: url(images/left.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.right {
	background-image: url(images/right.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.address {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #9E8E86;
}
.submenu {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #E0D5C1;
}
a:link {
	color: #9E8E86;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9E8E86;
}
a:hover {
	text-decoration: none;
	color: #5E4B40;
}
a:active {
	text-decoration: none;
	color: #9E8E86;
}
a.submenus {
	color: #E0D5C1;
	text-decoration: none;
}
a.submenus:link {
}
a.submenus:visited {
}
a.submenus:hover {
	color: #ACA393;
}
a.submenus:active {
}