@charset "utf-8";
/* CSS Document */

html {
	background-image: url("../images/backtile.jpg");
	background-repeat: repeat-x;
	background-color: #d8d8d8;
	color: #000;
	}
body {
	margin: 5px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	}
a {
	color: #333;
	}
a:hover {
	color: #990000;
	}

h1 {
	font-size: 18px;
	color: #777;
}
h2 {
	font-size: 16px;
	color: #c10101;
}
	h2 a { text-decoration: none; color: #c10101; }
	h2 a:hover { text-decoration: none; color: #333; }
h3 {
	font-size: 14px;
	color: #222;
}	
h4 {
	font-size: 12px;
	color: #222;
}
h5 {
	color: #595959;
}
#ctn_area img { border: none; margin: 1px; }
#mastTable{
	background-color: #ffffff;
	width: 862px;
	height: 300px;
	}
#mastHead {
	background-image: url("../images/kashabanner2.jpg");
	background-repeat: none;
	height: 137px;
	}
#nav {
	background-image: url("../images/ctn-tile.jpg");
	background-repeat: repeat-y;
	background-color: #d2d2d2;
	height: 29px;
	}
#content {
	background-image: url("../images/ctn-tile.jpg");
	background-repeat: repeat-y;
	height: 100px;
	padding: 15px 25px 0 25px;
	}
	#contact_box {
		width: 350px;
		height: auto;
		float: right;
		font-size: 11px;
		text-align: center;
		}
	#feature_unit {
		width: 350px;
		height: auto;
		float: right;
		}
		#feature_unit_photo {
			width: 450px;
			height: auto;
			float: left;
			}
#footer {
	background-image: url("../images/footer.jpg");
	background-repeat: none;
	height: 81px;
	}
#caption {
		text-align: center;
		font-size: 10px;
		color: #333;
		}
#iframe {
	width: 100%;
	height: 700px;
	}