*
{
    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;
    padding: 0;
    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: #fff;
}

#content p:first-child
{
    margin-top: 5px;
}

#content p
{
    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: #f93;
}

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
{
    width: 50%;
    margin: 5px auto;
    text-align: center;
}

#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
{
    clear: both;
}

div.left
{
    float: left;
    width: 100px;
    text-align: right;
    padding-top: 5px;
}

div.right
{
    margin-left: 110px;
    padding-top: 5px;
}

.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;
}

#sitemap
{
    position: absolute;
    z-index: 90;
    right: 30px;
    bottom: 30px;
    font-size: 80%;
}

.hostdetails
{
    display: none;
}

#packages
{
    margin: 0;
    padding: 0;
    padding-left: 40px;
}

hr#portfolio
{
    clear: both;
}
