﻿/* MAIN */

body
{
    color: #FFFFFF;
    font-family: 'Tahoma';
    font-size: 10pt;
    font-weight: 500;
    margin-top: 0px;
    background-color: #000000;
}


A:LINK, A:VISITED, A:ACTIVE
{
    color: #990000; /* Set text-decoration to none to remove underline;*/
}

A:HOVER /* Sets color for menu bar and site hovering links.*/
{
    cursor: auto; /* Setting it to crosshair would replace the hover hand with an x */
    color: #440000;
}



/* MASTER PAGE*/

#Table1
{
    border-left: thin solid #000000;
    border-right: thin solid #000000;
    border-top: thin solid #000000;
    width: 750px;
    height: 229px;
    background-position: center center;
    background-image: url('http://www.pieeyedpete.com/images/Banner.jpg');
    background-repeat: no-repeat;
}

#TD11
{
    width: 750px;
    height: 159px;
}

#TD12
{
    width: 750px;
    height: 70px;
    padding-left: 180px;
}



#Table2
{
    border-left: thin solid #000000;
    border-right: thin solid #000000;
    border-bottom: thin solid #000000;
    width: 750px;
    height: 420px;
}

#TD21
{
    width: 750px;
    height: 420px;
}


#Table3
{
    width: 750px;
    height: 50px;
    background-position: center center;
}

#TD31
{
    width: 750px;
    height: 50px;
}


/* CONTENT TABLES FOR EACH PAGE*/

#DivAbout
{
    width: 750px;
    height: 420px;
    background-image: url('http://www.pieeyedpete.com/images/BG_PieLive.jpg');
    background-position: center center;
    background-repeat: no-repeat;
}

#DivNews
{
    width: 750px;
    height: 420px;
    background-image: url('http://www.pieeyedpete.com/images/BG_News.jpg');
    background-position: center center;
    background-repeat: no-repeat;
}

#DivMusic
{
    width: 750px;
    height: 420px;
    background-position: center center;
    background-repeat: no-repeat;
}

#DivShows
{
    width: 750px;
    height: 420px;
    background-image: url('http://www.pieeyedpete.com/images/BG_Shows.jpg');
    background-position: center center;
    background-repeat: no-repeat;
}

#DivLinks
{
    width: 750px;
    height: 420px;
    background-image: url('http://www.pieeyedpete.com/images/BG_Links.jpg');
    background-position: center center;
    background-repeat: no-repeat;
}

#DivContact
{
    width: 750px;
    height: 420px;
    background-image: url('http://www.pieeyedpete.com/images/BG_Contact.jpg');
    background-position: center center;
    background-repeat: no-repeat;
}


/* MUSIC*/


