html, body
{
    height: 100%;
    margin: 0px 0px 0px 0px;
    font-family: Arial, Verdana, Sans-Serif;
    background-color: #FFFAE1;
}

img {border:0px;}

a { border: 0px;}
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:active {text-decoration: none;}
a:hover { text-decoration: underline;}  
  
  
DIV#Container
{
  position: relative;
  width: 980px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  background-color: #FFF0CD;
}

/*
DIV#TEST
{
  position:absolute;
  width: 980px;
  height: 450px;
  top:50%;
  left:50%;
  margin-left:-490px;
  margin-top :-300px;
  padding: 0px;
  background-color: #FFF0CD;
}
*/

DIV#Logo
{
  width:980px;
  height:150px;
}

DIV#Menu 
{
  float: left;
  width: 235px;
  height: 415px;
  font-size: 13px;
}

DIV#Menu > a{ position:absolute; color: #783C00;}
DIV#Menu > a:hover
{
  color: #FFA448;
}
/*
DIV#Menu > a:visited{color: #FF9933;}
DIV#Menu > a:active{color: #FF9933;}
Span.MenuItem{ font-weight:bold; font-style:italic; line-height:13px;}
Span.MenuDesc{ font-family:Verdana; font-size:11px; font-style:italic; line-height:10px;}
*/

DIV#PageLabel
{
  float: left;
  width: 25px;
  height: 275px;
  margin-top: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  color: #FFF0CD;
  background-color: #B45A2D;
}

DIV#Details
{
  float: left;
  width: 690px;
  height: auto;
  margin-left: 15px;
  margin-top: 25px;
}

DIV#Footer
{
  clear: both;
  width: 980px;
  height: 20px;
  font-family: Verdana;
  font-size: 9px;
  text-align: center;
  color: #CF7923;
  line-height: 20px;
  background-color: #E6AA6E;
}


