﻿#header
{
  background-image: url(Images/MatrixHeaderLogo.png);
  background-repeat: no-repeat;
  height: 143px;
  width: 902px;
  font-size: 1px;
}

#county-logo
{
  background-image: url(Images/CountyLogo.png);
  height:100px;
  left:235px;
  position:absolute;
  top: 5px;
  width:240px;
}

#right
{
  position: absolute;
  left: 902px;
  top: 0px;
  background-image: url(Images/RightGradientFade.png);
  background-repeat:repeat-y;
  background-color:White;
  width: 355px;
  height: 1034px;
}

#menu
{
  height: 35px;
  width: 902px;
  margin-left:7px;
  padding-top: 117px;
  padding-left: 10px;
  clear: both;
}

#menu a
{
  color: White;
  padding: 0px 20px 0px 20px;
  text-decoration: none;
}

#menu a:hover
{
  text-decoration: underline;
}

.DynamicText /*user name label*/
{
  position: absolute;
  left: 620px;
  top: 3px;
  font-family: Arial;
  font-size: 19px;
  color:White;
  text-align: center;
  width: 250px;
  height: 50px;
}