
body{
	background-color: #474747;
}

h1{
	color: black;
	font-family: arial;
	font-size: 18px;
}

.gallery ul{
	padding: 0px;
	margin: 0px;
}

.gallery td a img{
	border: 2px solid black;
}

.gallery td a img:hover{
	border: 2px solid red;
}

.gallery ul li{
	padding: 10px;
	margin-top: 10px;
	list-style: none;
	float: left;
	width: 770px;
	background-color: #e6e6e6;
	border: 1px solid #850000;
	background-image: url(ServImg/kklogo00.png);
	background-position: right;
	background-repeat: no-repeat;
}

.gallery ul li:hover{
	border: 1px solid red;
}

.gallery ul li a{
	font-size: 12px;
	font-weight: bolder;
	display: block;
	text-decoration: none;
	width: 770px;
	float: left;
}

.gallery ul li a:hover{
	border:none;
}

.gallery ul li img{
	margin-right: 10px;
	border:none;
}

.gallery ul li img:hover{
	border:none;
}

.toplogo{
	width: 1031px;
	height: 156px;
	background-image: url(images/toplogo.jpg);
}

.contentarea{
	width: 1031px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
}

.announcements{
	float: left;
	width: 696px;
	height: 20px;
	text-align: left;
	background-color: #d5d5d5;
	color: black;
	font-weight: bold;
	font-family: arial;
	font-size: 11px;
}

.timedate{
	float: right;
	width: 120px;
	height: 17px;
	text-align: left;
	background-color: #d5d5d5;
	background-image: url('images/announcementbg.jpg');
	background-position: right;
	background-repeat: repeat-y;
	padding: 3px 0px 0px 10px;
	color: black;
	font-weight: bold;
	font-family: arial;
	font-size: 11px;
}

.menu{
	float: left;
	width: 199px;
	margin-left: 8px;
}
	.menu a{
		display: block;
		height: 20px;
		width: 199px;
		text-decoration: none;
		color: black;
		font-weight: bold;
		font-family: arial;
		font-size: 14px;
		background-image: url(images/buttonbg.jpg);
		background-repeat: no-repeat;
		text-align: left;
		padding-left: 15px;
	}
	
	.menu a:hover{
		color: white;
		background-image: url(images/buttonbg.jpg);
		background-position: 0px -20px;
		background-repeat: no-repeat
	}
	
	.menu img{
		border-style: none;
	}
	
	a.notmenu {
		background-image: none;
		display: block;
		text-decoration: none;
		border-style: none;
	}
	
	a.notmenu:hover{
		background-image: none;
		border-style: none;
	}
	
.contentframe{
	width: 1031px;
}

.content{
	float: right;
	width: 800px;
	text-align: left;
	padding: 5px 15px 0px 0px;
	color: black;
	font-family: arial;
	font-size: 13px;
}
	.content a{
		color: #850000;
		text-decoration: none;
		font-weight: bold;
	}
	
	.content a img{
		border: none;
	}
	
	.content a img:hover{
		border: 1px solid red;
	}
	
	.content a:hover{
		color: #FF0404;
		font-weight: bold;
	}
	
	.header{
		color: #0035a1;
		font-family: arial;
		font-size: 18px;
		font-weight: bold;
	}
	
	.important{
		color: red;
		font-family: arial;
		font-size: 18px;
		font-weight: bold;
	}

.news{
	width: 805px;
	height: 25px;
	text-align: left;
	background-color: #d5d5d5;
	padding: 0px 0px 0px 10px;
	margin-left: -11px;
}

	.news h1{
		color: black;
		font-family: arial;
		font-size: 18px;
	}
	
	.newssmall{
		width: 790px;
		height: 7px;
		background-color: #d5d5d5;
	}

.bottombar{
	width: 1031px;
	height: 38px;
	text-align: left;
	background-image: url(images/bottombar.jpg);
	background-repeat: no-repeat;
	font-family: arial;
	font-size: 10px;
	color: white;
	font-weight: bold;
	padding: 0px;
}
	