h1, h2, h3, h4, div, p, ul, li {
	margin: 0;
	padding: 0;
	font-size: 1em;
}
body {
	background-color: #b4b5a8;
	margin: 0;
	padding: 9px 0px;
	text-align: center;
	font-family: Arial;
	font-size: 67.5%;
}
a:link,a:visited,a:hover,a:active {
	color: #525545;
	text-decoration: none;
	outline: none;
}
#wrapper {
	width: 960px;
	background-color: #b4b5a8;
	margin: 0px auto;
	padding-bottom: 38px;
/*	Fix:
	padding-top: 38px;*/
	padding-top: 14px
}
#header {
	width: 833px;
	margin: 0px auto;
	text-align: left;
	height: 50px;
	overflow: auto;
	color: #524555;
	position: relative;
}
#logo {
	position: absolute;
	bottom: 0px;
	left: -3px;
	font-family: Georgia;
	font-size: 2.2em;
}
#nav {
	list-style: none;
	font-size: 1.4em;
	font-weight: bold;
	position: absolute;
	bottom: 0;
	right: 10px;
}
#nav li {
	float: left;
	margin-left: 30px;
}
li.selected {
	color: white;
	}
#nav a {
	text-decoration: none;
	color: #525545;
	border-bottom: none;
}
#content {
	width: 813px;
	margin: 5px auto 20px;
	text-align: left;
	border: 10px solid #fff;
	color: #3a3b3d;
	background-color: #ebeeea;
	overflow: auto;
}
h2 {
	border-bottom: 10px solid #fff;
	background-color: #525545;
	color: #fff;
	text-transform: uppercase;
	line-height: 1.7;
	padding-left: 10px;
}
#primary {
	width: 440px;
	border-right: 10px solid #fff;
	float: left;
}
#description {
	font-size: 1.2em;
	margin: 10px 10px 0px;
}
.banner {
	margin-bottom: 6px;
}
#description p {
	margin-bottom: 10px;
	line-height: 1.4;
	margin-right: 32px;
}
#payment input {
	float: right;
	margin-right: 220px;
	margin-top: 2px
}
#primary h3 {
	font-size: 1.2em;
}
.pdf {
	text-decoration: underline!important
}
#primary .instructions li {
	list-style: disc;
	padding-left: 16px;
	margin-left: 16px;
}
.poster {
	border: 10px solid #fff;
	width: 221px;
	margin: 14px auto;
}
				
.intro {
	font-size: 1.2em;
	margin: 12px;
	margin-bottom: 64px;
	font-weight: bold;
}
			
a img {
	border: none;
}
.maria {
	float: right;
}
			
form {
	margin-bottom: 18px;
}
.form-row {
	margin-bottom: 9px;
}
#festival-nav {
	width: 363px;
	float: right;
}
.accepting {
	background-color: #000;
	color: #fff;
	line-height: 1.5;
	padding: 2px 3px 1px 3px;
	position: absolute;
	top: 0;
}
#festival-nav h2 {
	border-bottom: none;
	margin-bottom: 10px;
}
#festival-nav li {
	position: relative;
	width: 324px;
	height: 85px;
	border: 5px solid #fff;
	margin: 7px auto;
	list-style: none;
}
#festival-nav h3, #festival-nav a {
	display: block;
	text-indent: -9999px;
	width: 324px;
	height: 85px;
	border-bottom: none;
}
.nashville-nav h3, .nashville-nav a {
	background: transparent url('../images/nav/nashville.gif') no-repeat -324px 0;
}
.nashville-nav a:hover {
	background-position: 0 0;
}
.spring-nav h3, .spring-nav a {
	background: transparent url('../images/nav/spring.gif') no-repeat -324px 0;
}
.spring-nav a:hover {
	background-position: 0 0;
}
.craft-nav h3, .craft-nav a {
	background: transparent url('../images/nav/craft.gif') no-repeat -324px 0;
}
.craft-nav a:hover {
	background-position: 0 0;
}
#festival-nav h3 {
	background-position: 0 0;
}
.bucktown-nav h3, .bucktown-nav a {
	background: transparent url('../images/nav/bucktown.gif') no-repeat -324px 0;
}
.bucktown-nav a:hover {
	background-position: 0 0;
}	
.holiday-nav h3, .holiday-nav a {
	background: transparent url('../images/nav/holiday.gif') no-repeat -324px 0;
}
.holiday-nav a:hover {
	background-position: 0 0;
}
#footer {
	text-align: left;
	width: 814px;
	margin: 20px auto;
	line-height: 1.3
}
#craft-page #primary {
	padding-bottom: 200px;
}
#about-page #primary, #contact-page #primary {
	padding-bottom: 200px;
}
#homepage #festival-nav a, #about-page #festival-nav a, #contact-page #festival-nav a {
	background-position: 0 0;
}
	
