html, body {
	padding: 0px;
	border: 0px;
	margin: 0px;
}
html, body, table {
	font-size: 12px;
	font-family: Tahoma;
}
a {
	color: #0000DD;
	text-decoration: underline;
}
a:hover {
	color: #0000FF;
	text-decoration: none;
}
#container {
	width: 100%;
	height: 100%;
}
.page-left {
	background-color: #f1e4bc;
	background-image: url('img/header-left.png');
	background-repeat: no-repeat;
	width: 300px;
}

.page-middle {
	background-color: #d2a14b;
	width: 200px;
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	border-color: #909090;
}
.page-right {
	background-color: #fef6dd;
}

div#header-left-bg {
	background-image: url('img/header-left.png');
	background-repeat: no-repeat;
	height: 100%;
}
div#shadow-left {
	background-image: url('img/shadow-left.png');
	background-repeat: repeat-y;
	background-position: 280px;
	height: 100%;
}
td#shadow-right {
	background-image: url('img/shadow-right.png');
	background-repeat: repeat-y;
	background-position: 0px 0px;
	padding-left: 15px;
}
div#image {
	height: 220px;
	position: absolute;
	top: 121px;
	left: 0px;
	width: 300px;
	background-image: url('img/kotta.png');
	background-repeat: no-repeat;
}
td#logo {
	width: 330px;
	background-image: url('img/logo.png');
	background-repeat: no-repeat;
}
td#logo-border {
	background-color: f1e4bc;
	border-bottom: 3px solid #dbc47e;
}
div#menu {
	background-color: #000000;
	color: #FFFFFF;
	padding: 1px 0px 1px 0px;
	height: 220px;
}
div#menu .menu ul {
	padding: 32px 0px 32px 0px;
	margin: 0px;
	border-top: 3px solid #505050;
	border-bottom: 3px solid #505050;
}
div#menu .menu ul li {
	list-style-type: none;
}
div#menu .menu ul li a {
	text-align: right;
	color: #FFFFFF;
	text-decoration: none;
	width: 190px !important;
	width: 100%;
	display: block;
	line-height: 25px;
	padding-right: 10px;
	text-transform: uppercase;
}
div#menu .menu ul li a:hover {
	background-color: #b97a00;
}
div#content {
	padding: 0px 20px 5px 15px;
	text-align: justify;
}
div#content p {
	margin: 0px;
	padding-top: 10px;
}
div#content ul {
	list-style-type: square;
	line-height: 17px;
}
div#contact {
	position: absolute;
	top: 380px;
	left: 20px;
	background-color: #cfc4a1;
	padding: 10px;
	border: 1px solid #a99e7d;
	color: #5c2b00;
	background-image: url('img/header-left-dark.png');
	background-repeat: no-repeat;
	background-position: -21px -381px;
}
div#banners {
	margin: 30px 0px 0px 40px;
}
div#banners h3 {
	position: relative;
	left: -30px;
	color: #000000;
}
div#banners a {
	display: block;
	width: 120px;
	height: 43px;
	margin-bottom: 5px;
}
th {
	border-bottom: 1px solid #000000;
	text-align: left;
}
a.menu-selected {
	background-color: #505050;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display: inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display: block;
}
/* End hide from IE Mac */

.newsfeed {
	clear: both;
}
.newsfeed ul {
	list-style-type: none;
	margin: 10px;
	padding: 0px;
	clear: both;
	border: 0px;
}
.newsfeed ul li {
	clear: both;
	margin-bottom: 10px;
}
.newsfeed-description {
	clear: both;
}
.newsfeed h3 {
	color: #000000;
	margin-left: 10px;
}

div#mkklogo {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 22px;
}