body	{
	padding: 0;
	margin: 0;
	align: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#flute_flutists {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

div.page-size {
	display: block;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	position: relative;
	background-color: rgba(255,254,255,0.41);
	padding-right: 8px;
	padding-left: 8px;
	text-align: center;
	margin-top: -7px;
}

div.full {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: url(images/texture.png);
	padding: 0;
	margin: 0;
	background: rgb(252,249,201); /* Old browsers */
background: -moz-linear-gradient(top, rgba(252,249,201,1) 0%, rgba(221,196,157,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,249,201,1)), color-stop(100%,rgba(221,196,157,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(252,249,201,1) 0%,rgba(221,196,157,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(252,249,201,1) 0%,rgba(221,196,157,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(252,249,201,1) 0%,rgba(221,196,157,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(252,249,201,1) 0%,rgba(221,196,157,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcf9c9', endColorstr='#ddc49d',GradientType=0 ); /* IE6-9 */
}

#flute_flutists div.page-size {
	
}

div.menu	{
	display: inline-block;
	margin: 8px auto;
}

div.site-header {
	text-align: center;
	margin-top: 8px;
	margin-bottom: 8px;
	font: italic 24px Georgia, "Times New Roman", Times, serif;
	padding: 16px;

	-webkit-border-radius: 36px;
	-moz-border-radius: 36px;
	border-radius: 36px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0.48) 0%, rgba(241,241,241,0.48) 50%, rgba(225,225,225,0.48) 51%, rgba(246,246,246,0.48) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.48)), color-stop(50%,rgba(241,241,241,0.48)), color-stop(51%,rgba(225,225,225,0.48)), color-stop(100%,rgba(246,246,246,0.48))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,255,255,0.48) 0%,rgba(241,241,241,0.48) 50%,rgba(225,225,225,0.48) 51%,rgba(246,246,246,0.48) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,255,255,0.48) 0%,rgba(241,241,241,0.48) 50%,rgba(225,225,225,0.48) 51%,rgba(246,246,246,0.48) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,255,255,0.48) 0%,rgba(241,241,241,0.48) 50%,rgba(225,225,225,0.48) 51%,rgba(246,246,246,0.48) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(255,255,255,0.48) 0%,rgba(241,241,241,0.48) 50%,rgba(225,225,225,0.48) 51%,rgba(246,246,246,0.48) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7affffff', endColorstr='#7af6f6f6',GradientType=0 );
	border: 1px outset #e4de8d;
}

span.sub-head {
	font: italic 20px Georgia, "Times New Roman", Times, serif;
}

div.content {
	text-align: left;
	font-size: 12px;
	margin-top: 10px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

.left	{
	float: left;
	position: relative;
	left: -10px;
	background: url(images/vertical-border-grad-01.png) 0 0;
}

.right	{
	float: right;
	position: relative;
	left: 10px;
	background: url(images/vertical-border-grad-01.png) -5px 0;
}

.vert-border	{
	height: 100%;
	width: 5px;
}


span.headine {
	font: italic 48px Georgia, "Times New Roman", Times, serif;
	display: inline-block;
	padding: 8px;
}

.site-header span.headine {
	text-shadow: white 1px 1px 0;
	color: #79775c;
}

.site-header span.sub-head {
	text-shadow: rgba(254,251,237,0.59) 1px 1px 0;
	color: #79775c;
}

div#main.menu {
	width: 100%;
	text-align: center;
	margin-top: 8px;
	margin-bottom: 8px;
}

div.footer {
	bottom: 8px;
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
}

div.student {
	width: 45%;
	float: left;
	margin: 10px 20px 50px;
}

td.range-right {
	text-align: right;
}

.button, .button a {
	text-align: center;
	text-decoration: none;
	color: black;


}

.button a {
	color: olive;
}

.button {
	display: inline-block;
	border-width: 1px;
	padding: 1px;
	width: 120px;
	margin-left: 10px;
	margin-right: 10px;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
	color: #a0a0a0;
}

.button.selected {
	background-color: white;
	border-style: outset;
	color: black;
	padding: 0;
}

.button:hover {
	text-shadow: white 1px 1px 0;
	color: black;
	border: 1px inset silver;
	padding: 0;
}

table#main.menu {
	margin-left: auto;
	margin-right: auto;
}

#home-page-hero	{
	float: right;
}

.student .pic img	{
	float: right;
	padding: 10px;
	width: 150px;
}

table.contact-deets {
	font-size: 14px;
}

table.contact-deets td {
	padding: 8px;
	vertical-align: top;
}