@charset "UTF-8";
/* CSS Document */


html {
	background-color:#000;
	background-repeat:repeat-x;
	height: 100%;

}
body {
	color:#fff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .85em;
	height: 100%;
	margin-top:0;


}

a:link {
	color: #06C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #06C;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}

.header {
	background-image:url(graph/header.png);
	background-repeat:no-repeat;
	background-position:center;
}

* {
	margin: 0;
}
#navlist li {
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.40em;
	color:#000;
	font-weight:400;
	letter-spacing:.20em;
	text-align:center;
	display: inline;
	list-style-type: none;
	padding-right: 18px;
	
}
#navlist a:link { 
	color:#545353;
	text-decoration: none;
}
#navlist a:hover { 
	color:#FFF;
	text-decoration:none;
}

#navlist a:visited {
	text-decoration: none;
	color:#545353;
	
}
#navlist a:visited:hover{
	color:#FFF;
}

#navlist a:active {
	text-decoration: none;
}
	


.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -35px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 35px; /* .push must be the same height as .footer */
	
}
.footer {
		color:#fff;
		font-size:.75em;
		text-align:center;

}
p {
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-style:italic;
	font-size:.80em;
	font-weight:300;
}
h1 {
	font-size:1.5em;
	color:#FFF;
	text-align:center;
}
.flyerBack {
	background-image:url(images/flyer_bkgrnd.png);
	background-repeat:no-repeat;
}
.formTxt {
	color:#cecec6;
	background-color:#000;
	font-family:Verdana, Geneva, sans-serif;
	padding-left:15px;
	padding-right:5px;


}
.eventText {
	text-align:left;
	font-size:1em;
	color:#fff;
}
.logo {
	background-image:url(images/klutch_center_logo.png);
	background-repeat:no-repeat;
	background-position:center;
}
.galleryThumb {
	text-align:center;
}
