@charset "UTF-8";
/* CSS Document */

<!--
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
body {
	background-color: #999999;
	background-image: url(images/);
	margin-top: 50px;
	background-repeat: repeat;
}
a:link {
	color: #61b7c1;
}
a:visited {
	color: #61b7c1;
}
a:hover {
	color: #caa162;
}
a:active {
	color: #caa162;
}
h1{
font-size:8px;
text-align:center;
}
.ktlife #style1 {
font-size: 12px;
text-align:center;
font-weight:bold;
color:white;
}
.ktlife #style1 a{
color:white;
}
.ktlife #container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.ktlife #menu { 
background-color:#FFFFFF;
	font-family:Century Gothic, Verdana, Arial, Helvetica, sans-serif; 
	color: #999999;
	font-size: 14px;
	font-weight: bold;
	font-stretch:expanded;
	font-variant:small-caps;
	padding: 0px 0px 0 0px; 
	vertical-align:bottom;
	text-align:right;/* this overrides the text-align: center on the body element. */ /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */	

} 
.ktlife #colorblocks {
	width:800px ;
	background-image:url(images/clrblk.gif);
	border:none;
	padding:0 px;
	}
.ktlife #colorblocks {
	width:800px ;
	background-color:#999999;
	border:none;
	padding:0 px;
	}
.ktlife #spacer {
	width:800px ;
	background-color:#999999;
	border:none;
	padding:0 px;
	}
.ktlife #menu a:link {
	color: #999999;
	text-decoration: none;
}
.ktlife #menu a:visited {
	color: #999999;
	text-decoration: none;
}
.ktlife #menu a:hover {
	color: #61b7c1;
	text-decoration: none;
}
.ktlife #menu a:active {
	color: #61b7c1;
	text-decoration: none;
	}
.ktlife #maindesign {
	width:800px;
	padding:0 px;
	}
	
.ktlife #logo {
	width:236px ;
	background-image:url(images/logo.gif);
	background-color:#FFFFFF;
	border:none;
	padding:0 px;
	}
.ktlife #mainarea {
	width:800px ;
	background-image:url(images/main.jpg);
	border:none;
	padding:0 px;
	}
	
.ktlife #detailsarea {
	width:800px ;
	background-image:url(images/detailsbg.jpg);
	border:none;
	padding:0 px;
	}	

.ktlife #pricesarea {
	width:800px ;
	background-image:url(images/pricesbg.jpg);
	border:none;
	padding:0 px;
	}

.ktlife #aboutarea {
	width:800px ;
	background-image:url(images/aboutbg.jpg);
	border:none;
	padding:0 px;
	}

.ktlife #fineartarea {
	width:800px ;
	background-image:url(images/fineartbg.jpg);
	border:none;
	padding:0 px;
	}

.ktlife #contactarea {
	width:800px ;
	background-image:url(images/contactbg.jpg);
	border:none;
	padding:0 px;
	}
		
.ktlife #copyright { 
	font-family:Century Gothic, Verdana, Arial, Helvetica, sans-serif; 
	color: #FFFFFF;
	font-size: 9px;
	padding: 0 10px 0 10px; 
	text-align: right; /* this overrides the text-align: center on the body element. */ /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */	
-->