/* CSS Document */

body {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#000; 
	margin:0; 
	padding:0;
}
p, p em, ol {
	margin:0;
	color:#FFF;
	font-size:11px;
}
h1 {
	font-size:15px;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	margin:5px;
	padding:0 10px 0 0;
	font-variant:small-caps;
}
h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:19px;
	color:#FFF;
	text-align:center;
}
h3 {
	font-size:15px;
	color:#000;
	font-style:italic;
	text-align:center;
}
h4 {
	font-size:15px;
	color:#FFF;
	text-align:right;
	margin:0;
}
h5 {
	font-size:16px;
	color:#FFF;
}
a {
	color:#cc0000;
	text-decoration:none;
}
a:hover {
	color:#cc6600;
	text-decoration:underline;
}

/* Blocks */
#container {
	width:959px;
	margin:0 auto;
	text-align:left;
}
#header {
	width:959px;
	height:130px;
	background:url(images/header.jpg) no-repeat;
}
#menu {
	margin-top:40px;
	width:112px;
	padding:10px;
	font-weight:bold;
}
#leftcolumn {
	float:left;
	text-align:left;
	width:120px;
	height:591px;
	background:url(images/left.jpg) no-repeat;
}
#body {
	float:right;
	width:839px;
	height:591px;
	background:url(images/center-bg.jpg) no-repeat;
}
#footer {
	width:960px;
	height:85px;
	float:right;
	-moz-opacity:.80;
	opacity:.80;
	filter:alpha(opacity=80);
}

/* Classes */
.register {
	position:relative;
	margin-top:-30px;
	top:0px;
}
.redlion {
	position:relative;
	margin-top:50px;
	bottom:40px;
}
.club {
	position:relative;
	margin-top:140px;
	bottom:90px;
	padding-left:25px;
}
.poster {
	padding-left:114px;
	padding-top:40px;
}
.padtable  {
	padding:15px;
	color:#FFF;
}
.padtable a  {
	padding:0;
	color:#fffde1;
	text-decoration:underline;
}
.textpad {
	padding-left:15px;
	padding-right:15px;
}
.gallery {
	margin-left:15px;
	margin-right:15px;
}
.footertext {
	margin:12px 17px 0 0;
	color:#000;
	font-size:.65em;
	text-align:right;
	font-weight:lighter;
}
.17 {
	font-size:15px;
}
/*clear floating boxes*/
.clearfix:after{
	content:".";
	clear:both;
	display:block;
	visibility:hidden;
	height:0;
}
.clearfix{
	display:inline-table;
}
/*Hide from IE/Mac \*/
* html .clearfix{
	height:1%;
}
.clearfix{
	display:block;
}
/*end hide*/
/*end clear floating boxes*/
#keokeecontainer {
	margin:40px auto 0;
	width:960px;
}
.keokee, .keokee a:link, .keokee a:hover, .keokee a:visited {
	color: #7e6441;
	font-size: 10px;
	font-style:italic;
	text-decoration:none;
	text-align:center;
	font-weight:normal;
}