@CHARSET "UTF-8";
#leftColumn {
	width:160px; 
	background-color: #F6F8E0;
}
#rightColumn {
	width:160px; 
	background-color: #F6F8E0; 
}
div#tkLogo {
	margin-top:28px;
	text-align:center;
}
div#mainMenu {
	position:absolute; 
	top:100px; left:194px; 
	width:680px; height:22px;
	padding-top:2px;
	background-color: #224722;
}
div#menuPath {
	position:absolute;
	font-size:8.5pt;
	top:84px; left:194px; 
	width:620px;
	color:#777777;
	text-align:right;
}
div#menuPath a {
	font-size: inherit; 
	color: inherit;
	text-decoration: none;
}
div#menuPath a:hover {
	text-decoration: underline;
}
div#content {
	position:relative;
	margin: 10px 8px 0px 12px;
}

