html
{
    height: 100%;
}
body 
{	
    background-position:left;
    background-repeat:no-repeat;
    background-attachment: fixed;
    background-color: #ffffff;
    width:100%;
    height:100%;
    font-family:"Lucida Sans Unicode";
    z-index:2;
}
body.home
{   
    background-image:url(Palm_tree_Las_Terrenas.jpg);
}
body.faq
{
    background-image:url(Strings_and_Trees.jpg);
}
body.resume
{
    background-image:url(Boca_Raton_Harbor.jpg);
}
body.testimonials
{
    background-image:url(Decorative_Violin_and_Mizner_Park.jpg);
}
body.lessonpolicies
{
    background-image:url(Palm_tree_Las_Terrenas.jpg);
}

body.suggestedlistening
{
    background-image:url(Strings_and_Trees.jpg);  
}
body.misc
{
    background-image:url(Boca_Raton_Harbor.jpg);
}
img
{
    border-width: 0px;
}
table
{
    text-align:center;
    width:100%;
}
a.noUnderline
{
    text-decoration:none;
    color:Black;
}
div.corner
{
    float:left;
    position:absolute;
    width:18%;
}
.header
{
   
    position:static;
    left:0px;
}
.underheader
{
    
    position:absolute;
    left:160px;
    /*top:231px;*/
    top:260px;
    font-family:"century gothic","Arial";
    font-weight:900;
    font-size:2.25em;
}
.underheader2
{
    
    position:absolute;
    left:200px;
    /*top:272px;*/
    top:301px;  /*Internet Explorer can go die in a fire*/
    font-family:"century gothic","Arial";
    font-weight:900;
    font-size:1.5em;
    float:right;
    width:700px;
}
.vertical
{
    
    position:absolute;
    left:133px;
    top:100px;
    float:right;
    width:auto;
}
.side_content
{
    position:absolute;
    left:0px;
    top:250px;
}
.side_thing
{
    position:static;
    left:0px;
}
.side_text
{
    width:120px;
    text-align:right;
}   
div.main
{
    text-align:justify;
    font-family:"Lucida Sans Unicode";
    font-size:1em;
    width:700px;
    height:100%;
    position:absolute;
    left:150px;
    top:375px;
}
.centerBigger
{
    text-align:center;
    font-weight:bold;
    font-size:150%;
}
.centerSlightlyBigger
{
    text-align:center;
    font-size:125%;
    font-weight:bold;
}
.phoneNumber
{
    position:fixed;
    top:0px;
    right:30px;
    font-size:small;
    font-weight:bold;
    text-align:right;
    z-index:2;
    background-image:url(phone_number_background.png);
    background-repeat:no-repeat;
}
.left
{
    text-align:left;
}
.right
{
    text-align:right;
}
.picture
{
    float:right;
    width:auto;
}
a
{
    color:Black;
}
object
{
    position:absolute;
}