body {
	font: 11px Lucida Grande, Arial, sans-serif;
	background-color:White;
	padding: 0;
	margin: 0;
}
img {
	border: none;
}

/* dock - top */
.dock {
	position: absolute; 
	height: 185px; 
	padding-top:30px;
	text-align: left;
	background-image:url(images\ktgbkg.jpg);
	background-repeat:repeat-x;
  /*  top:18px;
    left: 9px;*/
    width: 740px;
    border:0;
    
}
.dock-container {
	position: absolute;
	height: 60px;
	background-color:Transparent;
	padding-left: 40px;
	margin-top:30px;
    top: 10px;
    
    width: 516px;
}
a.dock-item {
	display: block;
	width: 80px;
	color: #012d6f;
	position: absolute;
	top: -14px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Lucida Grande, Arial, sans-serif;
    left: 0px;
    height: 149px;
}
.dock-item img {
	border-style: none;
    border-color: inherit;
    border-width: medium;
    margin: 5px 10px 0px;
width: 84%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}

/* dock2 - bottom */
#dock2 {
	width: 100%;
	bottom: 0px;
	position: absolute;
	left: 0px;
}
.dock-container2 {
	position: absolute;
	height: 50px;
	background: url(images/dock-bg.gif);
	padding-left: 20px;
}
a.dock-item2 {
	display: block; 
	font: bold 12pxLucida Grande, Arial, sans-serif;
	width: 40px; 
	color: White; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item2 span {
	display: none;
	padding-left: 20px;
}
.dock-item2 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
