body {
	background: #777777;
	margin: 0px;
	padding: 0px;
	font-size: 72%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	vertical-align: top;
}

#main {
	max-width: 70em;
	min-width: 500px;
	background-color: white;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid black;
	border-right: 1px solid black;
	margin-top: 10px;
}

#header{
	margin: 0px;
  padding: 0px;
	width: 500px;
	background-image: url('kotnetorg.png');
	background-repeat: no-repeat;
	height: 109px;
}

#header2 {
  margin: 0px;
  padding: 0px;
	width: 100%;
	height: 109px;
	background-image: url('kotnetorgrep.png');
	background-repeat: repeat-x;
}

#content {
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 20px;
}

#footer {
	background: black;
	color: white;
	height: 20px;
	width: 100%;
	text-align: center;
	line-height: 20px;
	font-weight: bold;
  margin-top: 20px;
}

table {
	border-collapse: collapse;
}

td {
	vertical-align: top;
	text-align: justify;
	padding: 5px;
}

h2 {
	font-size: 110%;
}

a {
	font-weight: bold;
	color: #4444CC;
}

ul {
	margin-top: 0px;
	padding-top: 0px;	
}

#menu {
  width: 100%;
  height: 18px;
  margin: 0;
  padding: 0;
  border-bottom: 2px solid black;

}

#menu ul {
  display: block;
  margin: 0px;
  padding: 0px;
  margin-left: 30px;
  border-left: 1px solid grey;
}

#menu li {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: block;
  float: left;
  width: 8em;
  line-height: 18px; 
  border-right: 1px solid grey;
  text-align: center;
}

#menu a {
  color: black;
  text-decoration: none;
}

#menu a:hover {
  color: black;
  text-decoration: underline;
}
