#container
{
  position: relative;
  
  min-height: 100%;
  
  margin: 0 8%;
}
* html #container
{
  height: 100%;
}

#header
{
  position: relative;
  width: 100%;
  height: 185px;
}

#title
{
  position: absolute;
  
  width: 229px;
  height: 157px;
  
  top: 20px;
  left: 0;
  
  z-index: 2;
}

#header_line
{
  position: relative;
  
  width: 100%;
  height: 70px;
  
  border-bottom: solid 1px #cdd;
}

#header_animation
{
  position: absolute;
  right: 0;
  top: 38px;
}

#header_animation .up
{
  position: absolute;
  top: -20px;
  right: 0;
}

#navigation
{
  position: absolute;
  
  width: 12em;
  
  padding-top: 110px;
  margin-top: -110px;
  
  left: 0;
  top: 185px;
  
  border-right: solid 1px #cdd;
}

#content
{
  position: relative;
  
  margin-left: 12em;
  
  padding: 10px 0 0 16px;
}

#footer_space
{
  clear: both;
  height: 5em;
}

#footer
{
  position: relative;
  
  margin: -5em 8% 0 8%;
  padding: 2em 1em 0 1em;
}

div.data
{
  position: relative;
  
  width: 100%;
  
  display: block;
  
  margin: 2em 0;
}

* html div.data
{
  top: 2em;
  float: left;
}

div.framed
{
  position: relative;
  
  width: 120px;
  height: 200px;
  
  padding: 8px 1em;
  
  background: url(../images/photo_frame.jpg) no-repeat 50% 0;
  
  float: left;
}

* html div.framed
{
  top: 0;
  position: relative;
}

div.framed img
{
  margin: 0 0 14px 22px;
  
}

div.framed span.thumb
{
  display: block;
  position: relative;
  
  width: 120px;
  height: 130px;
}

div.framed p
{
  width: 120px;
  
  text-align: center;
}

.framed2
{
  position: relative;
  
  float: left;
  
  width: 120px;
  height: 120px;
  
  padding: 5px;
}

p.footer_action
{
  clear: both;
}

#homepage
{
  position: relative;
  
  width: 60%;
  left: 20%;
}

.profile #leftCol, .profile #rightCol
{
  position: relative;
  
  height: auto !important;
  height: 1px;
  min-height: 1px;
  
  padding-bottom: 2em;
}

.profile #leftCol
{
  float: left;
  clear: left;
  width: 22em;
  
  padding-left: 2px;
  padding-right: 10px;
}

.profile #rightCol
{
  float: left;
}

.profile #rightCol .bigFramed p
{
  position: absolute;
  
  margin-right: -6em;
  
  right: 0;
  bottom: 2em;
}

.profile .bigFramed
{
  min-width: 1;
  min-height: 1;
  
  border: solid 2px #aaa;
}
* html .profile .bigframed
{
  width: 1px;
  height: 1px;
}

.profile dl
{
  position: relative;
  display: block;
  width: 18em;
  min-height: 1em;
}

.profile dt, .profile dd
{
  position: relative;
  display: inline;
  float: left;
}

.profile dt
{
  width: 7em;
  left: 0;
}

.profile dd
{
  width: 7em;
}

.profile #description
{
  position: relative;

  display: block;
  clear: both;
  
  padding: 1em 0;
}

.media, .media p
{
  clear: both;
}

ul.photoMixed
{
  position: relative;
  /* float: left; */
}

dl.photoMixed dt
{
  clear: left;
}

ul.photoMixed li
{
  margin: 1em 0 5em 0;
}

.team
{
  position: relative;
  float: left;
  
  width: 220px;
  height: 220px;
  
  margin-right: 1em;
  margin-bottom: 1em;
}

.team p
{
  position: absolute;
  top: 180px;
  left: 0;
  
  width: 220px;
}

.team img
{
  position: relative;
  left: 30px;
}

.portfolio
{
  margin-top: 2em;
  position: relative;
  width: 60%;
  left: 20%;
}

.portfolio img
{
  text-align: center;
}

.partner
{
  position: relative;
  
  width: 200px;
  height: 200px;
  
  margin: 2px;
  
  float: left;
}

#flash_player2
{
  position: relative;
  width: 320px;
  height: 240px;
  
  left: 50%;
  *left: 29%;
  margin-left: -160px;
}

#homage
{
  position: relative;
  clear: both;
}

#homage dt, #homage dd
{
  position: relative;
  width: 20em;
  float: left;
  padding-bottom: 2em;
}

div#team
{
  width: 15em;
}

div.insider
{
  margin: 0 0 5px 60px;
}

p.footer_action
{
  padding-top: 3em;
}

p.actions
{
  position: absolute;
  bottom: 1em;
  left: 0;
}

.media p.actions
{
  bottom: 0;
}

.mediaObjects
{
  clear: both;
}

div.framed p
{
  position: absolute;
  top: 130px;
  left: 10px;
}

#mailto
{
  position: relative;
  left: -3px;
}
