div, p, a, h1, h2, h3, h4 {
  padding: 0;
  margin: 0;
}
body {
  background-image: url(../img/body-bkg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #048;
  font-family: corbel,verdana,arial,helvetica,sans-serif;
  font-size: 13px;
  font-size-adjust: 0.458;
}
a {
  color: #048;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #e08;
}
.cleaner {
  clear: both;
}
.selected {
  color: #e08;
}
ul {
  list-style: square;
  margin-bottom: 20px;
}
ul ul {
  list-style: disc;
  margin-bottom: 0px;
}
ul li {
  margin-bottom: 5px;
}

ol {
  padding: 0 0 0 25px;
  margin: 0 0 20px;
}

.magenta {
  color: #e08;
}
.red {
  color: red;
}
.white {
  color: #fff;
}
.center {
  text-align: center;
}
.aright {
  text-align: right;
}
.aleft {
  text-align: left;
}
.mb20 {
  margin-bottom: 10px;
}
.mt10b20 {
  margin-top: 10px;
  margin-bottom: 20px;
}
.mtb20 {
  margin: 20px 0;
}

a.imgright { float: right; margin: 0 0 10px 10px; }


/***** LAYOUT *******************************/
#holder {
  width: 770px;
  margin: 0 auto;
  border: 0px solid;
}

#user {
  float: left;
  font-size: 11px;
}
#user a {
  color: #e08;
  text-decoration: none;
}
#user a:hover {
  color: #048;
}

#lang {
  text-align: right;
  font-size: 11px;
  float: right;
}
#lang a {
  text-transform: uppercase;
  font-size: 11px;
}
#logo {
  margin: 15px 0 0; 
  height: 115px;
  text-align: center;
}

#footer {
  border-top: 1px solid #048;
  text-align: center;
  font-size: 11px;
  padding: 10px 0 0;
  width: 450px;
  margin: 0 auto;
}



/***** MENU **********/
#topmenu {
  background: #eee;
  padding: 4px;
}
#topmenu a {
  font-weight: bold;
  margin: 0 2px;
}
#submenu {
  margin-top: 1px;
  background: #eee;
  padding: 4px;
}
#submenu a {
  font-size: 1em;
}


/***** MAIN *************************/
#main {
  min-height: 250px;
  _height: 250px;
  padding: 20px 0;
}
#main div {
  line-height: 1.4em;
}
#main p {
  margin-bottom: 15px;
}
#main div {
  margin: 0 0 20px;
}
#main a {
  font-weight: bold;
  color: #048;
  text-decoration: underline;
}
#main a:hover {
  color: #e08;
}
h1 {
  font-weight: bold;
  font-size: 1.6em;
  margin-bottom: 15px;
  color: #e08;
}
h2 {
  font-weight: bold;
  font-size: 1.35em;
  margin-bottom: 15px;
  color: #049;
}
h3 {
  font-size: 1.20em;
  margin-bottom: 0px;
  color: #e08;
  font-weight: normal;
}
h4 {
  font-weight: bold;
  font-size: 1.15em;
}



