* 
{
  outline:0;
}

html 
{
  background-color: #FFFFCC;
  overflow-y: scroll;
  font-size: 62.5%;
 
}

body 
{
  text-align: left;
  margin: 0;
  padding: 0;
}


body, select, input, textarea, table 
{
  font-family: arial, verdana, sans-serif;
  color: #333;
  font-size: 1.3em;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 
{
  padding: 0em;
  font-weight: normal;
  text-decoration: none;
  line-height: 1.4;
  color: #3b170b;
}
h1,
.modGallery h2,
.modGuestbook h2,
.modCatalog h2,
.modNewsList h2 
{
  text-transform: none;
  letter-spacing: 0.1em;
  font-size: 1.4em;
  margin: 1em 0em 0em 0em;
}


/*LAYOUT ------------------*/

#wrapper
{
  text-align: left;
  width: 536px;
  height: 500px;
  padding: 0em;
  margin: -214px 0 0 -278px;
  position: absolute;
  left: 50%;
  top: 40%;

}

#wrapper img
{
  border: 0px;

}


a,
a:link,
a:visited,
a:active
{
  color: #666;
  text-decoration: none;
  font-weight: normal;
}

a:hover
{
  text-decoration: none;
  color: #000;
}


