/*
 * $Id: level.css,v 1.24 2003/09/19 17:43:04 brian Exp $
 * CSS selectors for the level select page
 */

#content
{    top: 123px;
    width: 690px;
}

#hint
{    width: 154px;
    height: 48px;
}

#links
{    left: 154px;
}

#links, .rows
{    width: 543px;
}

.rows
{    position: relative;
    margin-bottom: 15px;
}

.rows, .column0
{    left: 0px;
    top: 0px;
}

.rows, .column0, .column1, .column2
{    height: 210px;
}

.column0, .column1, .column2
{ position: absolute;
    width: 149px;
}

.column1
{    left: 197px;
}

.column2
{    left: 394px;
}

p#notice a#welcome
{    font-weight: bolder
}
