﻿/* site layout */
body       {background-image: url("../images/bg/site.jpg"); background-repeat: repeat-x repeat-y;}
.content   {position: relative; margin-left: auto; margin-right: auto;
            top: 1px; /* width: 1000px; */
            background-color: #ffffff;
            /* min-width: 500px; */
            border-top: darkgray 1px solid; border-left: darkgray 1px solid;
            border-bottom: dimgray 2px solid; border-right: dimgray 2px solid;
            padding-left: 2px; padding-right: 2px; padding-bottom: 20px;
            min-height: 500px; height: auto !important;}
.footer {position: relative; margin-left: auto; margin-right: auto;
         min-width: 500px; width: 1000px; height: 22px; color: #ffffff; background-color: #000000;
         padding-left: 2px; padding-right: 2px; 
         border-top: none; border-left: #000000 1px solid; 
         border-bottom: none; border-right: dimgray 2px solid;}
.footer table tr td {color: #ffffff; text-align: center; vertical-align: middle; 
                     font-family: Arial, Helvetica; font-size: 9pt; font-weight: normal;}
