/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    SET UP
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
/* mac hide\*/
html, body
{
    height: 100%;
}
/* end hide */

body
{
    padding: 0;
    margin: 0;
    text-align: center;
    min-width: 780px; /* for mozilla*/
    background-color: #000000;
    background-attachment: fixed;
    font-size: 80%;
    font-family: tahoma;
}

A, A:Active, A:Visited
{
    color:Blue;
    text-decoration:underline;
}

A:Hover
{
    color:Blue;
    text-decoration:none;
}

#outer
{
    height: 699px;
    min-height: 699px;
    max-height: 699px;
    width: 780px;
    background-position:0px 115px;
    background-repeat:no-repeat;
    background-image: url(../images/background.gif);
    background-color: #ffffff;
    text-align: left;
    margin: auto;
    position: relative;
}

html > body #outer
{
    height: auto;
}

#clearfooter
{
    width: 100%;
    height: 36px;
    clear: both;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    HEADER
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#header
{
    position: absolute;
    top: 0;
    left: 0px;
    width: 780px;
    height: 115px;
    overflow: hidden;
    background-color: black;
    z-index: 100;
}

#musicology
{
    position: absolute;
    top:20px;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    MENU
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#menu img
{
    position: absolute;
    top: 65px;
    border: none;
}

#concerts
{
    left: 260px;
}
#media
{
    left: 359px;
}
#gallery
{
    left: 432px;
}

#aboutus
{
    left: 519px;
}
#contactus
{
    left: 619px;
}
#home
{
    left: 734px;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    Center Content
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#centrecontent
{
    position:absolute;
    margin-top: 185px;
    margin-left: 230px;
    width:545px;
    height:508px;
    overflow-y:auto;
    overflow-x:hidden;
 
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    LEFT
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#left
{
    position: relative; /*ie needs this to show float */
    float: left;
    width: 340px;
    margin-bottom: 0px; /* needed to make room for footer */
    text-align:justify;
}

#leftfull
{
    position: relative; /*ie needs this to show float */
    float: left;
    width: 500px;
    margin-bottom: 0px; /* needed to make room for footer */
    text-align:justify;
}
/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
   RIGHT
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#right
{
    position: relative; /*ie needs this to show float */
    float: right;
    width: 150px;
    height:100%;
    margin-right:5px;
    padding-bottom: 0px; /* needed to make room for footer */ /*border: solid 1px black*/
    
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
   FOOTER
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#footer
{
    position: relative;
    margin: auto;
    width: 780px;
    height: 0px;
    bottom: 0px;
    padding-bottom: 30px;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
   GENERAL STYLING
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#aboutus TD
{
    padding-bottom:50px;
    padding-right:20px;
}

.small
{
    font-size:7pt;
    text-align:left;
}