@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, 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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(/images/bg_burgundy.gif);
}
a:link {
	color: #330000;
	text-decoration: underline;
}
a:visited {
	color: #652F2E;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.ktd_1 #container {
	width: 900px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(/images/bg_container.gif);
	background-repeat: repeat-y;
	padding: 0px;
}
.ktd_1 #header {
	background-image: url(/images/header_800_1.jpg);
	height: 144px;
	width: 900px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.ktd_1 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 130%;
	background-image: url(/images/bg_swirl1.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	min-height: 400px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	min-height: 500px;
}
.ktd_1 #mainContent {
	font-size: small;
	line-height: 125%;
	margin-top: 0;
	margin-right: 50px;
	margin-bottom: 0;
	margin-left: 290px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 5px;
}
#nav {
	height: 30px;
	text-align: right;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #723232;
}
#nav ul {
	margin:0;
	padding:0;
	list-style:none;
}
#nav ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	color: #FFFFFF;
	white-space: nowrap;
	display: inline;
	font-family: "Lucida Grande", verdana, sans-serif;
	font-size: 12px;
	line-height: 30px;
}
#nav a {
	color: #FFFFFF;
	text-decoration: none;
	padding-top:5px;
	padding-right: 12px;
	padding-bottom:5px;
	padding-left: 12px;
	border-right-width: 0px;
	border-right-color: #FFEBF9;
	font-weight: bold;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #FFEBF9;
	border-bottom-color: #FFEBF9;
	border-left-color: #FFEBF9;
}
#nav a:hover {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #000000;
}
.ktd_1 #footer {
	text-align: center;
	background-image: url(/images/bg_footer.gif);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-right: 60px;
	padding-bottom: 10px;
	padding-left: 60px;
}
.ktd_1 #footer p {
	font-size: 11px;
	color: #FFEBF9;
}
.ktd_1 #footer a:link {
	text-decoration: none;
	color: #FFEBF9;
}
.ktd_1 #footer a:visited {
	color: #FFEBF9;
	text-decoration: none;
}
.ktd_1 #footer a:hover {
	color: #823B3A;
	text-decoration: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
h1 {
	font-size: 16px;
	color: #792E2C;
	line-height: 120%;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #7C3230;
}
h3 {
	font-size: 12px;
	font-weight: bold;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
h6 {
	font-size: 10px;
	font-weight: bold;
}
.comment {
	background-color: #FFFF99;
}
/* jQuery lightBox plugin - Gallery style */
	#gallery {
	background-color: #FFEBF9;
	padding: 10px;
	width: 520px;
}
#gallery ul {
	list-style: none;
}
#gallery ul li {
	display: inline;
}
#gallery ul img {
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 20px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7C3230;
	border-right-color: #7C3230;
	border-bottom-color: #7C3230;
	border-left-color: #7C3230;
}
#gallery ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 20px;
	color: #fff;
}
#gallery ul a:hover {
	color: #fff;
}

