body
{
   background: #040 url(/images/lay_bg.jpg) center;
   text-align: center;
   margin: 0px;
   font-family: verdana, helvetica, sans-serif;
   color: #354b0a;
   font-size: 12px;
}

p
{
   padding: 0px;
   margin: 0px 0px 10px 0px;
   line-height: 1.5em;
}

a
{
   color: #330033;
   text-decoration: none;
}

a:hover
{
   color: #003300;
   text-decoration: underline;
}

h1, h2, h3, h4
{
   margin: 0px;
   padding: 0px;
}

h2
{
   margin-bottom: 10px;
}

h3, h4
{
   font-style: italic;
}

hr
{
   color: #7aa71f;
   background-color: #7aa71f;
   height: 2px;
}

#container
{
   margin: 0px auto;
   text-align: left;
   width: 1000px;
   height: 100%;
   background: #fff url(/images/lay_center.jpg) repeat-y;
}

#header
{
   position: relative;
   display: block;
   width: 1000px;
   height: 179px;
   background: url(/images/lay_top_over.jpg) no-repeat;
}

#companyName span
{
   display: none;
}

#contentArea
{
   position: relative;
   display: block;
   width: 1000px;
   min-height: 225px;
   background: url(/images/lay_center.jpg) repeat-y;
}

#content
{
   padding-left: 135px;
   display: block;
   width: 770px;
}

#footer
{
   position: relative;
   display: block;
   width: 1000px;
   height: 104px;
   background: url(/images/lay_bottom.jpg) no-repeat;
}

#logo a
{
   position: absolute;
   top: 0px;
   left: 81px;
   display: block;
   width: 111px;
   height: 104px;
}

#logo span
{
   display: none;
}

#copyright
{
   position: absolute;
   top: 80px;
   right: 60px;
   display: block;
   width: 500px;
   height: 18px;
   font-size: 11px;
   color: #666;
   text-align: right;
}

#loginForm
{
   position: absolute;
   top: 0px;
   left: 625px;
   width: 300px;
}

#loginForm form
{
   position: relative;
}

#loginField
{
   position: absolute;
   top: 50px;
   left: 0px;
   border: solid 1px #333;
   width: 175px;
   height: 18px;
   background: transparent;
   font-size: 10px;
   color: #000;
   padding: 0px 5px 0px 5px;
}

#loginButton
{
   position: absolute;
   top: 0px;
   left: 180px;
   border: 0px;
   width: 80px;
   height: 70px;
   background: transparent;
   font-size: 10px;
   color: #fff;
}

.leftColumn
{
   width: 500px;
}

.rightColumn
{
   float: right;
   width: 265px;;
}
