@charset "UTF-8";
a:link {
	color: #941b20;
	text-decoration: none;
}
a:visited {
	color: #941b20;
	text-decoration: none;
}
a:hover {
	color: #941b20;
	text-decoration: underline;
}
a:active {
	color: #941b20;
	text-decoration: underline;
}

html {
	height: 100%;
	min-height:100%;
	margin-bottom:1px;
}
body {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #424242;
	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: #231f20;
	height: 100%;
}

body h1 {
   font-size: 2.0em;
}
body h2 {
   font-size: 1.8em;
   font-weight: bold;
}
body h3 {
   font-size: 1.4em;
   margin-top: 5px;
   margin-bottom: 5px;
}
body p {
	font-size: 1.1em;
}
body ul {
	margin-top: 0px;
}
body ul li {
	font-size: 1.1em;
	margin-top:5px;
	margin-bottom:5px;	
}
table {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.fadeImage {
	position: relative;
}
.fadeImage img {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
.fadeCaption {
	position: relative;
}
.fadeCaption div {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 1.4em;
}

.kings #outercontainer {
	height: 100%;
	width: 768px;  
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*display:table;*/
	background: #424242;
}
.kings #container {
	height: 100%;
	/* display: table-cell;
	vertical-align: middle; */
	background: #424242;
	text-align: left;
	padding: 0 0 0 0;
}
.kings #header {
	margin:0 0 0 0;
	padding: 100px 0 0 0;
	background: #231f20 url(images/KingsofOrgHeader.jpg) no-repeat top;
}
.kings #header h1 {
	margin: 0;
	padding: 10px 0;
}
.kings #main {
	border-left: 8px solid #231f20;
	border-right: 8px solid #231f20;
	background: #f4e1cb;
}
.kings #mainContent {
	padding: 10px 20px 10px 20px;
	margin: 0 0 0 0;
}
.kings #mainContent h1, h2, p {
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}
.kings #footer {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 108px;
	text-align: center;
	background: #231f20 url(images/KingsofOrgFooter.jpg) no-repeat bottom;
	clear: both;
}
.kings #footer p {
	margin: 0;
	padding: 40px 40px 40px 200px;
	font-size: 1.0em;
}

.kingsBold {
	font-weight:bold;
}
.kingsBig {
	font-size: 1.2em;
	color:#000000;
}
.kingsFirstLetter{
	font-weight:bold;
	font-size:1.4em;
}

.youtube-player {
   margin:0 auto;  
}
