/* layout from http://www.dynamicdrive.com/style/layouts/item/css-fixed-layout-21-fixed-fixed/ */
body {
  background-color: silver;
  margin: 0;
  padding: 0;
  line-height: 1.25em;
}

div {
  margin: 0;
  padding: 0;
  /* background-color: silver; */
}

p {
  margin: 0;
  padding: 0;
  /* font-size: 1.5em; */
}

h1, h2, h3, h4, h5, p, li, dt, dl
{
  margin: 0;
  padding: 0;
}

#wrapper {
  /* main container */
  width: 900px;
  margin: 0 auto ; /* Center container on page */
}

#header {
  text-align: center;
  background-color: blue;
  color: white;
  margin-bottom: 0px;
}

#header h1
{
  margin: .25em;
}
#contentwrapper {
  margin-top: 0;
  float: left;
  width: 100%;
  background-color: lightblue;
}

#contentcolumn {
  margin-top: 0;
  /* set left margin to left column (menu) width */
  margin-left: 150px;
  background-color: lightblue;
}

#leftcolumn {
  margin-top: 0;
  float: left;
  width: 150px; /* width of left column */
  margin-left: -900px; /*Set left margin to -(MainContainerWidth)*/

  text-align: left;
  background-color: lightblue;
  border-right: 2px solid dodgerblue;
}

#footer {
  clear: left;
  /* width: 100% - 20px; */
  padding: 10px;

  background-color: dodgerblue;
}

.innertube {
  margin: 0 10px; /* Margins for inner DIV inside each column (to provide padding)*/
  padding: 10px;
}

#leftcolumn ul {
  padding:0;
  list-style-type:none;
  font: bold 12px 'Lucida Grande',Verdana,sans-serif;
}

#leftcolumn li {
  background: #DDD;
  margin: 0;
  padding: 2px 10px;
  border-left: 1px solid #FFF;
  border-top: 1px solid #FFF;
  border-right: 1px solid #666;
  border-bottom: 1px solid #AAA;
}

/* DEFAULTS - ALIGNMENT */

.td-right { text-align: right; }

.td-left { text-align: left; }

.td-center	{ text-align: center; }

.td-top	{ vertical-align: top; }

.td-middle	{ vertical-align: middle; }

.td-bottom	{ vertical-align: bottom; }

.center-align	{ text-align: center; }

.center-div	{ margin-left: auto; margin-right: auto; }

.right-div	{ margin-left: auto; margin-right: 0; }

.left-div	{ margin-left: 0; margin-right: auto; }

div.ctr {
    text-align:center;
}

table.sess {
    display:inline-table;
    clear:both;
}

table.sess caption {
    font-weight:bold;
    text-align:center;
}

table.sess td.title-keynote {
    font-style:italic;
}

table.sess td.title {
    font-style:italic;
    text-align:left;
}

table.sess td.pres {
    text-align:left;
}
