html {
	margin: 0;
	padding: 0;
	background-color: gray;
	color: white;
	font-family: Optima, Franklin, Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
}
a { color: #45301f; text-decoration: underline; }
a:link { color: #45301f; text-decoration: underline; }
a:visited { color: #45301f; text-decoration: underline; }
a:hover { color: #45301f; text-decoration: none; }
a:active { color: #45301f; text-decoration: underline; }
p {
	font-size: 1em;
	line-height: 1.4em;
}
#container {
	margin: 0px auto;
	width: 1000px;
	min-height: 100%;
	background-color: #0a4600; /*#45301f;*/
}
#navigation {
	padding-top: 40px;
	padding-left: 100px;
	padding-bottom: 8px;
}
ul.nav {
	padding: 0;
	margin: 0;
}
li.nav {
	padding: 0;
	margin: 0;
	margin-right: 20px;
	display: inline;
	list-style-type: none;
}
.nav a { color: #eee; text-decoration: none; }
.nav a:link { color: #eee; text-decoration: none; }
.nav a:visited { color: #eee; text-decoration: none; }
.nav a:hover { color: #fff; text-decoration: none; }
.nav a:active { color: #eee; text-decoration: none; }
#subnavigation {
	font-size: 0.9em;
	padding-left: 100px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #ec8b18;
}
#banner {
	width: 1000px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	height: 100px;
}
#script {
	height: 40px;
	padding-left: 100px;
}
#content {
	padding-left: 100px;
	min-height: 400px;
	width: 900px;
	color: #111;
	background-color: white;
	background-image: url('../img/bgornk.jpg');
	background-repeat: no-repeat;
	background-position: right bottom;
	border-top: 4px solid #ec8b18;
	border-bottom: 4px solid #ec8b18;
}
#img {
	width: 104px;
	float: left;
	margin-top: 25px;
}
#img img {
	padding: 2px;
	border: 1px solid #777;
}
#img img:hover {
	border: 1px solid #222;
}
.imgContainer {
	margin-bottom: 20px;
}
#text {
	width: 500px;
	float: left;
	padding-left: 50px;
	margin-top: 40px;
}
#text .text {
	margin-left: 10px;
}
#text table {
	width: 650px;
	border-collapse: collapse;
	font-size: 0.9em;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}
#text td {
	border: 1px solid gray;
	padding: 7px;
}
#subspace {
	height: 50px;
	width: 10px;
}
.clear {
	clear: both;
}
