html, body, .form
{
   margin: 0;
   padding: 0;
   height: 100%;
   font-family:Times New Roman;
   font-size:10pt;
   color:#ffffff;
}

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:350px;
  height:180px;
  max-height:180px;
  overflow-x:hidden;
  overflow-y:auto;
  /* border: 1px solid red; */
 
}

#nav {
  margin: 0px 0 0 0px; /*position site nav */
}

#content {
  float:left;
  width:525px;
  max-height:517px;
  overflow-x:hidden;
  overflow-y:auto;
  /* border: 1px solid blue; */
  clear:both;
}

#content2 {
    margin-left:150px;
}

#copyright
{
   position: absolute;
   width: 1000px;
   text-align: right;
   height: 20px;
   margin: -50px 0 0 0;
}

#copyright img
{
   margin-top:5px;
   margin-right: 10px;
}

.link a { color:#ffffff;font-size:14px;}