/* CSS Document */

body {
  margin: 0 0;
  padding: 0 0;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: black;
/*  background: #E3E3E3;
  background: #8F8C80;*/  
  background: #C10000 url(background-red.png) repeat-x top left ;
  text-align: center;
}

textarea {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;  
}

.clear {
  clear : both;
}

#header {
  padding: 10px 15px 10px 420px;
}

#content {
  position: relative;
  clear: both;
  margin: 0 auto;
  text-align: left;
  width: 1020px;
}

#main-menu {
/*  position: fixed; */
  margin: 0;
  padding: 0;
  background: silver;
  width: 200px;
  float: left;
}

#main-menu li {
/*  float: left; */
  display: block;
  list-style: none;
  width: 180px;
  height: 22px;
  padding: 10px 10px 13px;
  margin: none;
  font-size: 22px;
  background: #C10000 url(background-reda.png) repeat-x top left;
  text-align: center;
  border: 1px dotted silver;
  font-weight: bold;
}

#main-menu li a {
  color: #eeeeee;
  text-decoration: none;
}

#main-menu li:hover {
  background: gray;
  color: black;
}

#main-menu li:hover a {
  background: gray;
  color: black;
}

#inner-box {
  float: left;
  border: none;
  margin: -282px 0 0 202px;
  padding: 0;
/*  height: 81%; */
/*  width: 825px;
  top: 131px; 
  bottom: 10px; */

  text-align: left;
  background: silver;
  padding: 20px;
}

#gallery {
  text-align: center; 
}

#gallery ul {
  margin: 0;
}

#gallery ul li {
  float: left;
  display: block;
  list-style: none;
  margin: 2px;
}


#footer {
  margin: 0px 0 0 202px;
  background: #C10000;
  clear: both;
  padding: 10px;
  color: #eeeeee;
  text-align: center;
}