﻿    
    body {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #000000;
    color:White;
    }
    
    #outmost
    {
        width:680px; 
        padding:1px 0px 0px 0px;
        background-image: url(images/bg.gif); 
        background-repeat:repeat;
        background-position:center;
    }
    
    #main
    {
        width:640px; 
        margin:20px 20px 20px 20px;
        padding:0px 0px 20px 0px;
        overflow:hidden;
        text-align:left;

    }

    .bartop{background-image: url(images/bar-top.gif); background-repeat:no-repeat; width:640px;height:20px;}
    .barbottom{background-image: url(images/bar-bottom.gif); background-repeat:no-repeat; width:640px;height:20px;}
    .container{background-color:Black;  padding: 0px 20px 0px 20px; overflow:auto; background-image: url(images/glossy.gif); background-position:right top; background-repeat:no-repeat;}
    .infobox{float:right; width:200px; height:200px; margin:5px 5px 5px 5px; padding:0px 0px 0px 20px; background-image: url(images/boundry.gif); background-position:left; background-repeat:no-repeat;}
    .navbar{font:12px Arial; background-color:Black; background-image: url(images/bar-bg.gif); background-repeat:repeat-x;height:40px; padding: 5px 5px 1px 5px;}
    .galleryimage{cursor:pointer;}


    hr {border-style:solid; border-color:#666666;}
    
    a:link {font: bold 11px; color: #FFFFFF; background-color: transparent;}
    a:visited {font: bold 11px; color: #FFFFFF; background-color: transparent;}
    a:hover {font: bold 11px; color: #ffde03; background-color: transparent;}
    a:active {font: bold 11px; color: #FFFFFF; background-color: transparent;}

