/* Layout */
body
{
  margin: 0px;
}

#headerbg img
{
  width: 100%;
  height: 280px;
}
#header
{
  position: absolute;
  top: 50px;
  left: 0px;
  width: 100%;
  text-align: center;
}

#content
{
  margin: 0 200px;
  padding: 5px 20px 38px 20px;
}
#content h1
{
  padding: 2px 10px;
}
#content p
{
  padding: 0px 20px;
}
#content fieldset
{
  margin: 10px 20px;
  display: inline;
}
#content legend
{
  padding: 2px 10px;
}

div.icap
{
  float: left;
  margin: 10px;
}
div.clear
{
  clear: left;
}

#content ul
{
  padding-left: 20px;
}
#content li
{
  margin-left: 20px;
}

.side
{
  position: absolute;
  top: 200px;
  width: 150px;
  z-index: 2;
}
#navigation
{
  left: 20px;
}
#extra
{
  right: 20px;
}
.side .sub
{
  margin-bottom: 50px;
}
.side h1
{
  margin-bottom: 5px;
}
.side ul
{
  margin: 0px;
  padding: 0px 10px;
}
.side li
{
  margin: 5px;
  padding: 0px;
}
.side .button
{
  height: 30px;
  line-height: 1.5em;
}

#footer
{
  margin: 0px 200px;
  padding: 5px;
  height: 42px;
  position: relative;
}

#topleft, #topright
{
  position: absolute;
  top: 280px;
  width: 41px;
  height: 76px;
}
#topleft
{
  left: 159px;
}
#topright
{
  right: 159px;
}
#bottomleft, #bottomright
{
  position: absolute;
  bottom: 10px;
  width: 81px;
  height: 80px;
  z-index: 1;
}
#bottomleft
{
  left: -42px;
}
#bottomright
{
  right: -42px;
}

/* Colors & Images */
body
{
  background-color: #f2f2f2;
  color: #000000;
}

#content
{
  background-color: #ffffff;
}
#content h1
{
  background-color: #edd5f2;
  color: #a75ccc;
}

fieldset
{
  border: 1px solid #a75ccc;
}
legend, .msg
{
  color: #a75ccc;
}

.side h1
{
  color: #732699;
}

a
{
  color: #ff8000;
}
a:hover
{
  color: #a75ccc;
}
a img
{
  border: none;
}
a.thumb img 
{
  border: 2px solid #ff8000;
}
a.thumb:hover img
{
  border: 2px solid #a75ccc;
}
#footer a
{
  color: #a75ccc;
}

li
{
  list-style-image: url(images/puce.png);
  /*color: #dcace6;*/
}

.side .button a
{
  /*background: url(images/button.png);*/
  text-decoration: underline;
}

#left
{
  background: url(images/lshadow.png) repeat-y left;
}
#right
{
  background: url(images/rshadow.png) repeat-y right;
}
#footer
{
  background: url(images/bshadow.png) repeat-x top;
}

#topleft
{
  background-image: url(images/tlshadow.png);
}
#topright
{
  background-image: url(images/trshadow.png);
}
#bottomleft
{
  background-image: url(images/blshadow.png);
}
#bottomright
{
  background-image: url(images/brshadow.png);
}

/* Typography */
body
{
  font-size: 62.5%; /* 1em = 10px */
	font-family: sans-serif;
}

#content
{
  font-size: 1.4em;
}
div.icap
{
  text-align: center;
}

.side h1, .side .button
{
  text-align: center;
}
.side ul
{
  font-size: 1.4em;
}
.side h1, .side .button
{
  font-size: 2em;
}

#footer
{
  text-align: center;
}

a
{
  font-weight: bold;
  text-decoration: none;
}
a:hover
{
  text-decoration: underline;
}

