﻿* html
{
    margin:0;
    padding:0;
}
html
{
    margin:0;
    padding:0;
}
body 
{
    font-family:"Baskerville BT", Baskerville, Georgia, Serif;
    background:#000000;
    margin:0;
    padding:0;
}
#pagediv
{
    /*background-repeat:no-repeat;
    background-attachment:fixed;
    background-position:top center;
    width:1368px;
    position:relative;
    left:50%;
    margin:0 0 0 -684px;*/
    /*padding:6px;*/
}
#header 
{
    text-align:center;
    width:490px;
}
#header h1, #header h2
{
    margin:0;
    padding:0;
    display:none;
}
#header img
{
    border:0;
}
#navigation
{
    margin:10px 0 0 0;
    padding:2px;
    text-align:center;
    width:490px;
}
#navigation a
{
    padding:2px 5px;
}
a, a:active, a:visited, a:hover
{
    color:#000000;
    text-decoration:none;
    font-weight:bold;
}
.transparent
{
    /*filter:alpha(opacity=70);*/ /* IE */
    /*-moz-opacity:.70;*/ /* Firefox */
    /*opacity:.70;*/
}