@charset "utf-8";

div#header,
div#infomation, 
div#information, 
div#content, 
div#menu {
  clear: both;
  text-align: center;
}

div.inner {
  width: 820px;
  margin: 0 auto;
  text-align: left;
}

div#header {
  padding-top: 30px;
}

div#header ul.speakers {
  width: 420px;
  float: right;
  margin: 60px 0 0 0;
  padding: 0;
  text-align: right;
}

div#header ul.speakers li {
  margin-right: 5px;
}

div#infomation div.inner div#speaker, 
div#information div.inner div#speaker {
  float: left;
  width: 380px;
}

div#infomation div.inner div#event, 
div#information div.inner div#event {
  float: right;
  width: 380px;
}

div#latest-news,
div#entry {
  float: left;
  width: 520px;
}

div#sponsors {
  float: right;
  width: 260px;
}

div#menu div.inner div.section {
  float: left;
  width: 250px;
}

div#menu div.inner div#recentnews {
  width: 380px;
  float: left;
}

div#menu div.inner div#categories {
  width: 380px;
  float: right;
}

