html, body {
	height: 100%;	
}

body {
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
}

a {
	color: #0099FF;
}

.clear {
	clear: both;	
}

.blue {
	color: #0099FF;	
}

#container {
	min-height: 100%;
	position: relative;
}

#header {
	background-color: #171719;
}

#header img {
	display: block;
	margin: 0 auto;
	border: none;
}

#top_shadow {
	height: 4px;
	background-image: url(../images/top_shadow.png);
}

#main {
	width: 800px;
	margin: 0 auto;
	padding-bottom: 200px;
	text-align: justify;
}

object {
	display: block;
	margin-top: 30px;
}

#content_left {
	width: 580px;
	float: left;
	text-align: justify;
}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	margin-top: 30px;
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	color: #0099FF;
	letter-spacing: -0.05em;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.1em;
}

h3 {
	font-family: Helvetica, Arial, sans-serif;
	color: #666666;
	font-size: 1em;
	font-weight: normal;
}

h4 {
	font-family: Helvetica, Arial, sans-serif;
	color: #666666;
	font-size: 0.9em;
	font-weight: normal;
}

p {
	text-align: justify;
	font-size: 0.8em;
	color: #666666;
}

ol {
	font-size: 0.8em;
	color: #666666;	
}

.thumbnail {
	float: left;
	margin: 3px;
	color: #CCCCCC;
}

.event_title {
	border-bottom: 1px solid #666666;
	padding-bottom: 2px;
	font-size: 0.8em !important;
	font-weight: bold !important;
	text-transform: uppercase;
}

.section {
	padding-bottom: 20px;
	border-bottom: 1px solid #999999;
}

.testimony {
	text-transform: uppercase;
	color: #0099FF;
	font-size: 0.7em;
}

.director {
	text-transform: uppercase;
	color: #0099FF;
	margin-top: 10px;
	display: block;
}

#content_right {
	width: 200px;
	float: right;
}

#content_right img {
	float: right;
	margin: 30px 0px;
}

#navigation {
	font-family: Futura, Helvetica, Arial, sans-serif;
	color: white;
	text-align: center;
	font-size: 0.75em;
	text-transform: uppercase;
	padding: 4px;
}

#navigation ul {
	margin: 0px;
	padding: 0px;
}

#navigation li {
	display: inline;
	margin: 0px 10px;
}

#navigation .active {
	color: #0099FF;
}

#navigation a {
	color: white;
	text-decoration: none;
}

#navigation a:hover {
	text-decoration: underline;
}

.welcome {
	display: block;
	margin: 0 auto;
	margin-top: 30px;
}

.front_page h2 {
	text-align: center;
	margin-top: 30px;
	font-size: 1.15em;
	color: black;
	font-weight: bold;
	text-transform: none;
}

.front_page p {
	text-align: center;
	color: black;
	font-size: 1em;
}

#instruments {
	width: 650px;	
	margin: 0 auto;
	margin-top: 30px;
}

#drums_icon a {
	width: 330px;
	height: 187px;
	background-image: url(../images/drums_rollover.png);
	display: block;
	text-indent: -100em;
	overflow: hidden;
	float: left;
	margin-top: 36px;
}

#drums_icon a:hover {
	background-position: 0px 187px;	
}

#piano_icon a {
	width: 257px;
	height: 234px;
	background-image: url(../images/piano_rollover.png);
	display: block;
	text-indent: -100em;
	overflow: hidden;
	float: right;
}

#piano_icon a:hover {
	background-position: 0px 234px;	
}

.video_description {
	font-size: 0.8em;
	color: #333333;
	margin-bottom: 30px;
}

#footer {
	width: 100%;
	position: absolute;
	bottom: 0px;
	height: 119px;
	background-image: url(../images/footer_repeat.png);
}

#footer_contents {
	width: 900px;
	margin: 0 auto;
}

#footer_contents .left {
	margin-top: 45px;
	float: left;
	color: #CCCCCC;
	text-align: left;
	font-size: 0.7em;
}

#footer_contents .right {
	margin-top: 30px;
	float: right;
	color: #CCCCCC;
	text-align: right;
	font-size: 0.7em;
}

#footer_contents .right img {
	margin-bottom: 4px;
}

#footer_contents .right a {
	text-transform: uppercase;
	color: #1996D4;
	text-decoration: none;
}

label {
	float: left;
	font-weight: bold;
	width: 200px;
	line-height: 2em;
}

input, textarea {
	background-color: white;
	border: 1px solid #333333;
	padding: 4px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	
}

.required {
	color: red;	
}

#submit {
	margin-left: 200px;	
}

.fail {
	font-weight: bold;
	color: red;
	margin-top: 30px;
}

.success {
	font-weight: bold;
	color: #0099FF;
}

.form_errors {
	font-size: 0.85em;	
	color: #333333;
}

#talentquest_icon {
	float: left;
	margin-top: 30px;
	margin-right: 60px;
	width: 200px;
	text-align: center;
	font-size: 0.8em;
}

#bus_icon {
	float: left;
	margin-top: 30px;
	width: 257px;
	text-align: center;
	font-size: 0.8em;
}

#workshop_icon {
	float: right;
	text-align: center;
	font-size: 0.8em;
	margin-top: 30px;
	width: 212px;
}

#talentquest_icon img, #bus_icon img, #workshop_icon img {
	border: 0px;
}

#pdf_icon {
	float: none !important;
	margin: -0px 4px 0px 0px !important;
}

.center {
	text-align: center;	
}

#talentquest_poster {
	margin-bottom: 0px !important;	
}

.blue_line {
	border-bottom: 3px solid #0099FF;
}