@charset "UTF-8";
/* CSS Document */


html
{
  margin:         0;
  padding:        0;
  height:         100%;
  overflow-x:     hidden;
}

body
{
  margin:         0;
  padding:        0;
  height:         100%;

}



body.wide-screen
{

  margin:         0 0 0 48px;

}


*
{
  line-height:   18px;
  font-family:   'courier new','courier';
  font-weight:   normal;
  outline:       none;
  font-size:     13px;
}

a
{
  color:           #333;
  text-decoration: none;
}

a#nav-home
{
  display:         block;
  padding:         18px 0 18px 0;
  margin:          0 24px 0 24px;
  color:           #000;
  font-weight:     bold;
  opacity:         1;
}
