/* @override http://ktownproductions.com/css/ktown.css */

@charset "UTF-8";

* {
	padding: 0;
	margin: 0;
	border-style: none;
}
body {
	font: 100% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	color: #000;
	background: #444 url(../img/filmstrip.jpg) repeat center top;
}
.oneColElsCtr #container {
	width: 45em;
	text-align: left;
	height: 20em;
	border-style: none;
	margin: 14% auto 0;
}
.oneColElsCtr #mainContent {
	padding: 0 20px;
	text-align: center;
	height: 300px;
}

strong {
}

h2 {
	padding-bottom: 10px;
	border-bottom: 2px solid #000;
	letter-spacing: .2em;
	font-size: 3.2em;
}

img:hover {
	opacity: 0.81;
}

.address {
	font-weight: normal;
	font-style: normal;
	letter-spacing: .4em;
}

p {
	padding-top: 20px;
	font-variant: small-caps;
	letter-spacing: .6em;
	font-weight: bold;
	font-size: 1.5em;
}

.k-logo {
	padding-bottom: 10px;
}

.band {
	width: 100%;
	min-width: 45em;
	height: 5em;
}