@charset "utf-8";
/* CSS Document */

body {
	text-decoration: none;
	text-align: center;
	background-color: #A9B6C3;
	margin: 0px;
}
.container {
	margin-right: auto;
	margin-left: auto;
	width: 780px;
	background-color: #A9B6C3;
	text-align: center;
	background-image: url(images/kot.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 225px;
}

a:link {
	text-decoration: none;
	color: #1E1A16;
}
a:visited {
	text-decoration: none;
	color: #1E1A16;
}
a:hover {
	color: #594E42;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.logo {
	width: 700px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.nav-left {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	width: 100px;
	float: left;
	height: 220px;
	color: #1E1A16;
}
.nav-right {
	font-family: "Times New Roman", Times, serif;
	width: 100px;
	height: 220px;
	float: right;
	font-style: italic;
	padding: 0px;
	margin: 0px;
}
.separator {
	background-color: #FFFFFF;
	height: 25px;
}
.separator2 {
	background-color: #A9B6C3;
	height: 25px;
}
.maincontent {
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/bk.gif);
	background-repeat: no-repeat;
	vertical-align: middle;
	text-align: justify;
	padding: 50px;
}
.maincontent .body {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.infobar {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #FFFFFF;
	height: 50px;
	text-align: center;
}
.maincontent .title {
	font-size: x-large;
	font-style: italic;
	text-transform: lowercase;
}
.homecontent {
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/bk.gif);
	background-repeat: no-repeat;
	height: 360px;
	vertical-align: middle;
	text-align: justify;
	padding: 50px;
}
.maincontent .heading {
	font-size: large;
	font-style: italic;
	font-weight: bold;
}
