body
{
    margin: 20px;
}

#wrapper
{
    position: static;
    top: 0;
    left: auto;
    height: auto;
    margin: 0 auto;
/*
    padding-top: 80px;
    background: url(../images/logo_s.jpg) right 10px no-repeat;
*/
    background-image: none;
}

#header
{
    height: 80px;
/*
    text-align: right;
*/
    position: relative;
}

#header #amwap, #header #lab
{
    position: absolute;
    top: 0;
}

#header #amwap
{
    right: 0;
}

#header #lab
{
    left: 0;
}

code, div.code, dl.code dd
{
    font-family: Monaco, 'Andale Mono', 'Courier New', Courier, monospace;
    font-size: 12px;
    color: #000;
}

div.code, dl.code dd
{
    background-color: #dcdcdc;
    padding: 2px 5px;
}

div.code
{
    white-space: pre;
}

dl.code
{
    padding: 0;
    margin: 0;
}

dl.code dt
{
    margin-top: 10px;
}

dl.code dd
{
    margin-left: 0;
}

div.code span.comment
{
    color: #999;
}

h1, h2, h3
{
    margin: auto;
    padding: 2px 10px;
    height: auto;
    background: #fc3 url(../lab/shared/h_bkgd.gif) repeat-x;
}

h1
{
    font-size: 140%;
    text-align: center;
}

h2
{
    font-size: 120%;
    margin-top: 20px;
}

h3
{
    font-size: 100%;
    margin-top: 10px;
}

ul.menu, ul.menu ul
{
    list-style: none;
    margin: 0;
    margin-top: 10px;
    padding: 0;
}

ul.menu ul
{
    margin-top: 0;
}

ul.menu li
{
    padding: 5px;
    padding-left: 15px;
    background-position: left 50%;
    background-repeat: no-repeat;
}

ul.menu a
{
    padding: 5px;
    border: dotted 1px #fff;
}

ul.menu ul li
{
    padding-left: 15px;
}

ul.menu ul a
{
    padding-left: 30px;
}

ul.menu a:hover
{
    text-decoration: none;
    background-color: #ffe3ca;
    border-top-color: #f93;
    border-bottom-color: #f93;
}

.centre
{
    text-align: center;
}

a[rel="external"]
{
    padding-right: 20px;
    background: url(../images/external.gif) right no-repeat;
}
