table.HomePage
{
    width: 930px;
}

table.HomePage tr td.MainImage
{
    background-color: White;
    background-image: url('../../Images/HomePage/RotatingImageBlank.png');
    background-repeat: no-repeat;
    height: 346px;
    width: 930px;
}

table.HomePage tr td.BoundingBoxHomePageText
{
    background-image: url('../../Images/HomePage/BoundingBoxText.png');
    background-repeat: no-repeat;
    line-height: 150%;
    width: 608px;
}

ul#QuickLinks
{
    list-style: none;
    background-image: url('../../Images/HomePage/RockschoolQuickLinksTwo.png');
    background-position: 0 0;
    position: relative;
    width: 298px;
    height: 330px;
    margin: 0;
    padding: 0;
    display: block;
}

ul#QuickLinks li
{
    height: 68px;
    position: absolute;
    width: 284px;
}

ul#QuickLinks li a
{
    display: block;
    height: 100%;
}

#GuitarSyllabus
{
    top: 23px;
    left: 7px;
}

#BassSyllabus
{
    top: 100px;
    left: 7px;
}

#DrumsSyllabus
{
    top: 178px;
    left: 7px;
}

#ExamDates
{
    top: 255px;
    left: 7px;
}

/* Quick Links. */
ul#QuickLinks li a:hover
{
    background: url('../../Images/HomePage/RockschoolQuickLinksTwo.png') no-repeat 0 0;
    height: 68px;
    width: 290px;
    position: relative;
}

ul#QuickLinks li#GuitarSyllabus a:hover, 
ul#QuickLinks li#GuitarSyllabus a:active
{
    background-position: -305px -24px;
}

ul#QuickLinks li#BassSyllabus a:hover, 
ul#QuickLinks li#BassSyllabus a:active
{
    background-position: -305px -101px;
}

ul#QuickLinks li#DrumsSyllabus a:hover, 
ul#QuickLinks li#DrumsSyllabus a:active
{
    background-position: -305px -179px;
}

ul#QuickLinks li#ExamDates a:hover, 
ul#QuickLinks li#ExamDates a:active
{
    background-position: -305px -256px;
}