/* Site-specific page formatting */

    /* Colors */
    body {
        color:rgb(193,239,255); /* Light Blue */
        background-color:black;
	scrollbar-base-color:#369;
        font-family:'Maiandra GD', Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
    }

    .logo {
	  border-color:black;
    }


    #main {
        border-style:dotted;
        border-width:1px;
        border-color:rgb(0,191,255);   /* Med Blue */
        background-color:black;
    }


    #copyright {
        color:rgb(234,230,159); /* Pale Gold */
    }

    #pagename {
        color:rgb(0,191,255);   /* Med Blue */
    }
    #navigation {
        color:rgb(0,191,255);   /* Med Blue */
    }

    /* Image Classes */
    .thumbnail {
        border-style:dotted;
        border-width:1px;
        border-color:rgb(234,230,159); /* Pale Gold */
    }

    .vkimage {
        border-style:dotted;
        border-color:rgb(234,230,159); /* Pale Gold */
        border-width:1px;
    }
    .gallerycaption {
        color:rgb(234,230,159); /* Pale Gold */
    }

    /* Text */
    .text, p {
        color:rgb(193,239,255); /* Light Blue */
	margin-top:0px;
	margin-bottom:0px;
    }

    b {
	color:rgb(234,230,159); /* Pale Gold */
	text-transform:uppercase;
	font-weight:normal;
    }

    i {
	color:rgb(254,115,72); /* Orange-Pink */
	font-style:normal;
	font-size:16px;
    }
	

    H1,H2,H3,H4 {
        color:rgb(234,230,159); /* Pale Gold */
    }

    /* Links for menu structure */

    a:link, a:visited, a:active {
	color: rgb(0,191,255);   /* Med Blue */
	text-decoration: none
	} 

    a:hover {
	color:rgb(234,230,159); /* Pale Gold */
	text-decoration: none
    }

    /* Current link highlight */
    A.current, A.current:Link, A.current:visited, A.current:active,  A.current:hover {
	color: black;
        background-color: rgb(234,230,159); /* Pale Gold */
    }

    A.disabled:hover {
	color:rgb(0,191,255);   /* Med Blue */
    }

    /* Links in text */

    .text A {font-size:16px;}
	
    /* Tables on Prices pages */
    .purchase_table {
        border-color:rgb(234,230,159); /* Pale Gold */
        border-style:dotted;
        border-width:1px;
    }

    /* Tables in sections (i.e News and Events) */
    .sectiontable {
        color:rgb(193,239,255); /* Light Blue */
        border-color:rgb(234,230,159); /* Pale Gold */
        border-style:dotted;
        border-width:1px;
    }

    .sectiontable TD {
        border-color:rgb(234,230,159); /* Pale Gold */
	border-style:dotted;
	border-width:1px;
    }

    .themelist {
	margin-left:120px;
    }
	
