@charset "UTF-8";
body {
	background-image: url(../images/bkgd_noise_kay.jpg);
	background-repeat: repeat;
	text-align: center;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
a:active {
	color: #0000FF;
	text-decoration: underline blink;
}
#wrapper {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.3em;
	background-image: url(../images/bkgd_main_kay.jpg);
	background-repeat: no-repeat;
	text-align: left;
}
#wrapperDetail {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.3em;
	text-align: left;
}
#PageContent {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#Header {
	height: 190px;
}
#NavBanner {
	height: 40px;
}
#Content {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
#ContentRightCol {
	float: right;
	width: 290px;
	padding-left: 30px;
}
#ContentLeftCol {
	float: left;
	width: 480px;
}
#FooterContact {
	font-size: medium;
	text-align: center;
	padding-top: 40px;
	clear: both;
}
#Footer {
	text-align: center;
}
#Footer p {
	font-size: x-small;
}
#FooterCopyright {
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	font-size: x-small;
}
#ContentLinksLeftCol {
	float: left;
	width: 370px;
	padding-right: 30px;
}
#ContentLinksRightCol {
	float: right;
	width: 370px;
	padding-left: 30px;
}
#PageContent h1 {
	line-height: 1.3em;
}
