﻿html, body, .form
{
   margin: 0;
   padding: 0;
   height: 100%;
   font-family:Courier;
   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: 0px solid black;
   overflow: hidden;
}
#container
{
   border: 0px solid yellow;
   margin: 20px 50px 50px 0px; /*modified this based on template*/
   width: 940px;
   height: 517px;
}

#left{
  margin-left:50px;
  float:left;
  width:250px;
  height:220px;
  max-height:220px;
  overflow-x:hidden;
  overflow-y:hidden;
  border: 0px solid red;
 }

#right{
  float:left;
  margin-left:-145px;
  *margin-left:-165px;
  margin-top:225px;
  width:330px;
  height:250px;
  max-height:250px;
  /*overflow-x:hidden;*/
  /*overflow-y:auto;*/
  border: 0px solid yellow;
 
}

#nav {
  margin:80px 0 0 0px; /*position site nav */
}
/*
#content {
  margin: 0px 50px 50px 330px; 
  width:656px;
  max-height:544px;
  overflow-x:hidden;
  overflow-y:auto;
  border: 10px solid blue;
  
}*/

#copyright
{
   border: 0px solid yellow;
   position: absolute;
   width: 100px;
   text-align: right;
   height: 20px;
   margin: -75px 0 0 0;
}

#copyright img
{
   margin-right: 15px;
}

.twitter
{
	background-image:url(../images/twitter.png);
	background-repeat:no-repeat;
    float: left;
    height: 40px;
    /*left: 22px;*/
	left: 588px;
    position: relative;
    top: -142px;
    width: 32px;
}

.facebook
{
	background-image:url(../images/fb.png);
	background-repeat:no-repeat;
    float: left;
    height: 40px;
    left: 591px;
    position: relative;
    top: -142px;
    width: 36px;
}

.tumblr
{
	background-image: url("../images/blog.png");
    background-repeat: no-repeat;
    float: left;
    height: 36px;
    left: 594px;
    position: relative;
    top: -134px;
    width: 69px;
}

.button{float: left; height: 27px; width: 29px;}

.blogbutton{float: left; height: 23px; width: 43px;}
