﻿body
{
    font-family: Arial, Helvetica, sans-serif;
    color: #E58C36;
    background-color:#909090;
    background-image: url('../images/gradientsilver.gif');
    background-position: 50% top;
    background-repeat: repeat-x;

/*
    background-color:#EFB97F;
    background-image: url('../images/gradientbrown.gif');
    background-position: 50% top;
    background-repeat: repeat-x;
 */   
}

a:visited { color: #E58C36; }
a:hover{ color: #909090; }
a:link { color: #E58C36; }


#container
{
    margin: 0 auto;
    width: 900px;
    background-color:#101010;
    display: table;
    padding-left: 20px;
    padding-right: 20px;
}

#header
{
    padding: 10px;
    height: 200px;
    overflow: auto;
    clip: auto;
}

#header_left {
    float:left;
}

#header_right {
    float: right;
    text-align: right;
    padding-top: 80px;
}

#header_right p {
    vertical-align: bottom;
    font-size: small;
    
}
#header_right h1
{
    vertical-align: bottom;
    font-size: medium;
    font-weight: normal;
}

#header_right a:visited { color: #96693E; font-size: small; }
#header_right a:hover{ color: #909090; font-size: small; }
#header_right a:link { color: #96693E; font-size: small; }


#left_column
{
    float: left;
    width: 150px;
    padding: 10px;
  
}
#left_column h1
{
    font-size: medium;
    font-weight: normal;
}

#right_column
{
    float: left;
    background-position: left;
    background-image: url(  '../images/vbar-dark.jpg' );
    background-repeat: repeat-y;
    padding: 15px;
    text-align: center;
}

#right_column p
{
    font-size: small;
    font-weight: normal;
}

#page_content {
    text-align:center;
    padding: 10px;
}

#footer {
    padding: 10px;
    clear: left;
}
#footer p {
    font-size: x-small;
    text-align: center;
}

.largeImageLandscape IMG 
{
    background-image:url('../images/dropshadow800.png');
    background-repeat:no-repeat;
    border-style: none;
    width:804;
    height:537;
    padding: 0px 26px 23px 0px;
}

.largeImagePortrait IMG 
{
    background-image:url('../images/dropshadow800portrait.png');
    background-repeat:no-repeat;
    border-style: none;
    width:537;
    height:804;
    padding: 0px 26px 23px 0px;
}

.ThumbnailTable
{ 
    margin-left: 40px;
    margin-right: auto;
    text-align: center;
}


.CurrentMenu
{
    font-weight: bold;
    font-size: medium;
    color: #339966;
    font-variant: small-caps;
}
