/* CSS Document */
.header {
	background-image: url(images/header-bg.jpg);
	background-repeat: repeat-x;
}

.outline {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.menu {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 18px;
	color: #e0c488;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;
}

.menu a{
	color: #e0c488;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;
	padding-left:22px;
	paddinf-right:22px;
	text-decoration:none;
}

.title {
	font-family:Open Sans Condensed;
	font-size: 24px;
	color: #5e4504;
	font-weight:bold;
	padding-bottom: 4px;
}

.mid-bg {
	background-image: url(images/mid-bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 432px;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5e4504;
	text-align: justify;
}

.left-bg {
	background-image: url(images/left-bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 640px;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5e4504;
	text-align: justify;
}

.left-link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #6b3d23;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #aa9561;
	font-weight: normal;
}

.button {
	display: block;
	padding: 3px;
	background-color: #aa9661;
	font-family: Trebuchet MS,Geneva, Arial;
	text-transform: uppercase;
	font-size: 12px;
	width: 170px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.right-test {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #5e4504;
	font-size: 13px;
	font-weight: normal;
}

.footer {
	font-family: Trebuchet MS, Geneva, Arial, Helvetica ;
	font-size: 12px;
	padding: 8px 5px;
	color: #e5d2a7;
}
.small-frame{
width:140px;
margin:3px;
height:120px;
}.info {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #990000;
}
.contact-number {
	font-family: Impact;
	font-size: 22px;
	color: #543a02;
}
