body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	color:#333333;
	background-color:#FFFFFF;
}

h1 {
	width:100%;
	margin:0;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#343434;
	color:#dddddd;
	text-align:center;
	font-size:10px;
}

h2 {
	margin:0;
	padding:5px;
	background-color:#dddddd;
	text-align:left;
	font-size:12px;	
}

p {
	margin: 10px 5px 10px 5px;
}

address {
	margin-left:5px;
}


a {
	color:#ff0000;
	text-decoration:none;
}

a:hover{
	color:#ff0000;
	text-decoration:underline;
}

a.klink {
	color:#333333;
	text-decoration:underline;
}

a.klink:hover{
	color:#ff0000;
	text-decoration:underline;
}

span {
	font-size:11px;	
}
span a {
	color:#ff0000;
	text-decoration:underline;
}

span a:hover{
	color:#ff0000;
	text-decoration:underline;
}


div#top {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 40px;
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
	border-bottom:1px solid #333333;
}

div#container {
	width: 905px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align:left;
}

div#left {
	background-image:url(../images/k-directory-back.gif);
	width: 600px;
	padding: 10px;
	text-align:left;
	float:left;
	background-repeat: no-repeat;
	background-position: left top;
	border:1px solid #dddddd;
	margin-bottom: 20px;
}

div#right {
	width: 250px;
	padding: 10px;
	text-align:left;
	float:right;
	border:1px solid #dddddd;
	margin-bottom: 20px;
}

#right ul{
	padding: 0;
	margin: 0;
	list-style: none;
	list-style-image: none;
}

#right li{
	list-style: none;
	font-size: 11px;
	text-align: left;
	border-bottom: 1px dotted #dddddd;
}

#right li.first{
	list-style: none;
	font-size: 11px;
	text-align: left;
	border-bottom: 1px dotted #dddddd;
	border-top: 1px dotted #dddddd;
}

#right a{
	display: block;
	margin: 0;
	text-decoration: none;
	color: #ff0000;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 5px;
}

#right a:hover{
	color: #ff0000;
	background-color: #dddddd;
}

div#footer{
	clear: left;
	border-top: 1px solid #dddddd;
	text-align:center;
	background-color:#eeeeee;
	padding:10px;
	font-size:10px;
	margin-top:20px;
} 

#footer a{
	text-decoration: none;
	color: #333333;
}

#footer a:hover{
	text-decoration: none;
	color: #333333;
}