@charset "utf-8";
body {
	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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;	
}
.kadlec #container {
	width: 98%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF; /* this overrides the text-align: center on the body element. */
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: 1%;
	margin-bottom: 0;
	margin-left: 1%;
}
.kadlec #header {
	margin-top: 20px;
	padding: 0;
	margin-bottom: 5px;
}
.kadlec #contactbar {
	font-size: large;
	font-weight: bold;
	text-align: center;
	letter-spacing: 3px;
	color: #000;
	padding-top: 3px;
	padding-bottom: 5px;
	border: thin none #EF3B39;
	background-color: #D2D2D2;
}

.kadlec #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: 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-color: #FFF;
	text-align: center;
	color: #FFC500;
	font-weight: bolder;
	font-style: oblique;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: blink;
}
.kadlec #mainContent {
	color: #000;
}
.kadlec #footer {
	margin-top: 30px;
	margin-bottom: 20px;
} 
.kadlec #footer p {
	font-style: italic;
	font-weight: bolder;
	text-align: center;
	letter-spacing: 120%;
	word-spacing: 120%;
	color: #666;
	padding: 0;
	line-height: 125%;
}

a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #666;
}
a:active {
	color: #666;
}

#mainphoto {
	font-size: 14px;
	float: right;
	margin-right: 10%;
	margin-top: 10px;
}
#content {
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: left;
}
#list {
	line-height: 120%;
	font-style: italic;
	text-align: center;
	margin-left: 4%;
	margin-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	list-style-type: disc;
}
.header {
}
#navbar {
	text-align: center;
	margin-top: 10px;
}
.kadlec #container #list h2 {
	line-height: 75%;
}
