a:link
{
    color: #660066;
    text-decoration: none;
}

a:active
{
    color: #000066;
    text-decoration: none;
}

a:visited
{
    color: #0000FF;
    text-decoration: none;
}

a:hover
{
    color: #660066;
    text-decoration: none;
}

body
{
    background-position: center top;
    background-color: #FFFFFF;
    background-image: url(imgs/back03.jpg);
    background-repeat: no-repeat;
    font-family: nyala, Cambria, 'Monotype Corsiva';
    color: #000066;
    font-weight: bold;
    background-attachment: fixed;
}


#container
{
    border-color: #666699;
    border-style: double;
    background-position: center top;
    width: 800px;
    text-align: justify;
    overflow: hidden;
    background-color: #FFFFFF;
}

#header
{
    background-color: #000000;
}

#box1
{
    font-family: nyala, Cambria, Monotype Corsiva;
    font-weight: normal;
    overflow: auto;
    color: #666699;
    text-align: left;
}

#box1 h1
{
    padding: 5px;
    font-weight: bold;
    font-size: 18px;
}

#box1 h2
{
    padding: 5px;
    font-weight: normal;
    font-size: 16px;
}

#list1
{
    width: 350px;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: center;
    font-weight: normal;
}
    
#box2
{
    font-family: nyala, Cambria, Monotype Corsiva;
    font-weight: normal;
    overflow: auto;
    float: left;
    color: #666699;
    text-align: center;
    width: 600px;
    height: 600px;
}

#box2 h1
{
    padding: 5px;
    font-weight: normal;
    font-size: 22px;
    text-align: center;
}

#box2 h2
{
    font-family: Arial, Helvetica, sans-serif;
    padding: 5px;
    font-weight: normal;
    font-size: 12px;
    text-align: left;
}

#directionsbox
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    overflow: auto;
    color: #666699;
    text-align: center;
    width: 300px;
    font-weight: normal;
    height: 400px;
}

#picturebox1
{
    float: left;
    width: 500px;
}

#picturebox2
{
    float: left;
    width: 200px;
}

#footer
{
    margin: 15px;
    width: 800px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #666699;
}
