* /*Set's border, padding and margin to 0 for all values*/
{
  padding:0;
  margin:0;
  border:0;
}

body, html {
  color:#000; 
  font-family:Verdana, Arial, Tahoma, sans-serif;
  background-color:#E0EEEE;
  text-align:center; /*** Centers the design in old IE versions ***/
  height:100%;
}

body
{
  font-size:0.8em;
  line-height:1.5em;
}

a
{
  color:#2B363A;
  text-decoration:none;
}

a:hover
{
  text-decoration:underline;
}

#Raw
{
  width:855px;
  margin:50px auto 20px auto;
  text-align:left;
  background-color:#FFF;
}

#Top
{
  height:2px;
  line-height:2px;
  font-size:2px;
  max-height:2px;
  background-image:url(BackTopHome.png);
  background-repeat:no-repeat;
}

#Main
{
  width:100%;
  background-image:url(BackMainHome.png);
  background-repeat:repeat-y;  
}

#Bottom
{
  height:2px;
  margin-top:-1px;
  background-image:url(BackBottomHome.png);
  background-repeat:no-repeat;
}

#LeftBox
{
  width:250px;
  margin:0 1px 0 1px;
  margin-bottom:1px;
  float:left;
}

#LeftBox p
{
  font-size:1.5em;
  line-height:1.6em;
  background-color:#2B363A;
  padding:30px 30px;
  color:#FFF;
  font-weight:100;
}

#LeftBox ul
{
  list-style:none;
}

#LeftBox ul a
{
  display:block;
  text-align:left;
  padding:0.3em 1em 0.3em 4.0em;
}

#LeftBox ul a:hover
{
  text-decoration:underline;
}

#RightBox
{
  width:600px;
  margin:0 0 1px 0;
  float:left;
}

#RightBox img
{
  display:block;
}

#FooterBox
{
  font-size:0.9em;
  margin:0 2px 0 2px;
  color:#FFF;
  background-color:#EE7600;
  text-align:center;
  clear:both;
}

#FooterBox p
{
  padding:5px;
}


#FooterBox p a
{
  color:#FFF;
}

#Counter
{
  width:853px;
  margin:0 auto 20px auto;
  clear:both;
}

#Counter p.Left
{
  width:240px;
  float:left;
  text-align:right;
}

#Counter p.Right
{
  width:600px;
  float:right;
  font-size:1.4em;
  line-height:1.8em;
  font-weight:bold;
  text-align:left;
}

#FooterBox1
{
  font-size:0.9em;
  margin:0 2px 1px 2px;
  color:#FFF;
  background-color:#B0171F;
  clear:both;
}

