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

body {		
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 100%;
	background: #000000;
	margin-top: 0;
}
#wrapper {
	width: 832px;
	margin: 0 auto;
	padding: 0;
}
.clearer {
	clear: both;
}
#swing {
	width: 832px;
	float: left;
	margin: 10px 0;
	background: url(images/home_page/kings-of-swing.jpg) no-repeat;
	height: 29px;
}
#columnLeft {
	float: left;
	width: 300px;
	margin-top: 10px;
	font-size: .8em;
}
#columnLeft p {
	padding-left: 8px;
}
#columnRight {
	float: right;
	width: 510px;
	margin-top: 10px;
	font-size: .9em;
}
#video {
	clear: both;
	margin-top: 10px;
	font-size: .8em;
}
#footer {
	clear: both;
	margin-top: 10px;
	font-size: .8em;
	text-align: center;
	padding: 10px 0;
}

#nav {
	float: right;
	width: 832px;
	background: url(images/home_page/nav-bg-1.jpg) repeat-x;
	margin: 0;
	font-size: .75em;
	text-transform: uppercase;
	}
#nav ul {
	width: 832px;
	list-style: none;
	padding: 0;
	border:0;
	margin:0px auto 0px 6px;
	
}
#nav a:link, #nav a:visited, #nav a:active {
	display: block;
	margin: 0;
	line-height: 2.1em;
	letter-spacing:0.09em;
	text-decoration: none;
	color: #311B4E!important;
	font-weight: bold;
}
#nav a:hover, #nav a:focus {
	color: #000000!important;
}
#nav li {
	float: right;
	padding: 0;
	margin:0;
	padding: 6px 1.6em 4px 1.6em;
}
#geezer {
	width: 832px;
	position: relative;
	background: url(images/home_page/flying_geezer.gif) no-repeat 50% 0;
	height: 285px;
	z-index: -2;
}
h2 {
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #000000 url(images/home_page/box-heading.jpg) no-repeat 50% 0;
	height: 40px;
	color: #000000;
	letter-spacing: 0.2em;
	line-height: 1.6em;
	text-align: center;
	padding: 8px 0;
	margin: 0;
}
a:link, a:visited, a:active {
	text-decoration: none;
	color: #FEC449;
	font-weight: bold;
}
a:hover, a:focus {
	text-decoration: none;
	color: #392B4C;
}
h1 {
	font-size: 1.4em;
	padding: 8px 0;
	color: #FEC449;
}
