/*
 * $Id: activity.css,v 1.25 2003/10/15 15:40:19 brian Exp $
 * CSS selectors for the activity select page
 */

#navigation
{    width: 397px;
    height: 144px;
}

#content
{    top: 157px;
    width: 679px;
}

#hint
{    width: 114px;
    height: 47px;
}

#links
{    left: 199px;
}

#container
{    position: relative;
    height: 307px;
    z-index: 6;
}

#header, #buttonContainer, #buttonArea
{    position: absolute;
}

#container, #header
{    left: 0px;
    top: 0px;
    width: 501px;
}

#header
{    height: 92px;
}

#buttonContainer
{    left: 0px;
    top: 92px;
    width: 500px;
    height: 221px;
}

#buttonArea, .buttons
{    width: 394px;
}

#buttonArea
{    left: 45px;
    top: 24px;
    height: 149px;
    z-index: 7;
}

.buttons
{    position: relative;
    left: 0px;
    top: 0px;    
    height: 39px;
    margin-bottom: 19px;
}

.notes
{    position: absolute;
    left: 320px;
    top: 0px;    
    width: 120px;
    height: 46px;
}

p#notice
{    margin-top: 35px;
}

