* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #222;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	padding-top: 20px;
}

.hidden {
	display: none;
}

.clearer {
	clear: both;
}

a {
	color: #f9ff9f;
}
a:hover {
	text-decoration: underline;
}

p {
	margin-bottom: 20px;
}

h2 {
	font: 16px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 20px 0px 10px 0px;
}
h3 {
	margin: 20px 0px 10px 0px;
}

h4 {
   font-size: 12px;
   margin-bottom: 20px;
}

h5 {
   font-size: 13px;
}

hr {
	border: 0px;
	border-top: 1px solid #04407f;
}

ol, ul {
	margin: 0px 0px 20px 30px;
}

cite {
	margin: 0px 60px 20px 60px;
	display: block;
}

input.field {
   padding: 2px;
   font-size: 10px;
   border: 1px solid #002e4f;
}

input.button {
   padding: 0px;
   font-size: 10px;
}

img.right {
	float: right;
	padding: 1px;
	border: 2px solid white;
	margin: 10px 0px 10px 16px;
}
img.left {
	float: left;
	padding: 1px;
	border: 2px solid white;
	margin: 10px 16px 10px 0px;
}

#wrapper {
	background-color: #000;
	width: 750px;
	margin: 0 auto;
}

/* ----------------------------- HEADER ----------------------------- */
#header {
	background: url(../images/header.jpg) no-repeat top left;
	height: 169px;
}
#header h1 {
	float: left;
}
#header h1 a {
	width: 750px;
	height: 156px;
	display: block;
}
#header h1 span {
	display: none;
}
#header h2 {
	display: none;
}

/* ----------------------------- PRIMARY NAVIGATION ----------------------------- */
#nav_top {
	padding: 6px 0px;
	background: url(../images/rule1.jpg) bottom left no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#nav_bottom {
	padding: 6px 0px;
	background: url(../images/rule2.jpg) top left no-repeat;
   clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#nav_top ul, #nav_bottom ul {
	text-align: center;
	margin: 0px;
}
#nav_top li, #nav_bottom li {
	display: inline;
	border-right: 1px solid #04407F;
	font-size: 12px;
}
#nav_top li.last, #nav_bottom li.last {
	border-right: none;
}
body#home li#nav-home a,
body#bio li#nav-bio a,
body#era li#nav-era a,
body#music li#nav-music a,
body#calendar li#nav-calendar a,
body#photos li#nav-photos a,
body#bookings li#nav-bookings a,
body#contact li#nav-contact a {
	font-weight: bold;
	color: #fff;
}
#nav_top li a, #nav_bottom li a {
	padding: 0px 15px;
	text-decoration: none;
}
#nav_top li a:hover, #nav_bottom li a:hover {
	color: #fff;
	text-decoration: underline;
}

/* ----------------------------- CONTENT ----------------------------- */
#content {
	margin: 0px 7px;
	padding: 0px 10px;
	color: #fff;
	font-size: 16px;
	background-color: #000;
	text-align: justify;
}

#content li {
   margin-left: 20px;
}

/* ----------------------------- FOOTER ----------------------------- */
#footer {
	background: url(../images/footer.jpg) no-repeat top left;
	height: 128px;
}

/* ----------------------------- COPYRIGHT ----------------------------- */
#copyright {
	margin-top: 10px;
	color: #666;
	text-align: center;
	font-size: 9px;
}
#copyright a {
	text-decoration: none;
	color: #999;
}
#copyright a:hover {
	text-decoration: underline;
	color: #fff;
}
