
body
{
  /* Zero out margins */
  margin: 0px;
  padding: 0px;

  /* White background */
  background: #fff;
}

h2,h3
{
  margin-top: 0px;
  padding-top: 0px;
}

#wrapper
{
  /* Center column */
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  font-family: 'Times New Roman', Times, serif;
  color: #555;
}

h1,h2,h3,h4,h5,h6 
	{ font-family: Cambria,'Palatino Linotype','Book Antiqua','URW Palladio L',serif; }

#header
{
	margin-top:10px;
}

#header h1 
{
  color:black;	
  float:right; 
}

#header .shadow
{
	float: left;
}

.shadow
{
	margin-left: 30px;
	display:block;
	position:relative;
}

.shadow img
{
	display: block;
	width: 160px;
	height: 160px;
}

.shadow::before
{
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	-moz-box-shadow: inset 0 0 30px #fff;
	-webkit-box-shadow: inset 0 0 30px #fff;
	box-shadow: inset 0 0 8px 12px #fff;
}

#left
{
  float:left;
  width: 450px;
  text-align: justify;
}

#left .block, #lower .block
{
  background-color: #ddd;
  margin: 10px 0 10px 0;
  padding: 10px 35px 5px 10px;

  /* Rounded corners */
  border-radius: 5px;
  -moz-border-radius: 5px;

  /* Drop shadow */
  -moz-box-shadow: 3px 3px 4px #000;
  -webkit-box-shadow: 3px 3px 4px #000;
  box-shadow: 3px 3px 4px #000;

  /* IE Support */
  filter:
    progid:DXImageTransform.Microsoft.dropShadow(color=#000000, offX=3,
      offY=3, positive=true)
}

#left .block em { font-style: italic; text-decoration: underline; }
#left .block li { margin-bottom:10px; }

#right
{
  float:right;
  position: relative;
  width: 330px;
}

#right .block
{
  margin: 10px 0 10px 0;
  padding: 10px;
  background-color:#aaa;

  /* Rounded corners */
  border-radius: 5px;
  -moz-border-radius: 5px;

  /* Drop shadow */
  -moz-box-shadow: 3px 3px 4px #000;
  -webkit-box-shadow: 3px 3px 4px #000;
  box-shadow: 3px 3px 4px #000;

  /* Gradient */
  background: #bbb; /* for non-css3 browsers */
  background: -webkit-gradient(linear, left top, right bottom, from(#999),
    color-stop(50% #bbb), to(#ccc));
  background: -moz-linear-gradient(top left -80deg, #999, #bbb, #ccc);

}

#pubs { font-family: 'Times New Roman', Times, serif; font-size: 16px; }
#pubs li { padding-bottom:5px; }
#pubs .title { font-style:italic; }

a:link, a:active, a:visited, a:hover
{
  color: SteelBlue;
  text-decoration: none;
}

#pubs #newer { float:left; }
#pubs #older { float:right; }

#footer
{
  position: relative;
  height: 32px;
  font-size: 12px;
  text-align: center;
}

#footer a:link
{
  color: #fff;
}

#footer a:visited
{
  color: #bbb;
}

.clear { clear:both; }




