﻿/* Style sheet for the master page */
a:link
{
    color: #000193;
    text-decoration: none;    
}
a:visited
{
    color: #000193;
    text-decoration: none;
}
a:hover
{
    text-decoration: none;
    color: #000193;
}
a:active
{
    text-decoration: none;
    color: #000193;
}

body
{
    background-color:#d1d1d1;
    color:black;
}

.redBar
{
    width:800px;
    height:7px;
    background-image: url(images/redBar.jpg);    
}

.pianoThanhBanner
{
   height:267px;
   width:800px;
   background-image: url(images/fullSizePianoThanh.jpg); 
}

.contentHolder
{
    width:800px;
    padding:10px;
    background-color:#c2c2c2;
}

.footer
{
    width:800px;
    height:55px;
    background-color:#343434;
    font-size:12px;
    padding:8px;
}

/* CSS for the rest of the pages */

.leftGrayBox
{
    width:250px;
    height:325px;
    background-color:#a2a2a2;
    text-align:left;
    padding:15px;
    background-image: url(images/leftBar.jpg);
    background-repeat:no-repeat;
}

.rightBodyContent
{
    width:550;
    text-align:left;
    vertical-align:top;
    padding:20px;
}

.bodyTitle
{
    font-size:20px;
    font-weight:bold;
    font-family:Myriad Pro Light;
}

.bodyText
{
    text-indent:30px;
    font-size:11px;
    font-family:Verdana;
}