body {
	background-color: #000000;
}
#hero {
	background-image: url(Images/KC_Background.jpg);
	height: 486px;
	width: 900px;
}

#content {
	position: absolute;
	height: 297px;
	width: 457px;
	left: 61px;
	top: 126px;
	overflow: auto;
	z-index: 1;

}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #660000;
	margin-top: 0px;
	margin-bottom: 4px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	color: #660000;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #660000;
	margin-top: 3px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	color: #993300;
	margin-bottom: 0px;
}
h4 {
	color: #993300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 0px;
}

a:link {
	color: #CC3300;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
th {
	background-color: #CC3333;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660000;
	list-style-type: disc;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.floatright {
	float: right;
	margin-left: 4px;
}
.floatleft {
	float: left;
	border: thin solid #660000;
	margin-right: 5px;
}
#container {
height: 486px;
width: 900px;
	margin: auto;
	position: relative;
}
a:visited {
	color: #DD3733;
	text-decoration: none;
}

.storeProduct {
	font-size: 1em;
	background-color: #F7E2B3;
	border: 1px dotted #FBAB64;
	margin-bottom: 7px;
}
.floatRightButton {
	float: right;
	border: 1px dotted #660000;
	font-size: 13px;
	font-weight: bold;
	background-color: #F3DA76;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	margin-left: 4px;
}
