body, html
{
  margin: 0px;
  padding: 0px;
  background-image: url(background.gif);
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: 300;
	height: 100%;
}
.article
{
	position:relative;
  font-size: 14pt;
  background-color: #fff;
  margin:0px auto;
  border-left: 1px solid #888;
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
  width: 765px;
  text-align: left;
}
img
{
 max-width: 100%;
}
/*for everybody*/
a:link    {color:#000;text-decoration:underline;}
a:visited {color:#000;text-decoration:underline;}
a:hover, a:focus, a:active  {color:blue;text-decoration:underline;}

#container
{
  position:absolute;
  top:0px;
  bottom: -0px;
  left:0px;
  right:0px;
  overflow:auto;
}

#fixed_sidebar
{
  position:absolute;
  top:10px;
  left:10px;
  right:0px;
  overflow:hidden;
	width:200px;
  z-index:100
}

h1
{
  font-size: 30pt;
}
h1,h2,h3,h4
{
	padding: 0;
	margin: 0;
	font-weight: normal;
}

h3
{
	font-size: 1.0em;
	font-weight: bold;
}

h4
{
	font-size: 1.0em;
}

.affiliation
{
	font-style: italic;
	font-size: 0.9em;
}

img.column_image
{
	position:absolute;
}

pre
{
	font-size: 0.8em;
	background-color: #c3e0f0;
	overflow: auto;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 12px;
	border: 1px solid #999;
}
