body {
  background-color: #fff;
  color: #333; 
}

body, p, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: small;
  text-align: justify;
}

h1 {
  font-size: x-large;
}
h2 {
  font-size: medium;
  border-bottom: 1px solid #d1dbdb;
}
h3 {
  font-size: small;
}

#wrapper {
  width: 744px;
  margin: 20px auto;
  padding: 10px;
  background-color: #fff;
}

#header {
  position:relative;
  height: 200px;
  text-align: right;
  border: 2px solid #abbebe;
  background-image: url('../images/baner2a.jpg');
  background-repeat: no-repeat;
  margin-bottom: 5px;
}

#header h1 {
  margin-right: 0.5em;
}

#header #advert {
  position:absolute;
  left:30px;
  bottom:35px;
}

a img { border:0 }
img { border:0 }

#page_wrapper {
  background-image: url('../images/faux1.gif');
  background-repeat: repeat-y;
  overflow: auto;
  width: 100%;
}

#sidemenu {
  width: 140px;
  display: inline;
  float: left;
  vertical-align: top;
  padding: 1em 0;
/*  border: 2px solid white;*/
/*  background-color: #ccc;*/
}

#page_content {
  width: 560px;
  position: relative;
  display: inline;
  float: right;
  padding: 0 1em;
/*  border: 2px solid white;*/
/*  background-color: #ccc;*/
}

#footer {
  width: 740px;
  clear: both;
  font-size: xx-small;
  text-align: center;
  margin-top: 5px;
  border: 2px solid #abbebe;
  background-color: #abbebe;
}

#valid_icons {
  text-align: center;
  margin-top: 5px;
}

#sidemenu ul {
  list-style-type: none;
  margin: 0;
  padding-top: 0.5em;
  padding-left: 1em;
}

#sidemenu li {
  padding-bottom: 0.5em;  
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

a {
  color: #147;
  text-decoration: none;
}
a:link,
a:visited {
  color: #666; 
  text-decoration: none;
}
a:hover,
a:active {
  color: blue;
  text-decoration: none;
}

/* EOF */
