body {
  padding: 0; 
  color: #000; 
  font: 11pt Arial, Helvetica, sans-serif; 
  text-align: center; 
  background: #fff url(images/bg.png);
  background-repeat: no-repeat;
  background-position: top center;
}

hr { 
   color: #eeefff;
   background-color: #eeefff;
   padding-top: 5px;
   border: 0;
   height: 1px;
}


/*
p { 
   font : 90%  Arial, Helvetica, sans-serif;
}

blockquote { 
   font : 90%  Arial, Helvetica, sans-serif;
}

ol { 
   list-style-type : decimal;
   font : 90%  Arial, Helvetica, sans-serif;
}

ul { 
   list-style-image : url('images/bullet.gif');
   font: 90%  Arial, Helvetica, sans-serif;
}
*/




#wrap {
  margin-left: auto;
  margin-right: auto;
  width: 775px;
  border: 1px solid #000000;
}

#header {
  width: 775px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
}

#header img { 
   border: 0px 
}

#footer { 
   font-size: .7em;
   text-align: center;
   float: bottom;
}

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

#content {
  font-size: 10pt;
  float: left;
  margin: 0 0 0 0;
}

#main {
  padding: 0px;
  float: left;
  margin-left: 12px;
  margin-right: auto;
  width: 540px;
  text-align: left;
}

#main .cookie {
}

#main .cookie a {
  color: #000;
  text-decoration: none;
}

#main .cookie h1 {
}

#main div.center { 
  text-align: center;
}

#main h1, #main h2 { 
  color: #333;
}

#main h1 { 
  font-size: 1.1em;
}

#main h2 { 
  font-size: 1em;
}

#sidebar {
   float: right;
   width: 185px;
   font-size: .9em;
   text-align: left;
}

#sidebar .tip {
   width: 80%;
}

#sidebar .menu { 
}

#sidebar .menu a { 
   color: #000;
   text-decorarion: none;
}


