p
{ 
	text-indent: 2em
}

p.no-indent
{
	text-indent: 0em
}

body
{
	/*background-color:#eee9bf;*/
        /*background-color:#f0b23b;*/
        margin: 0;
        padding-top: 240px;
        background-color:#f2cd84;
        /*background-color:#ffe1A5;*/
	font-family:sans-serif;
	font-size:0.9em
}

ul
{
	margin-top:0;
	padding-top:0;
        margin-left:1em;
        padding-left:1em;
}

div#header{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:240px;
  padding-top:1em;
 }

/* Properties that both side lists have in common */
div.link-list
{
	width:11em;
	position:absolute;
	top:0;
	font-size:100%;
	padding-top:240px;
	padding-left:1%;
	padding-right:1%;
	margin-left:0;
	margin-right:0;
}

/* we leave some place on the side using the margin-* properties */
#main
{
	margin-left:11em;
	margin-right:11em;
	padding-top:1%;
	padding-left:1.5em;
	padding-right:1.5em;
}

/* and then we put each list on its place */
#list1
{
	left:0;
}

#list2
{
	right:0;
}

.bold
{
	font-weight:bold
}

.centered
{
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
}

.img-pad
{
  padding-left:1em;
  padding-right:1em;
}

.img-left
{
  float:left;
}

.img-right
{
  float:right;
}

left
{
  text-align:left;
}

.footnote
{
	margin-top:0px;
	margin-bottom:0px;
	padding:0px
}

.small
{
	font-size:0.75em
}

.smaller
{
	font-size:0.5em
}

.right
{
	text-align:right
}

.bit-smaller
{
        font-size:0.85em
}