﻿html, body, .form
{
   margin: 0;
   padding: 0;
   height: 100%;
   font-family:Arial;
   font-size:10pt;
}

body
{
   background: #ffffff 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 30px; /*modified this based on template*/
   width: 926px;
   height: 517px;
}

#left{
  float:left;
  width:265px;
  height:517px;
  max-height:364px;
  overflow-x:hidden;
  overflow-y:auto;
  /*border: 1px solid red;*/
 
}

#nav {
  margin:0px 0 0 0px; /*position site nav */
}

#content {
  float:left;
  width:280px;
  max-height:517px;
  overflow-x:hidden;
  overflow-y:auto;
  
  margin-left:250px;
  border: 0px solid blue;
  
}

#copyright
{
   position: absolute;
   width: 1000px;
   text-align: right;
   height: 20px;
   margin: -50px 0 0 0;
}

#copyright img
{
margin-top:3px;
   margin-right: 16px;
}
