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



/* Main Layout */

html, body {
	margin: 0;
	background: #000000;
	background-image:url(graphics/background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	}
	
#container {
	width: 900px;
	height: 100%;
	margin: 0 auto;
	}
	
#navigation {
	float: right;
	margin-top: 94px;
	background: none;
	height: 30px;
	vertical-align: top;
	}
	
#content {
	margin-top: 50px;
	min-height: 400px;
	width: 900px;
	}
	
#scroller {
	padding: 20px 0;
	}

#content_section {
	width: 119px;
	float: left;
	}
	
#main_content {
	width: 745px;
	float: right;
	border-left: 1px solid #ff0066;
	padding-left: 20px;
	margin-bottom: 20px;
	}
	
#main_content p {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1.5em;
	margin: 0;
	}
	
#main_content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #FF0066;
	text-transform: uppercase;
	margin: 3px 0 0 0;
	}
	
#main_content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #999;
	text-transform: uppercase;
	margin: 0;
	}
	
#main_content h1.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #FFF;
	text-transform: uppercase;
	margin: 10px 0 0 0;
	font-weight:normal;
	}	



/* Weekly Specials */

#specials_wrapper {
	width: 760px;
	margin: 0 auto;
	}
	
#specials {
	width: 450px;
	float: right;
	border-left: 1px solid #FF0066;
	padding-left: 20px;
	margin-bottom: 40px;
	}
	
#special {
	min-width: 290px;
	padding: 10px 10px;
	border-bottom: 1px solid #666666;
	}
	
#special.last {
	border: none;
	margin-bottom: 20px;
	}
	
#special p {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1.5em;
	margin-top: 0;
	}
	
#special h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #FF0066;
	text-transform: uppercase;
	margin-bottom: 0;
	}
	
#special_header {
	width: 200px;
	float: left;
	}

/* Upcoming Events */

#events {
	width: 750px;
	float: right;
	border-left: 1px solid #FF0066;
	padding-left: 20px;
	margin-bottom: 40px;
	}
	
#event {
	width: 320px;
	border-top: 1px solid #666;
	padding: 20px 20px;
	float: left;
	}
	
#event.right {
	float: right;
	}
		
#event p {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1.5em;
	margin: 0;
	}
	
#event h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #FF0066;
	text-transform: uppercase;
	margin: 3px 0 0 0;
	}
	
#event h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #999;
	text-transform: uppercase;
	margin: 0;
	}
	
.eventpics {
	float: left;
	margin: 0 10px 10px 0;
	border: 3px solid #666666;
	}
	
#event_header {
	float: left;
	width: 119px;
	margin-right: 10px;
	}


/* About Page */

#about_wrapper {
	margin: 0 auto;
	width: 770px;
	}
	
#about {
	width: 600px;
	float: right;
	border-left: 1px solid #FF0066;
	padding-left: 25px;
	margin-left: 10px;
	margin-bottom: 40px;
	}



/* Piano Page */

#piano_wrapper {
	margin: 0 auto;
	width: 770px;
	}
	
#piano {
	width: 600px;
	float: right;
	border-left: 1px solid #FF0066;
	padding-left: 25px;
	margin-left: 10px;
	margin-bottom: 40px;
	}
	
#piano p {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1.5em;
	margin: 0;
	}
	
#piano h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #FF0066;
	text-transform: uppercase;
	margin: 3px 0 0 0;
	}
	
#piano h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #999;
	text-transform: uppercase;
	margin: 0;
	}
	
#piano_header {
	float: left;
	width: 69px;
	margin-right: 10px;
	}
	
	
	
/* Contact Page */
#contact_wrapper {
	margin: 0 auto;
	width: 620px;
	}
	
#contact_form {
	width: 450px;
	float: right;
	border-left: 1px solid #FF0066;
	padding-left: 25px;
	margin-left: 10px;
		margin-bottom: 40px;

	}
	
#contact_form h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #FF0066;
	text-transform: uppercase;
	margin: 10px 0 0 0;
	}
	
#contact_form h1.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #FFF;
	text-transform: uppercase;
	margin: 10px 0 0 0;
	font-weight:normal;
	}	
	

/* General Styles and Stuff on Every Page */

#clear {
	clear: both;
	}
	
p {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	line-height: 1.5em;
	}

#contact {
	padding-top: 20px;
	margin-bottom: 0;
	}
	
#welcome {
	float: right;
	text-align: right;
	}
	
#footer {
	margin-top: 40px;
	width: 100%;
	height: 100px;
	padding-top: 10px;
	background-color: #333333;
	border-top: 1px solid #666666;
	}
	
#footer ul {
	margin: 0;
	width: 800px;
	padding: 0;
	}
	
#footer ul li {
	list-style-type: none;
	display: inline;
	margin: 0 10px 0 0;
	}
	
#footer ul li a {
	color: #999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size: .7em;
	text-decoration: none;
	border-right: 1px solid #666666;
	padding-right: 10px;
	}
	
#footer ul li a.last {
	color: #999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size: .7em;
	text-decoration: none;
	border-right: none;
	}
	
#footer p {
	color: #999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size: .7em;
	}
	
#footer a {
	color: #999999;
	}
	
#footer_wrapper {
	width: 900px;
	margin: 0 auto;
	}
	
.myspace {
	margin-top: 30px;
	}
	
a,img {
	border: none;
	}
	
.float_right {
	float: right;
	}
	
.splash {
	margin-bottom: 0px;
	}
	
.special_day {
	text-align: center;
	}
	
a {
	color: #999;
	}
	
	
.thanks {
	margin: 20px 0 300px 0;
	}
	
	
