/* STRUCTURE */
body {
  background: #FFFAEC url(/images/site/bg.png) repeat-x 0 0;
  font-family: Verdana;
}
.clouds {
  /*background: url(/images/site/sunnyclouds.png) no-repeat 0 0;*/
  background: url(/images/site/sunnyclouds.png) no-repeat center 0;
  height: 161px;
  position: absolute;
  width: 100%;
}
#main {
  margin: 0 auto;
  position: relative;
  width: 1000px;
}
/* END STRUCTURE */

/* HEADER + FOOTER */
#header {
  /*background: url(/images/site/sunnyclouds.png) no-repeat center 0;*/
  height: 226px;
}
#header .logo {
  display: block;
  height: 161px;
}
#header .logo img {
  margin-left: 304px;
  margin-top: 72px;
}
#header .menu {
  float: left;
  height: 65px;
  padding-left: 3em;
}
#header .menu li {
  display: block;
  float: left;
}
#header .menu a {
  background-position: 0 center;
  background-repeat: no-repeat;
  display: block;
  font-size: 0.9em;
  line-height: 1.5em;
  padding: 0.9em 4.75em 0.5em 4em;
  text-align: left;
  text-decoration: none;
}
#header .menu .home a {
  background-image: url(/images/milky/29.png);
}
#header .menu .gallery a {
  background-image: url(/images/milky/61.png);
}
#header .menu .features a {
  background-image: url(/images/milky/43.png);
}
#header .menu .participate a {
  background-image: url(/images/milky/2.png);
}
#header .menu .contact a {
  background-image: url(/images/milky/6.png);
}
#header .menu .infos a {
  background-image: url(/images/milky/65.png);
}
#header .menu strong {
  color: #827861;
  font-weight: bold;
}
#header .menu a:hover strong,
#header .menu .selected strong {
  color: #333;
}
#header .menu em {
  color: #a39a88;
  font-size: 0.75em;
/*   font-style: italic; */
}
#header .menu a:hover em,
#header .menu .selected em {
  color: #827861;
  text-decoration: underline;
}

#footer {
}
/* END HEADER + FOOTER */

/* CONTENT */
#content {
  color: #505050;
  font-size: 0.9em;
  padding: 1.5em 10% 2em;
}
/** COMMON CONTENT **/
#content h1 {
  font-size: 1.3em;
  margin: 1em 0 0.5em;
  text-decoration: underline;
}
#content h2 {
  font-size: 1.2em;
  margin: 1em 0 0.5em;
}
#content h3 {
  font-size: 1.1em;
  margin: 1em 0 0.5em;
}
#content strong {
  font-weight: bold;
}
#content em {
  font-style: italic;
}
#content ul {
  font-size: 0.9em;
  line-height: 1.3em;
  list-style-type: square;
  margin: 1em 2em;
}
#content p {
  font-size: 0.9em;
  line-height: 1.3em;
  margin: 1em 0;
  text-align: justify;
}
#content p img {
  float: left;
  margin: 1em 2em;
}
#content a {
  border-bottom: 1px solid;
  color: #9B279E;
  text-decoration: none;
}
#content a:hover {
  border-bottom-style: dotted;
}
/** END COMMON CONTENT **/
/** CUSTOM CONTENT **/
#content .center {
  clear: both;
  float: left;
  padding-top: 2em;
  text-align: center;
  width: 100%;
}
#content .mid {
  width: 45%;
}
#content .emm,
#content .amanca {
  background-repeat: no-repeat;
  padding-top: 3em;
}
#content .emm {
  background-image: url(/images/site/emm.png);
  background-position: right 0;
  float: left;
}
#content .amanca {
  background-image: url(/images/site/amanca.png);
  background-position: right 3em;
  float: right;
}
/** END CUSTOM CONTENT **/
/** GALLERY CONTENT **/
#gallery {
  border: 1px solid #cabca0;
  padding: 3em;
}
/** END GALLERY CONTENT **/
/* END CONTENT */
