﻿html, body, .form
{
   margin: 0;
   padding: 0;
   height: 100%;
   font-family:Arial;
   font-size:10pt;
   color:#ffffff;
}

body
{
   background: #E5E2E2 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: 0px solid white;
   overflow: hidden;
}
#container
{
   border: 0px solid yellow;
   margin: 20px 0px 50px 0px; /*modified this based on template*/
   width: 1000px;
   height: 517px;
}

#left{
  margin-left:40px;
  float:left;
  width:450px;
  height:550px;
  max-height:544px;
  overflow-x:hidden;
  overflow-y:auto;
  border: 0px solid black;
 }

#right{
  float:left;
  margin-top:120px;
  width:360px;
  height:380px;
  max-height:500px;
  border: 0px solid black;
 
}

#nav {
  margin:145px 0 0 0px; /*position site nav */
}

#copyright
{
   border: 0px solid black;
   position: absolute;
   width: 100px;
   text-align: right;
   height: 20px;
   margin: -50px 0 0 880px;
}

#copyright img
{
   margin-right: 15px;
}

.twitter{position:relative; right:-38px; top:-80px;}
