﻿html, body, .form
{
   margin: 0;
   padding: 0;
   height: 100%;
   font-family:Arial Narrow;
   font-size:10pt;
   color:#000000;
}

body
{
   background: #FBF9ED url(../images/html_bg.jpg) no-repeat center center;
   text-align: center;
   min-width: 1000px;
   min-height: 570px;
}

#vertical
{
   float: left;
   height: 50%;
   margin-top: -285px; /* half vertical height*/
   width: 100%;
}

#hoz
{
   width: 1000px;
   margin-left: auto;
   margin-right: auto;
   height: 570px;
   overflow: auto; /* allow content to scroll inside element */
   text-align: left;
   clear: both;
   /*border: 1px solid black;*/
   overflow: hidden;
}
#container
{
   /*border: 1px solid yellow;*/
   margin: 20px 50px 50px 25px; /*modified this based on template*/
   width: 926px;
   height: 517px;
}

#left{
  float:left;
  width:220px;
  height:544px;
  max-height:544px;
  overflow-x:hidden;
  overflow-y:auto;
  /*border: 1px solid red;*/
 
}

#nav {
 clear:left;
  margin:15px 0 0 10px; /*position site nav */
}

#content {
  float:left;
  width:700px;
  max-height:544px;
  overflow-x:hidden;
  overflow-y:auto;
  /*border: 1px solid blue;*/
  
}

#copyright
{
   position: absolute;
   width: 1000px;
   text-align: left;
   
   margin: -50px 0 0 0;
}

#copyright img
{
   margin-left: 10px;
}
