body{
margin:0;
padding:0;
color: #000066;
}

b{font-size: 110%;}
em{color: dark blue;}

#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
font-family: georgia;

color: #ffffff;
background: #ffffff;
height: 220px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
font-family: verdana;
margin-left: 200px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
font-family: verdana;
float: left;
line-height: 1.25em;
width: 200px; /*Width of left column*/
margin-left: -840px; /*Set left margin to -(MainContainerWidth)*/
background: #ffffff;
}

#menu {
  padding:1;
  margin:0;
  width:0;
  }
#menu li {
  margin:0 0 0.25em 0; 
  list-style-type:none;
  }

  #menu a, #menu a:visited {
  display:block;
  width:9em;
  border:1px solid #3333CC;
  font-family:arial, verdana, sans-serif;
  font-size:0.9em; 
  text-align:center;
  text-decoration:none;
  padding:0.1em;
  }

#menu a:hover {
  background:#66FFFF;
  color:#808;
  }

#footer{
clear: left;
width: 100%;
background: #3300CC;
color: #ffffff;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFFff;
}

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

.ctr {text-align: center;}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}