*
{
    margin: 0;
    padding: 0;
}

body
{
    font: 0.9em Verdana, Arial, Helvetica, sans-serif;
    background-color: #fff;
    color: #666;
    text-align: center;
}

#wrapper
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 740px;
    height: 536px;
    margin-top: -268px;
    margin-left: -370px;
    text-align: left;
    background: url(../images/bkgd.gif) center center no-repeat;
}

#logo
{
    position: absolute;
    top: 20px;
    left: 180px;
}

#navbar
{
    position: absolute;
    top: 120px;
    left: 30px;
    width: 140px;
    list-style: none;
    margin-left: 0;
    margin-top: 0;
}

#navbar li, #navbar img
{
    border: none 0;
}

#content
{
    position: absolute;
    top: 120px;
    left: 180px;
    height: 330px;
    width: 540px;
    overflow: auto;
    scrollbar-face-color: #fff;
    scrollbar-highlight-color: #fff;
    scrollbar-3dlight-color: #666;
    scrollbar-darkshadow-color: #666;
    scrollbar-shadow-color: #fff;
    scrollbar-arrow-color: #666;
    scrollbar-track-color: #ddd;
}

#content p:first-child
{
    margin-top: 5px;
}

#content p, #content li
{
    margin-right: 5px;
}

ol, ul, dl
{
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 2em;
}

p
{
    margin-top: 1em;
    margin-bottom: 1em;
}

h1
{
    background-repeat: no-repeat;
    height: 43px;
}

h2
{
    background-repeat: no-repeat;
    margin-bottom: -10px;
    height: 38px;
    font-size: 120%;
}

h1 span, h2 span
{
    display: none;
}
 
sup
{
    font-size: 70%;
    vertical-align: top;
}

a, a:link, a:visited, a:hover, a:active
{
    text-decoration: none;
    color: #d98000;
}

a:hover
{
    color: #f60;
    text-decoration: underline;
}

#copyright
{
    position: absolute;
    z-index: 20;
    bottom: 30px;
    left: 0;
    text-align: center;
    font-size: 80%;
    width: 100%;
}

#copyright p
{
    margin-top: 0;
    margin-bottom: 0;
}

img
{
    border: none 0;
}

.hr 
{ 
    border: none 0; 
    height: 4px; 
    background-image: url(../images/hr.png);
    background-repeat: no-repeat; 
    background-position: center; 
    clear: both;
}

.hr hr 
{ 
    display: none; 
}

#definition
{
    font-family: serif;
    font-size: 120%;
    margin: 0 0 20px 10px;
    border-left: solid 2px #999;
    padding-left: 10px;
}

.footnote
{
    font-size: 80%;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

form
{
    font-size: 90%;
}

div.row
{
    padding-top: 5px;
    clear: both;
}

div.left
{
    float: left;
    width: 100px;
    text-align: right;
}

div.right
{
    margin-left: 110px;
}

.gallery div
{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.gallery p
{
    margin: 0;
    text-align: center;
    font-size: 80%;
}

.gallery img
{
    border: solid 1px #000;
}

#sitelink
{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    border: solid 1px #000;
}

p.comment
{
    font-size: 80%;
    color: #999;
}

input, textarea, select
{
    font: 12px Verdana, Arial, Helvetica, sans-serif;
}

#author
{
    float: right;
    margin-left: 10px;
    border: solid 1px #666;
}

.hostdetails
{
    display: none;
}

#packages
{
    margin: 0;
    padding: 0;
    padding-left: 40px;
}

.defterm
{
    cursor: help;
    color: #f90;
    border-bottom: dashed 1px #f90;
}

.def
{
    display: none;
    position: relative;
}

.def div
{
    position: absolute;
    top: 0;
    left: 0;
    color: #333;
    background-color: #fec;
    font-size: 85%;
    border: solid 1px #000;
    width: 200px;
    padding: 5px;
    text-align: left;
}