@charset "UTF-8";

 
/*
Name: The Studio for Piano Website Style Sheet
Version: 1.0
Author: Kim Flournoy Website Development
Description: The Studio for Piano Website Style Sheet
Copyright 2010 The Studio for Piano
*/


/* GLOBALS */

html {
height: 100%;
}

body {
z-index: 0;
margin: 0;
padding: 0;
background-color: #F4F4F4;
height: 100%;
}

img {
border: 0;
}

a:link, a:visited {
color: #1F49B5;
text-decoration: none;
}

a:hover {
color: #600;
text-decoration: none;
}

blockquote {
margin: 0;
padding: 0;
}


/* PRESENTATION */

body {
font-family: Verdana, Geneva, sans-serif;
color: #000;
font-size: 14px;
line-height: 18px;
}

.textOff {
margin-left: -9999px;
}

.hideMe {
display: none;
}

h1 {
font-size: 24px;
line-height: 36px;
font-weight: normal;
}

#studioTitle {
margin-left: auto;
margin-right: auto;
background: transparent url('/images/studio_title.png') no-repeat 0 0;
width: 373px;
height: 65px;
}

.copyright {
clear: both;
color: #666;
font-size: 10px;
line-height: 16px;
text-align: center;
}

.quoteTop {
font-size: 12px;
line-height: 18px;
text-align: center;
}


/* POSITIONING */

.clear {
clear: both;
}

#wrapper0 {
margin-left: auto;
margin-right: auto;
min-height: 100%;
background: transparent url('/images/body_tile.png') repeat-y top center;
padding: 0;
width: 960px;
z-index: 5;
}

#wrapper {
background: transparent url('/images/body_back.png') no-repeat 0 0;
padding: 0;
width: 960px;
min-height: 600px;
vertical-align: top;
z-index: 10;
}

#wrapper2 {
vertical-align: top;
padding: 10px 80px 40px 80px;
}

.floatR {
float: right;
padding: 20px 0px 20px 20px;
}


/* NAVIGATION */

#navbar {
background: transparent url('/images/staff.png') no-repeat 0 0;
width: 800px;
height: 80px;
margin: 0;
padding: 0;
padding-top: 30px;
vertical-align: top;
font-family: Verdana, Geneva, sans-serif;
color: #600;
font-size: 12px;
line-height: 20px;
font-weight: bold;
}

ul#nav1 {
margin: 0 auto;
padding: 0;
border: 0;
width: 700px;
height: 20px;
list-style: none;
}

ul#nav1 li {
display: block;
float: left;
text-align: center;
background: transparent url('/images/note2.png') no-repeat 129px 0;
width: 140px;
height: 20px;
}

ul#nav1 li.last {
background: none;
}

a.navOn:link, a.navOn:visited {
color: #600;
text-decoration: none;
}
