@charset "utf-8";
#footer {
	background-color: #FFFEEC;
	text-align: center;
	padding: 10px;
}
body,td,th {
	font-size: medium;
}
#kopitnik {
	position: absolute;
	top: 315px;
	width: 765px;
	height: 912px;
	visibility: hidden;
	left: auto;
}
#steele {
	position: absolute;
	top: 315px;
	width: 765px;
	visibility: hidden;
	left: auto;
}
#zondag {
	position: absolute;
	top: 315px;
	width: 765px;
	visibility: hidden;
}

#narotzky {
	position: static;
	padding-top: 20px;

}
#hammond {
	position: absolute;
	top: 315px;
	width: 765px;
	visibility: hidden;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}




a:link {
	text-decoration: none;
	color: #764A39;
	font-weight: bold;
}
#mainContent a:visited {
	text-decoration: none;
	color: #663300;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url();
	background-repeat: no-repeat;
	background-color: #FFFEEC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}
#navbar {
	height: 65px;
}

#container  {
	width: 780px;
	text-align: left;
	background-repeat: no-repeat;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6B997C;
	border-right-color: #6B997C;
	border-bottom-color: #6B997C;
	border-left-color: #6B997C;
	background-color: #FFFEEC;
}
#header  {
	background: #DDDDDD;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 125px;
}
#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent  {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#footer  {
	padding: 0 10px;
}
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer ul {
	margin: 0px;
	padding: 0px;
}
#footer li {
	list-style-image: none;
	list-style-type: none;
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}
#footer a {
	color: #663300;
	font-size: 90%;
}
#mainContent {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
.floatright {
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
}
p {
	line-height: 120%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
}
h1 {
	font-size: x-large;
	font-weight: bolder;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: large;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#names {
	margin-bottom: 45px;
	padding-top: 0px;
}
h3 {
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: medium;
}
.floatleft {
	float: left;
	margin-right: 15px;
}
